Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/
Date: Mon, 06 Dec 2021 16:10:30
Message-Id: 1638794950.c090415e038e75939395e2d7f666257911157e2b.cybertailor@gentoo
1 commit: c090415e038e75939395e2d7f666257911157e2b
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Dec 6 12:49:06 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Dec 6 12:49:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c090415e
7
8 dev-python/protego: fix deps
9
10 Closes: https://bugs.gentoo.org/825442
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/protego/protego-0.1.16.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild
17 index ce35f7f1a..ae1b03804 100644
18 --- a/dev-python/protego/protego-0.1.16.ebuild
19 +++ b/dev-python/protego/protego-0.1.16.ebuild
20 @@ -3,18 +3,17 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_9 )
25 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
26 inherit distutils-r1
27
28 -DESCRIPTION="robots.txt parser with support for modern conventions. "
29 +DESCRIPTION="robots.txt parser with support for modern conventions"
30 HOMEPAGE="https://scrapy.org/"
31 -SRC_URI="https://github.com/scrapy/protego/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
32 +SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT=0
36 KEYWORDS="~amd64"
37
38 -RDEPEND="${PYTHON_DEPS}"
39 -DEPEND="${RDEPEND}"
40 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
41
42 distutils_enable_tests pytest