commit d5ac350477b5826ac91bb6f3324c5b96845fed8d parent d1b504a035e80406dc254b5fd412712fad6e2105 Author: parazyd <parazyd@dyne.org> Date: Tue, 29 Apr 2025 16:48:12 +0200 dev-python/pycoingecko: Bump to 3.2.0 Diffstat:
M | dev-python/pycoingecko/Manifest | | | 2 | +- |
D | dev-python/pycoingecko/pycoingecko-3.1.0.ebuild | | | 19 | ------------------- |
A | dev-python/pycoingecko/pycoingecko-3.2.0.ebuild | | | 19 | +++++++++++++++++++ |
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/dev-python/pycoingecko/Manifest b/dev-python/pycoingecko/Manifest @@ -1 +1 @@ -DIST pycoingecko-3.1.0.tar.gz 10449 BLAKE2B 1322c94733038beaee9d855ea64cf19e5cc37bd9d6c2543e68f9962917bc8e9c088b19981cba8cc0233f08fe31e40d562d19db77ea6d3c5354356317a44c402c SHA512 4d32a4cecd3c33a3c1fafc79a1edd8e3f659e504e998a8cf706345954a9635e78ec4b1df96d7cf231b57929c775b90a85fa88bdb608ee384978f208ab4b4783e +DIST pycoingecko-3.2.0.tar.gz 18002 BLAKE2B 5fb9518ed5218317ed8748ce3f9b3ac217c1e0001699eb0fb51b830cad8e1cbcdace0cc54d477ec4b2b8d3cafed4b00180e397c0d78e97309d0b79437cce2d48 SHA512 ad6a7b8071bd2a3256234d1f5c0cc3cd57282a4fda2557aeacc83b63ccacdd3c60ca7ba8e152191b0c4e11bfaecde6a013064d44d9b7dadb82a1b131bd02be3d diff --git a/dev-python/pycoingecko/pycoingecko-3.1.0.ebuild b/dev-python/pycoingecko/pycoingecko-3.1.0.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="CoinGecko API wrapper" -HOMEPAGE="https://github.com/man-c/pycoingecko https://pypi.org/project/pycoingecko/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/requests[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/pycoingecko/pycoingecko-3.2.0.ebuild b/dev-python/pycoingecko/pycoingecko-3.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi + +DESCRIPTION="CoinGecko API wrapper" +HOMEPAGE="https://github.com/man-c/pycoingecko https://pypi.org/project/pycoingecko/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/requests[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}"