23 lines
414 B
Bash
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}"
|
|
|