diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest new file mode 100644 index 0000000..2305771 --- /dev/null +++ b/dev-python/itunespy/Manifest @@ -0,0 +1 @@ +DIST itunespy-1.5.3.tar.gz 19521 BLAKE2B e7eb1761013fb8265a1792e2400cf16d69fcba5a0251e5a100f4080911e3e78bc7df8f2088f078a6cff7608566abd70edababd03cd5acfbe1c7725fb205e5797 SHA512 d7942d25ca97543328de0ffadd3a4c3a9f4ed4f194899396d23db18d561bd7e2aeb978d87ddd79b5998b9e9a828564110de0c761d9e1b19fdf34d868ac1168d1 diff --git a/dev-python/itunespy/itunespy-1.5.3.ebuild b/dev-python/itunespy/itunespy-1.5.3.ebuild new file mode 100644 index 0000000..5c92870 --- /dev/null +++ b/dev-python/itunespy/itunespy-1.5.3.ebuild @@ -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}] +" diff --git a/dev-python/itunespy/itunespy-9999.ebuild b/dev-python/itunespy/itunespy-9999.ebuild new file mode 100644 index 0000000..5c92870 --- /dev/null +++ b/dev-python/itunespy/itunespy-9999.ebuild @@ -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}] +" diff --git a/dev-python/itunespy/metadata.xml b/dev-python/itunespy/metadata.xml new file mode 100644 index 0000000..7e7f014 --- /dev/null +++ b/dev-python/itunespy/metadata.xml @@ -0,0 +1,7 @@ + + + + + sleepyfran/itunespy + +