dev-python/pafy/pafy-0.3.66.ebuild
author Da Risk <da_risk@geekorum.com>
Wed, 22 Feb 2017 10:13:14 -0800
changeset 203 5178154ddcbb
parent 139 bda145933b66
permissions -rw-r--r--
Remove mps-youtube it is now in the gentoo tree
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
139
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Copyright 1999-2014 Gentoo Foundation
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# $Header: $
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
EAPI=5
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
inherit distutils-r1
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
DESCRIPTION="Python API for YouTube"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
HOMEPAGE="http://np1.github.io/pafy/"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
SRC_URI="https://github.com/np1/${PN}/archive/v${PV}.tar.gz"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
LICENSE="GPL-3"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
SLOT="0"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
KEYWORDS="~amd64"
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
IUSE=""
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
DEPEND=""
bda145933b66 Bump dev-python/pafy to 0.3.66
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
RDEPEND="${DEPEND}"