diff options
author | 2022-11-14 06:06:50 +0100 | |
---|---|---|
committer | 2022-11-14 06:06:50 +0100 | |
commit | 058b928e3c313e71241304e3376854b51046b836 (patch) | |
tree | a54d36c59e8bdcc00256b721c278788d8b2a9f8a /dev-python/youtube-search-python | |
parent | dev-python/yamlpath: Remove old (diff) | |
download | gentoo-058b928e3c313e71241304e3376854b51046b836.tar.gz gentoo-058b928e3c313e71241304e3376854b51046b836.tar.bz2 gentoo-058b928e3c313e71241304e3376854b51046b836.zip |
dev-python/youtube-search-python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/youtube-search-python')
-rw-r--r-- | dev-python/youtube-search-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/youtube-search-python/youtube-search-python-1.6.5.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/youtube-search-python/Manifest b/dev-python/youtube-search-python/Manifest index 20434c2282ad..471f0068df9e 100644 --- a/dev-python/youtube-search-python/Manifest +++ b/dev-python/youtube-search-python/Manifest @@ -1,2 +1 @@ -DIST youtube-search-python-1.6.5.tar.gz 115469 BLAKE2B 80e3732155113ee6764f370af894c3cf261812dc5ae6d44a1a7f614645a7a85482c4c35736d8319246f3b2e3cb66188908253bfed910700ad6b83d7fd2d9d92f SHA512 1d319401fb6e24064c3235d82680fd6f156bc600155b4d8157cb1b69ae61cffb587d5ac59ea5b5a353657cd3a1275b038dd9af9939da7fe7ac81c7866de10832 DIST youtube-search-python-1.6.6.tar.gz 115732 BLAKE2B d53f99272917c488709a2b7b6273e430e1831d5d34930ad39a5cbb838fec1ee9694b8d7fc8aefcac643dfec0fc91bb278a40224b2e0bc865a93db17d647c8ac8 SHA512 b03ead324e7684f7bf28a4c05a104a558dce8bb4e126b42853bcd875675a4a39876bb47cad3e57a618eaffdc1561fd523021be3dd77dd1180b9bf7d752faa2ee diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.5.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.5.ebuild deleted file mode 100644 index 923cfa88f17f..000000000000 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Get YouTube video information using link WITHOUT YouTube Data API v3" -HOMEPAGE="https://github.com/alexmercerind/youtube-search-python/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/httpx[${PYTHON_USEDEP}] - net-misc/yt-dlp[${PYTHON_USEDEP}] -" |