diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-10 08:32:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-10 08:32:21 +0000 |
| commit | 3c911a5ad9370041ca23bc953858a3035a8a4750 (patch) | |
| tree | d51c97003cc8a3a1b17b8cd1f83e785ecad0304e /dev-python/protego | |
| parent | 465fd639b9878a3222ea0634f356c0a29f8a7269 (diff) | |
| download | baldeagleos-repo-3c911a5ad9370041ca23bc953858a3035a8a4750.tar.gz baldeagleos-repo-3c911a5ad9370041ca23bc953858a3035a8a4750.tar.xz baldeagleos-repo-3c911a5ad9370041ca23bc953858a3035a8a4750.zip | |
Adding metadata
Diffstat (limited to 'dev-python/protego')
| -rw-r--r-- | dev-python/protego/protego-0.2.1-r1.ebuild (renamed from dev-python/protego/protego-0.2.1.ebuild) | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/protego/protego-0.2.1.ebuild b/dev-python/protego/protego-0.2.1-r1.ebuild index be128d2ac799..72e60cf83645 100644 --- a/dev-python/protego/protego-0.2.1.ebuild +++ b/dev-python/protego/protego-0.2.1-r1.ebuild @@ -1,13 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 -DESCRIPTION="robots.txt parser with support for modern conventions" -HOMEPAGE="https://scrapy.org/" +DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions" +HOMEPAGE=" + https://scrapy.org/ + https://pypi.org/project/protego/ + https://github.com/scrapy/protego +" SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |
