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 git-2 |
|
10 |
|
11 EGIT_REPO_URI="git://github.com/np1/pafy.git" |
|
12 |
|
13 DESCRIPTION="Python API for YouTube" |
|
14 HOMEPAGE="http://np1.github.io/pafy/" |
|
15 SRC_URI="" |
|
16 |
|
17 LICENSE="GPL-3" |
|
18 SLOT="0" |
|
19 KEYWORDS="~amd64" |
|
20 IUSE="" |
|
21 |
|
22 DEPEND="" |
|
23 RDEPEND="${DEPEND}" |