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

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:56:25 +01:00 committed by Andreas Billmeier
parent 2276a112d7
commit 21a6bab7e4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST python-sochain-api-0.0.2.zip 4102 BLAKE2B 48e1bd7cffcfbe49d14320c8cb8520bb9b413a5c0fe55102df64f36dc2c0280dda47178fc68a9e087eb4089ce3351370f3ef4938225f2bf41a2e7eab3102ef66 SHA512 3c0129845c9622e2c32ec6f132423b6ce8b137b1ce897fe67433001253a48a4d77717ac0ce130728b5a9a08bbe4a1e02a46c78b44fb65a918b7335f8be10e1e5
EBUILD python-sochain-api-0.0.2.ebuild 772 BLAKE2B 80b6c0290b2d795c9547c68c308fa88f4d08cd83f8b3f1a578fdb70e7ddcce6fec5024090341f06e98b6af65e0c1f022a166190132872508876b08add54e9c0a SHA512 057d76ccbfe65dd3b95e031fe73659c0b7240384910fb740c6c8d8bc888ff94c875873e995e2fb28d3d5365063f6739bdac1d8df063e4aeb8c3577fc5571e74e
EBUILD python-sochain-api-0.0.2.ebuild 805 BLAKE2B 0d26a0886cbda561f522722aab60410cabe8676d10acb3fd73128a71c337129544e970c0ff54e67de2881ca86ec24b28cbc0495c24c3a2da31547df99534fd1f SHA512 771506502f8c6a25763330e1668baa6885620280fca3a0f8b845d6f827c4710d5cb9bb4e31dcd91e9362bf7af73839951f81075a00bdc3114123458a6301e643
MISC metadata.xml 535 BLAKE2B 22abe421411a0a10baefe1aaff548566aaff4b99724a178ba08405a039870e112bde760c8ff7f9fac6ec792114774a58ee5177ed4b21b4e09806bd815feeeb38 SHA512 7182c0d48523a06603319216af72445eea6c878fa6a1702ff94d4f98a2cf6304f03662c82cfc2ca734f287d6b7253e0b769e9cdd0e50ddf6c64f7776e76bd7ca

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 chain.so."
HOMEPAGE="https://github.com/Klathmon/python-sochain-api https://pypi.org/project/python-sochain-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}" ".zip")"
LICENSE="MIT"
SLOT="0"
@ -23,7 +23,6 @@ RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"