changeset 219 | c0c5810e06b8 |
parent 217 | cc0327602480 |
child 220 | fca4a6de7c45 |
217:cc0327602480 | 219:c0c5810e06b8 |
---|---|
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}" |