[dev-python/pytmdb3] Add git ebuild

This commit is contained in:
Ian Whyman
2012-10-07 18:14:07 +01:00
parent 4c7b49d27f
commit 90bb5f9023
+22
View File
@@ -0,0 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
EGIT_REPO_URI="git://github.com/wagnerrp/pytmdb3.git"
inherit distutils git-2
DESCRIPTION="Object-oriented interface to TheMovieDB.org's v3 API."
HOMEPAGE="https://github.com/wagnerrp/pytmdb3"
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"