dev-python/pafy: initial import

This commit is contained in:
Tim Harder
2016-08-16 20:52:39 -04:00
parent 054419a2b3
commit bf8b372403
3 changed files with 31 additions and 0 deletions

1
dev-python/pafy/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pafy-0.5.1.tar.gz 26295 SHA256 1e1f6f841e87875004679e200389e751f7ae5f45efdebc257f5b8191d0572920 SHA512 d18b04f0785124b516fc68eea3b11ede3c9cf6f59211f1536e3c936ccf8f0a3781a7af1c6f8f6c31651eb6dea30b6fc780916cb1c280d813a319b0687f9d4f4b WHIRLPOOL 01914026a0dc56affe08dfc5eb3e3fbbbb791efc872c05f1610fab6e266f23c5db27bb66dd811507be53fe12e60d3de79be916e162f168bfd43bcfd1539af5d9

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">pafy</remote-id>
<remote-id type="github">mps-youtube/pafy</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Python library to retrieve YouTube content and metadata"
HOMEPAGE="http://np1.github.io/pafy/ https://pypi.python.org/pypi/pafy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"