changeset 139 | bda145933b66 |
138:c613325c9ed7 | 139:bda145933b66 |
---|---|
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}" |