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: Sun, 26 Feb 2023 22:42:45
Message-Id: 1677451297.842b66432a0b1c498bb64d3d5ff149bdba896fae.cybertailor@gentoo
1 commit: 842b66432a0b1c498bb64d3d5ff149bdba896fae
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Feb 26 22:31:52 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun Feb 26 22:41:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=842b6643
7
8 dev-python/protego: drop 0.1.16
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/protego/Manifest | 1 -
13 dev-python/protego/protego-0.1.16.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
17 index c3bd61ba5..ec7f41c27 100644
18 --- a/dev-python/protego/Manifest
19 +++ b/dev-python/protego/Manifest
20 @@ -1,2 +1 @@
21 -DIST protego-0.1.16.tar.gz 3187814 BLAKE2B 91591f21ce813e127794678602df21a38b269de69504f8aba9720aedc705225036737f4c7ca5c61cebac91d93eaa1161ee322acd8ee0c67f2c23096a6b2529c9 SHA512 3f029f34c4da6dc612dcdd747f56d421dca60f163315e0f72497435dbd74da77a5a02ee35f15774aad431e2b6e69a582c038d435ba0c07a53b3f0c83cb1c958a
22 DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
23
24 diff --git a/dev-python/protego/protego-0.1.16.ebuild b/dev-python/protego/protego-0.1.16.ebuild
25 deleted file mode 100644
26 index ae1b03804..000000000
27 --- a/dev-python/protego/protego-0.1.16.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="robots.txt parser with support for modern conventions"
39 -HOMEPAGE="https://scrapy.org/"
40 -SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT=0
44 -KEYWORDS="~amd64"
45 -
46 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
47 -
48 -distutils_enable_tests pytest