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

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

View File

@ -1,3 +1,3 @@
DIST python-ripple-api-0.0.3.tar.gz 1867 BLAKE2B 9ccc4f33a2ca991d3ef112904fc9cba0bd7d564c4d80106e4b6d75bc84b3408af122e1b9762fc39e16caea4ac5107410c87f765b4e906585a8f83fdae0615d21 SHA512 1a15590e628e34fef4681ec52642cc8c50e4b3a9078cffbb908225839bee79e4f445aeb0a1fce50e25e45c138b349c08aff408175bb726a68ee772c3540ebc6a
EBUILD python-ripple-api-0.0.3.ebuild 722 BLAKE2B d4029f9e493a478cc13295851029d3773e61f1c9857436291858330e240e475f0d6dfa69eb33c9f706c5f493a6cd8c5dcd627d1269d138358791dcbfbb9f557c SHA512 e5f0aaec96c3b771cb3a6ba15adc817f2696cb6baee67c257f23203e56f7618121a2814e51635abe8a13719fa9436943e8942b5f81240aa0f6dcc9e580b4e291
EBUILD python-ripple-api-0.0.3.ebuild 686 BLAKE2B 3e80e68f48b0867ae4906d3320097fd25db430110f369b63dd94c4447559c91b033cb75be1cb0f297ccebd638b54fd1d4a844a6cd93496023bed764eac58fcb6 SHA512 3199aebc686fc5a1d4faeab274b0e2d07d0a0ff94d4ed718918ead2533f7e508035c674c56c01c359907e870b994a35090c51bf2660676bcc615e2d0f83cfa05
MISC metadata.xml 528 BLAKE2B b0bc97c75f296d56c42fdbdc1eb99fdeabe8b0305a4b9a9b425575afd488b454373833f77a46f8650958a00b5a91d9a14ee2c9c00a136202ab920b16e9cb06e6 SHA512 17f65e5d6a5055ebab98916689d36d51380b1764f5d5817eb0693b53f82723e8fd1be5cb01a100db4807f6e6cf6010b2168a84d05b83ebee739ccde45b6b11bf

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