[dev-python/tvdb_api] Interface to thetvdb.com, in python

This commit is contained in:
Ian Whyman
2011-10-30 18:12:36 +00:00
parent a03003d3e4
commit 0866ae4bb5
3 changed files with 27 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
EAPI=4
inherit distutils
SRC_URI="http://pypi.python.org/packages/source/t/${PN}/${P}.tar.gz"
DESCRIPTION="tvdb_api is an Python interface to thetvdb.com"
HOMEPAGE="http://github.com/dbr/tvdb_api"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
IUSE=""
DEPEND=""