dev-python/youtube-search-python: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
parent
3608c10119
commit
d60c6e9f96
3
dev-python/youtube-search-python/Manifest
Normal file
3
dev-python/youtube-search-python/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST youtube-search-python-1.4.5.tar.gz 67757 BLAKE2B 5b79ad817e2ccaddd854cd330c4b6db482f7ff209e8b358c64b38ddb5cad70892474aea4f88ad2152eaac44abc7e2cb548e49abb11cbfeca0438e221728708d1 SHA512 cb1081841493bf7547a0f1d95cd2281673103754cd7f1391903efaa789770477b48d64e8945700ff1678ab46675c57bb3e584143b6c620229bf562145846513b
|
||||||
|
EBUILD youtube-search-python-1.4.5.ebuild 497 BLAKE2B e5e8bc65880b16a562b20f65f13c8070213614c09ec9c4f52250061aaa4735af88ead2af575eb7908ac1c30bd1aa916e04e29f1082c29ab4b46a82e1bfb19afd SHA512 24729f4efe7cba06d23088229ad0b426bafdcaf078003c5aa834cd4c33ba2fb14b6bc59f24b052681aefae7cbe7972309ad06b052ee40e83e8a35038178e4b51
|
||||||
|
MISC metadata.xml 467 BLAKE2B 8f7d0517de3fa716c3532468d51cc345976eb028c5e8e24f20f5e95655be88ed2e0684b9d97f8563b1e5f40d6f57d949407d9235a75d4d873545e9a8a19101b6 SHA512 c6f4b4e5cfd45f6187e5799fe8531a706de704ecf7fc0a219eface22964b63bbe61ae04aec58d7a548151191efed8bc919e2c293a56916f9b9458f5b2a804f79
|
15
dev-python/youtube-search-python/metadata.xml
Normal file
15
dev-python/youtube-search-python/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>flewkey@2a03.party</email>
|
||||||
|
<name>Ryan Fox</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">alexmercerind/youtube-search-python</remote-id>
|
||||||
|
<maintainer status="active">
|
||||||
|
<email>saini123hitesh@gmail.com</email>
|
||||||
|
<name>Hitesh Kumar Saini</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6..9} )
|
||||||
|
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
SRC_URI="https://github.com/alexmercerind/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DESCRIPTION="YouTube scraping library"
|
||||||
|
HOMEPAGE="https://github.com/alexmercerind/youtube-search-python"
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/httpx
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in New Issue
Block a user