dev-python/fiblary3: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fe1a0bb013
commit
b5ceeeedf6
@ -1,3 +1,3 @@
|
||||
DIST fiblary3-0.1.8.tar.gz 35259 BLAKE2B 7d4459a5777434fc55bd5713b077fcdd715bf3580d09bcfd5e5cf5c17fdd101cb62adaf6c22e52d01ef9934622c5fe0af69a2abe4ea6272a2ca9648719c7a246 SHA512 d0154fb4f963c5144b37c4c74f2256c578911f9b1110821490318e4b13f52579b2db33c742073cc27082d48190385edbf344b3e5a864e18aab10b3e507bb1384
|
||||
EBUILD fiblary3-0.1.8.ebuild 632 BLAKE2B dba6caf011688e3eb5bd0482f2565309c2d6eacbbaf46c80ba741383e03ce7e5e9324ef0976277c6473b6440e1971e99193dec2f176b02f8d8a93b37f5729bb8 SHA512 4c07f6deb24a5bd7e1e3cff0b92c597f4f772e8521e90e4e006308daaec8f691cbf758dbaacd4b777ff4c5b26b8335745c3f562452ababb5a3a281e008c736a2
|
||||
EBUILD fiblary3-0.1.8.ebuild 568 BLAKE2B 8ceb230e6db9e7fe9c9273577c3f6531aff9705b7a8ddd1407b1fa7f73c9e3e23bae3bf84f9ef182fde3de621c99cb3f7fda0ae5e7a536c414c810d490c11256 SHA512 275ea8f68f38f62d435dd0a5548d70f7603d665c7f001c8d40cb3063fba0d63256eb4a95f08201fde9b2f52ac2ee1cc10d0ad4d8cc7df800bd7ab999bc523414
|
||||
MISC metadata.xml 513 BLAKE2B c73c567077e241ce293b321cdd7f4075d7a200c8b7fff7beb4ea8140936f4bbc8bb9ef049c9f18553afa637e40aaab1991d292016a679f7297972fbfea967e8c SHA512 f8637f666e3810575b70d1a5b38f221499508bab243d1bffa550fb6364e4741aa7eb5e08f69e7814709074330357cf53ef6f3b2afe548cd8da57cac9f6a7a108
|
||||
|
@ -1,15 +1,14 @@
|
||||
# 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="Home Center API Python Library"
|
||||
HOMEPAGE="https://github.com/pbalogh/fiblary https://pypi.org/project/fiblary3/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -17,10 +16,7 @@ KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user