summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2017-03-04 23:05:58 +0000
committerIan Whyman <thev00d00@gentoo.org>2017-03-04 23:06:16 +0000
commit0f8314a093034aec91519c29378836f20ba30396 (patch)
tree828d27cf8cc546fadb090d8a5410c0b6c7127cda /dev-python/tvdb_api
parentapp-misc/detachtty: use variables wherever possible. (diff)
downloadgentoo-0f8314a093034aec91519c29378836f20ba30396.tar.gz
gentoo-0f8314a093034aec91519c29378836f20ba30396.tar.bz2
gentoo-0f8314a093034aec91519c29378836f20ba30396.zip
dev-python/tvdb_api: Version bump, add py3 support #608082
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/tvdb_api')
-rw-r--r--dev-python/tvdb_api/Manifest1
-rw-r--r--dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/tvdb_api/Manifest b/dev-python/tvdb_api/Manifest
index 81f91771606f..7478f3089dc3 100644
--- a/dev-python/tvdb_api/Manifest
+++ b/dev-python/tvdb_api/Manifest
@@ -1 +1,2 @@
+DIST tvdb_api-1.10_pre20150406.tar.gz 33758 SHA256 264ff148d41582243f63859a5ad6cd924d556a3872342a9d0ef2732efeb37dc8 SHA512 a62680a8e18fa5cb246c0916232aecd06dd5f7381e589690f8fedf5b85a9eac01331a858880f888c14ece53c888ab8d18e7dd65a6665639f5f6f6d335138469d WHIRLPOOL a7fbf57ad4bc5207438f3a83089129d2cd5f1e5f5d4d7726f807701a8170bf99dcfb59069b3b6dde26bec279322d2b402f14360e50a6fc38cf8396827e181539
DIST tvdb_api-1.9.tar.gz 32429 SHA256 516bd5f9150f7fcb1df11cd73b2af0e155eb8282e49c197449df295cd0e0f873 SHA512 6ce13f47275eb3f37897da1b9bfb2d101184e3797abeec965c170d9b007661c3e0745396bc93bf365d6a1552fb461a2fd7b33777b4a67e58281c8ac3efb788df WHIRLPOOL 596c680383fe43f4575e968358c6a839d070c1eb1561e7a7f673516d1fb445bc0f9927c22eecf2762be5d0fe5fd63c840ba95ff08779a218c1389b3d66ea8668
diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild
new file mode 100644
index 000000000000..9304ad953ee3
--- /dev/null
+++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit distutils-r1
+
+DESCRIPTION="Python interface to thetvdb.com API"
+HOMEPAGE="https://github.com/dbr/tvdb_api"
+SRC_URI="http://dev.gentoo.org/~thev00d00/distfiles/dev-python/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+
+S="${WORKDIR}"