dev-python/deezer-py: new package, add 1.3.7

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-03-16 21:00:19 +03:00
parent 9b75c99772
commit 99602f8f63
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST deezer-py-1.3.7.tar.gz 25033 BLAKE2B 19031532b18b3057e9d5206d6b462f5be66738e5f10b02845676b41e4752bb47c85894175df415647fbdf4caf84346a75f68631369f93f9d096558ec07d122ea SHA512 dafdef0885b575f144fdd6cb0bc74d729807c55de95bddf2a303f1e983c8cee6ffb341e860fbb5ae2ef7c51fcb25bbb59f4c72d6668fe823ce9ec154bde0ff23

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A wrapper for all Deezer's APIs"
HOMEPAGE="https://pypi.org/project/deezer-py/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests import-check
src_install() {
distutils-r1_src_install
dodoc LICENSE.txt
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Pavel Sobolev</name>
<email>contact@paveloom.dev</email>
</maintainer>
<upstream>
<remote-id type="pypi">deezer-py</remote-id>
</upstream>
</pkgmetadata>