dev-python/protego: drop 0.3.0

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2025-04-07 20:18:27 +08:00
parent 1abd563e6a
commit 11338069a3
2 changed files with 0 additions and 25 deletions

View File

@@ -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

View File

@@ -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