dev-python/python-etherscan-api: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:39:44 +01:00 committed by Andreas Billmeier
parent 3ff1d49eeb
commit f6bcec5bcf
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-etherscan-api-0.0.3.tar.gz 16040 BLAKE2B 1b6bea805031d8026ccb5c49b2f55782ff20059a508cfdcae349683bf9b2debd3dce0eea307c3f1b39016a1097124da951f3317f1507d02bc76741070a54f6e0 SHA512 14bb0ed95a1d762ec4356547f41ee41d3a2f90857706c95b93f20f5d8be2eb9121f9e33e96205e4ba6982e511c9488c020f0e445aa98666d21fb27a00d525810
EBUILD python-etherscan-api-0.0.3.ebuild 730 BLAKE2B af440679efa9963c4fb923c0819ed9c9468a42e3e45bd9ee43cf0e00017909a3f021ef22042d35729d1d0db6f39217fd31ea2547d8c440cb513bbb0cc017176c SHA512 f2c56c4f5563a87ec699e9da850ce3907c890a974591d88cfbd57bde1510e7c871ad6e0a6cf974242550e60a7c873478b8702890adad710b6b22fa59492c68ef
EBUILD python-etherscan-api-0.0.3.ebuild 695 BLAKE2B 19b790f9847c045e5e9a0bc87aee118b66723a88d4c25333dd9d20d67713d35cf441181d30c95313c48daefed9f2c174d294da4c8ed16df0cc5cce67a3c230e8 SHA512 148f6ef5e3b71da77a07dc4bbed01f3200ff44757d05d30353619760f8b0190a7da590448a451bed9caa1abf3bc64cca0c75730aa308094627878cc3b1cbcc45
MISC metadata.xml 534 BLAKE2B 7c4c50f81c075599eab24c7d3e3a10f4a8a44a73daebfedac907cd06931f8dca07f1c5c7d10bd804959cb4b752b5950c3af373b0e034a76b868ad4f09a125674 SHA512 22425a4015b9c7b6d8d90bec9e2c76d9e02d0508df3637a8ea21f4c0cbceb904c9b77520a3fb86e17b95ab29d6d1bb03b48d9d4e5a26ddd1e4c70c7d1f6c902d

View File

@ -1,15 +1,15 @@
# 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="Python API for interacting with etherscan.io."
HOMEPAGE="https://github.com/nkgilley/python-etherscan-api https://pypi.org/project/python-etherscan-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"