dev-python/tapsaff: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:09:46 +01:00 committed by Andreas Billmeier
parent fc690bfa1f
commit da1702788b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST tapsaff-0.2.1.tar.gz 1640 BLAKE2B ba217d964cb069cd6620d5dfdc77c9b1d2e43c8def0cc52f13f4c16078ede7d02da6f2def5f5581bc57a46bb0bf0bbf6cee460b1efb78eaaef11203af6f9195c SHA512 9e6a9d6ce2f61e84e93c3a55146526f6f8895274cdabeb6c587e9a732737edbca0ea744a167b4a0060ac69770e1fe7b01924a494bf1fcbae14dca9b0a0533ab4
EBUILD tapsaff-0.2.1.ebuild 707 BLAKE2B 7cffc621c69529e66551e4a2946a6c3683432373bec4dc4dcf62e7af83823f2aa396dd2b0208401c3b545161225d231e04a5e5abf375ff4a16364aab1e1c3453 SHA512 7da4153e3ae4136019b72b67cd172fe8e4141e85af1b241db6bf2ee215297ef18c9bc0f63efd6747223d358b7e13a3cd4bcc0d1bbedf304747d2f83cb6a4b203
EBUILD tapsaff-0.2.1.ebuild 651 BLAKE2B cd20c7a48a06773669583de19e2b029bf0b5c3ed6c9b8a304fa373c0f9ae5b81ffeec6c551a855b3d6cd077bb30b091d0d69ea7b25099ca0a38562f694c59fc8 SHA512 ade79f074d4a025012614e9e575f2f051ab6a0350fdb02c030c9b640aaf18d5450ff56c44df7526f62fddcb771fcd3c0b32637b1e583d26566b0cd1a5dc57aa7
MISC metadata.xml 523 BLAKE2B 550652e07a0a74a48228080bc8179c8cb3014d216e6a99eb36296566857a341c8964aa052ef0006fda144c69f0b15664efb9e0140a9190b5edfe8cbef4440fb6 SHA512 de65ece927de65fc16e541c59b2e406bfb7d5830243b7230df8e6d70a60c5dc69e0c7a7985dfaa7cc56df1eb88d1b513a6a83e65282c21ce76791d2cc88d7d3e

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="Provides an API for requesting information from taps-aff.co.uk"
HOMEPAGE="https://github.com/bazwilliams/python-taps-aff https://pypi.org/project/tapsaff/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,7 +17,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"