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:
parent
1bfb881f7a
commit
d4dec1930f
1
dev-python/itunespy/Manifest
Normal file
1
dev-python/itunespy/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST itunespy-1.5.3.tar.gz 19521 BLAKE2B e7eb1761013fb8265a1792e2400cf16d69fcba5a0251e5a100f4080911e3e78bc7df8f2088f078a6cff7608566abd70edababd03cd5acfbe1c7725fb205e5797 SHA512 d7942d25ca97543328de0ffadd3a4c3a9f4ed4f194899396d23db18d561bd7e2aeb978d87ddd79b5998b9e9a828564110de0c761d9e1b19fdf34d868ac1168d1
|
29
dev-python/itunespy/itunespy-1.5.3.ebuild
Normal file
29
dev-python/itunespy/itunespy-1.5.3.ebuild
Normal 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}]
|
||||||
|
"
|
29
dev-python/itunespy/itunespy-9999.ebuild
Normal file
29
dev-python/itunespy/itunespy-9999.ebuild
Normal 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}]
|
||||||
|
"
|
7
dev-python/itunespy/metadata.xml
Normal file
7
dev-python/itunespy/metadata.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user