Files
for-gentoo/dev-python/pytmdb3/pytmdb3-9999.ebuild
T
2012-10-07 18:14:07 +01:00

23 lines
414 B
Bash

# 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}"