dev-python/spiderpy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:38:05 +01:00 committed by Andreas Billmeier
parent cb19c30c4d
commit 88e581968f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST spiderpy-1.6.1.tar.gz 7087 BLAKE2B f1241f682dd109f353c88ddff51ba799229981c7c02c561356769206a73c754bcb10a21f3a1bafc54e5120522db1b51df8dad7916908d9c4cf282d06d5c136cf SHA512 7b9be9b8b738e9f4869a5309309d55e5f5b3e9a154dbe6aa1a868d396b4ea63e65668b08f687745efc6ef98b9dedc0aabc3b2ee3c4280e43aa737f8f57076b59
EBUILD spiderpy-1.6.1.ebuild 748 BLAKE2B 4f998fd114e6467ae4b2e195371637aa614d92175c3d85bdf0ccbeea2dd55052039126cdbb93a9cb91e7862c7f850dcd95d744b11150834e417bd0d007826715 SHA512 88a20d18843aca57f77a2e4928d8f6fe9d023fc7f428f0db39b7c252980877fde7709a6edf26203550381ad98cbe81e49ceb50d631389fed337ab44cb85934a3
EBUILD spiderpy-1.6.1.ebuild 692 BLAKE2B b45760a647e191584e5e98ca221295fe2c72eccee5e48b38c88b6b7b0347f76c2dca81a158b6ddbe880fc7a8803f1fde30a788db5c011bddb45e00ca0cb6eaea SHA512 3c5f2e861e16ec72a12bcd5ff0b789987809caa145b5a6a7127795735c71a016cb8d2f52654d27cc43ad22585ef49a57243b50ced6c874862e0c337edb530185
MISC metadata.xml 455 BLAKE2B b0216d4772e94dad3091266c7911c35769b30c1fdc2336dff64d047c86dd0b61fe721b4e6e7be9365247cc23311a0365058d279eee5c4d7f30422ee4bcf8d0bb SHA512 f2ad62345c9d20c08a18c0824a61623078653dfb79d3b37ca1827cd1401ea08a1751ad0236fda47157b780f87f3741114e1a41501c066d901c15c360baf4095f

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for the Spider API, a way to manage your Spider installation"
HOMEPAGE="https://www.github.com/peternijssen/spiderpy/ https://pypi.org/project/spiderpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.26.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"