author | Da Risk <da_risk@geekorum.com> |
Sun, 19 Mar 2017 13:43:48 -0700 | |
changeset 207 | 4a0953bcb56f |
parent 139 | bda145933b66 |
permissions | -rw-r--r-- |
139 | 1 |
# Copyright 1999-2014 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
||
5 |
EAPI=5 |
|
6 |
||
7 |
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) |
|
8 |
||
9 |
inherit distutils-r1 |
|
10 |
||
11 |
DESCRIPTION="Python API for YouTube" |
|
12 |
HOMEPAGE="http://np1.github.io/pafy/" |
|
13 |
SRC_URI="https://github.com/np1/${PN}/archive/v${PV}.tar.gz" |
|
14 |
||
15 |
LICENSE="GPL-3" |
|
16 |
SLOT="0" |
|
17 |
KEYWORDS="~amd64" |
|
18 |
IUSE="" |
|
19 |
||
20 |
DEPEND="" |
|
21 |
RDEPEND="${DEPEND}" |