dev-python/enum-compat-0.0.3, blockchain-1.4.4: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:13:42 +02:00 committed by Andreas Billmeier
parent 16523ab92c
commit 078948ef3e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 12 additions and 35 deletions

View File

@ -1,3 +1,3 @@
DIST blockchain-1.4.4.tar.gz 8992 BLAKE2B 7dd9d2d14f8c793227a34607562a3de6a99f785876624cf0821eebcc24f70d6f96175f9b22f33dc6bf38ff74dc85c4970ce59eafff1e794c75e3a365b25323f2 SHA512 46e9d83f3a8220aef67f90a5b1d0f29df709f48c69392eef3fa38eb22c5b346296e3f15cf61dcc612c57d0f94a838af6d74ae906c8ffffefec86e471bc036a8f
EBUILD blockchain-1.4.4.ebuild 720 BLAKE2B d9938fc0940bbe73d8f14b49982551897a7cf653ae8306e758b02d4e52cecfe54c038db15a0f6f883530c56aa159e5bc6483eb1adf4f094d9b1f999bcb07ddd9 SHA512 5cdb712643dd5fe0a8e095771553cf9de557b773909e9e37594f42321b9648c4ea39348a3bab08a1cc7771a99735179690b896e53583f808d113e3eee392444d
EBUILD blockchain-1.4.4.ebuild 525 BLAKE2B 55c4cdfc050cd87d11ef59c15168e7e3d72ab22c4a707f936fcbb202f4efc71ac98150290def50db3d8e8223cdf56bd3e7ae51bd65897fba35f5f0363abe5384 SHA512 cd66f9f6a1b936955a8371f3964a5b9ef9399a3aea1613a5148f6ecdfffc0b9ff012e1548949af5531d051ee699a6d0e989de4e61da3447d56f7757c0917ea96
MISC metadata.xml 541 BLAKE2B a375a5e848808770b44d90370d1af92b92d9b889dbf408d4defe6bab029103ab9ad04a5cbb1abb51c5b5d067b0c6b9363b994781c51c679336fa3ad22918f466 SHA512 b8b24c5f56264ee5f45ea76e55feb73354f14129f0bfe520774abaa77ab2357871edb2ed45e91e33f852c6cd2650f24379bdb86031293672bbe23e6f55b99347

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="Blockchain API library (v1)"
HOMEPAGE="https://github.com/blockchain/api-v1-client-python/ https://pypi.org/project/blockchain/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -17,16 +15,6 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/enum-compat[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
RDEPEND="dev-python/enum-compat[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,3 +1,3 @@
DIST enum-compat-0.0.3.tar.gz 1389 BLAKE2B 54c5a9c724a6d5b627baada613ddf6debae85f6e6749bc7ee8c1117bdc051c3f45cdfdadb39f0a37267b797ff9a0d6a832c0fc7f07b12919b6f3181ffbb0acc8 SHA512 7d1b0e4eed9dfbd7575b24b05ab177ea914ca27cdafa4fa760ffccd83d075553e46e5a40c34b00b51a2b169e0e468f4976e863e96175f37ef54257a259759801
EBUILD enum-compat-0.0.3.ebuild 646 BLAKE2B 7d4b2bc0db2ea3777ed69b164c33179fb2f28119e495d8e086cf4821a408a6598f3649d3a1876da8ee175071fc59a1e0c0db6bce4679c4753977c9cc580fa632 SHA512 ea3e9da2fbc4100deec148d8b7bea18916e1817eef97d722298a173d5433ab395382356ddb37bd23e7b7d15ad359dfaf60359002b6b9f454d017947586ada1c5
EBUILD enum-compat-0.0.3.ebuild 507 BLAKE2B ad1bff334d9d46b8d89277737fcab03938d4a14fe94f149c2c3ba1287353bf9316bb7361f09d593fe625a9a8ad0d27e19b278cecd1271c987852d578ad8d5fab SHA512 c043589df3333fa8e0839b51fcbf24861c6b0d279d6efe0d71c17c82266044c4b2c6292aaab947d364c0ca5b34662b3c0812b21e1e5b762bca22bfedf8241a24
MISC metadata.xml 515 BLAKE2B d0255721f66fd8f1f86bd87ac0770616372412534622d9112f186519899289691063cab5dfa90c91d1df744133acbd38364b0908539235a582475fd2f631906a SHA512 2ad807a0844daab317a14adf3490088a21aa9bc20792e814b0ca5aa1f71a59d4b597fe9a53a739fa5281954d84827606374cabd1aa074a6fb20a09474a6a772a

View File

@ -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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="enum/enum34 compatibility package"
HOMEPAGE="https://github.com/jstasiak/enum-compat https://pypi.org/project/enum-compat/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest