dev-python/itunespy: bump to version 1.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-05-14 22:35:55 +02:00
parent e91181595f
commit 5ff2056c3f
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 30 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST itunespy-1.5.3.tar.gz 19521 BLAKE2B e7eb1761013fb8265a1792e2400cf16d69fcba5a0251e5a100f4080911e3e78bc7df8f2088f078a6cff7608566abd70edababd03cd5acfbe1c7725fb205e5797 SHA512 d7942d25ca97543328de0ffadd3a4c3a9f4ed4f194899396d23db18d561bd7e2aeb978d87ddd79b5998b9e9a828564110de0c761d9e1b19fdf34d868ac1168d1
DIST itunespy-1.6.tar.gz 9724 BLAKE2B c46ccfd00a3dec1772499d3299dae7c20355628176db4e660aca0b2b819b81423ac78ce55319c822c15e1c4bf0641c2fc3c4d9ba94dafad1ffdeb503be4f76f9 SHA512 d91428e23a71bdbc62e6b8126b379aa48f06a365056147cf30eb4fa6132243d35c8a8d6dc536174a53f206bf7bcb4dcebb5a3697fac0fd88cbcb38205202ad81

View File

@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A simple library to fetch data from the iTunes Store API"
HOMEPAGE="https://github.com/sleepyfran/itunespy"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sleepyfran/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/sleepyfran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
"