diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/pafy | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pafy')
| -rw-r--r-- | dev-python/pafy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pafy/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pafy/pafy-0.5.5.ebuild | 23 | ||||
| -rw-r--r-- | dev-python/pafy/pafy-9999.ebuild | 23 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest new file mode 100644 index 000000000000..393f707e256c --- /dev/null +++ b/dev-python/pafy/Manifest @@ -0,0 +1 @@ +DIST pafy-0.5.5.tar.gz 29769 BLAKE2B 84c9bfac18fb668327103341cc01229c7c77fda5b5edaecdb662b891fcf4390c578466364b81d4bcdb1abdbe0cb32641ec6320fbbca8779621fafc011cbde20d SHA512 3b7e02bc9cc541bd66718469c7a743be5da3b0822d7cc63ec82f49c2721fe6b3bdbb87cdd9dd26b0bf05fa8bb9566ff6cc59b37baa17ccb7aae12c881faa884c diff --git a/dev-python/pafy/metadata.xml b/dev-python/pafy/metadata.xml new file mode 100644 index 000000000000..4d112fa50346 --- /dev/null +++ b/dev-python/pafy/metadata.xml @@ -0,0 +1,13 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild new file mode 100644 index 000000000000..f9627f434ce8 --- /dev/null +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend +inherit distutils-r1 + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/mps-youtube/pafy.git" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Python library to retrieve YouTube content and metadata" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" + +LICENSE="LGPL-3" +SLOT="0" + +RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]" diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild new file mode 100644 index 000000000000..f9627f434ce8 --- /dev/null +++ b/dev-python/pafy/pafy-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend +inherit distutils-r1 + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/mps-youtube/pafy.git" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Python library to retrieve YouTube content and metadata" +HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/" + +LICENSE="LGPL-3" +SLOT="0" + +RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]" |
