mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
Protego: fix https://github.com/pentoo/pentoo-overlay/issues/847
This commit is contained in:
parent
b02791e5fd
commit
edc05e9ef1
3 changed files with 6 additions and 24 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST Protego-0.1.16.tar.gz 3211311 BLAKE2B 22b7289d004c9bc114d34eb7ed1c2591854a180013c5c8fc44ebf7e5774e5ecee3ddee4adcb114fbc060058f46607ae2417eb3ae6ad5f0bdaec493d575586312 SHA512 437a52eb05d77db0d084a572a528e92ff71702ea46df794b081f8ca0338d92a89035bd4f02891ae636b8662ecd4c4e129c4e54d4267b1ea36d40df6dd616b9a0
|
||||
DIST Protego-0.2.1.tar.gz 3244403 BLAKE2B f019f6a7d2634ea288443be8b80348c647f2f55d6333dd797dec2480c5f10bcbc8e8275c22b12ad96930aa1cb1757465da30efe84e4b9bde4fc3ae8c159a6d8f SHA512 ef61c6188ab983445e8041e9382b1320695c3041fbc26d20b460bff15f497ca035cd1fab82ce35153098c3679272203c01c1f0948461ea354b0492fee4253255
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="robots.txt parser with support for modern conventions"
|
||||
HOMEPAGE="https://pypi.org/project/Protego/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1
|
||||
|
|
@ -13,8 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||
LICENSE="BSD"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue