commit: 11338069a39a3333ef9f5c26a7058072397a60e9
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 12:18:27 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 14:26:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11338069
dev-python/protego: drop 0.3.0
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/protego/Manifest | 1 -
dev-python/protego/protego-0.3.0.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest
index 98f0a1c56..c1ec0c530 100644
--- a/dev-python/protego/Manifest
+++ b/dev-python/protego/Manifest
@@ -1,2 +1 @@
-DIST protego-0.3.0.tar.gz 3189825 BLAKE2B
79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388
SHA512
79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a
DIST protego-0.4.0.tar.gz 3246425 BLAKE2B
55449f48a3e8c91e323ea2cc1c4f20d0e313fa9f1b83d9e804c819e632a766f1d17130968439d50c3e7d86e417f20b3b74aaaead128cdb8854487d4a7d93e55c
SHA512
291b0c6a08c88d2c5d2e9926cd7b80a8174f04f6f4ef2fd3ff624af145bd8511ac5f5fec5757d7ea73d8d46575d29e860d2d874db6a20e96bd45a394bf5ebe6a
diff --git a/dev-python/protego/protego-0.3.0.ebuild
b/dev-python/protego/protego-0.3.0.ebuild
deleted file mode 100644
index 38ba12c3a..000000000
--- a/dev-python/protego/protego-0.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-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"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest