From 839a9497a96353cd382867e4f409c8bb38c32f7d Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 14 Jun 2022 21:29:51 +0100 Subject: dev-python/deezer: version bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/deezer/Manifest | 2 +- dev-python/deezer/deezer-5.1.1.ebuild | 24 ------------------------ dev-python/deezer/deezer-5.3.3.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 dev-python/deezer/deezer-5.1.1.ebuild create mode 100644 dev-python/deezer/deezer-5.3.3.ebuild (limited to 'dev-python') diff --git a/dev-python/deezer/Manifest b/dev-python/deezer/Manifest index 1b1170f3..0327d41e 100644 --- a/dev-python/deezer/Manifest +++ b/dev-python/deezer/Manifest @@ -1 +1 @@ -DIST v5.1.1.tar.gz 307696 BLAKE2B b25859d45c03253348dd7bea50f0977c7e9e89c6f65e50879ab6c4eea3ff682b214567f1507650ef29e34b24804bc78f60111ca8270e4e15263437ac51179aa1 SHA512 0d74bf433fd2c0474eb74c19488f24734b480ccf9ed4fdd335dd5a7576d2e858e5e858b6a3862cc62df06380ceb7a57849ad272662ebffc837e4a9be708370ff +DIST v5.3.3.tar.gz 368282 BLAKE2B e0f848eb0d177a00dcae0527fd36197453b3c5da8dcdd066f5a95d4996ea783994f48124d08f5fa5776fade7d75fce1cef4fbd00aca10323b57d21f867bf2104 SHA512 55012f862516e46dd7b7dd6281a544e79c227f0daf070b10c8ac0307a9be35928d6f1b053b33cd419017339ee63d4bee1f73bf174012144df016b529000f83e4 diff --git a/dev-python/deezer/deezer-5.1.1.ebuild b/dev-python/deezer/deezer-5.1.1.ebuild deleted file mode 100644 index fb06664c..00000000 --- a/dev-python/deezer/deezer-5.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python{3_8,3_9} ) -inherit distutils-r1 - -DESCRIPTION="Deezer client for python" -HOMEPAGE="https://github.com/browniebroke/deezer-python" -SRC_URI="https://github.com/browniebroke/${PN}-python/archive/refs/tags/v${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/requests[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="dev-python/sphinx:=" - -S="${WORKDIR}/${PN}-python-${PV}" - -distutils_enable_tests pytest diff --git a/dev-python/deezer/deezer-5.3.3.ebuild b/dev-python/deezer/deezer-5.3.3.ebuild new file mode 100644 index 00000000..beded6c6 --- /dev/null +++ b/dev-python/deezer/deezer-5.3.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +inherit distutils-r1 + +DESCRIPTION="Deezer client for python" +HOMEPAGE="https://github.com/browniebroke/deezer-python" +SRC_URI="https://github.com/browniebroke/${PN}-python/archive/refs/tags/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/requests[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="dev-python/sphinx:=" + +S="${WORKDIR}/${PN}-python-${PV}" + +distutils_enable_tests pytest -- cgit v1.2.3