dev-python/itunespy: add version 1.5.3 and 9999

Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
XGQT 2020-03-21 23:36:55 +01:00
parent 1bfb881f7a
commit d4dec1930f
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST itunespy-1.5.3.tar.gz 19521 BLAKE2B e7eb1761013fb8265a1792e2400cf16d69fcba5a0251e5a100f4080911e3e78bc7df8f2088f078a6cff7608566abd70edababd03cd5acfbe1c7725fb205e5797 SHA512 d7942d25ca97543328de0ffadd3a4c3a9f4ed4f194899396d23db18d561bd7e2aeb978d87ddd79b5998b9e9a828564110de0c761d9e1b19fdf34d868ac1168d1

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 )
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}]
"

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 )
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}]
"

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">sleepyfran/itunespy</remote-id>
</upstream>
</pkgmetadata>