diff --git a/dev-python/youtube-search/Manifest b/dev-python/youtube-search/Manifest deleted file mode 100644 index 5a64e96..0000000 --- a/dev-python/youtube-search/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST youtube-search-1.1.1.tar.gz 2518 BLAKE2B 5479f7aec0a4deeeefc8b77d1acbd822923dd2e12c846ab0aa05dcac60bcbcf0413f63f33d8896b52bdba8ee7e4ba6d5ee5236c92bd296151e556692aaf9c34e SHA512 54a09b17ed59717c522b184e7022f51b497fe9b7a72a8aeb0666939c96ecb3c3a71de6247f22fea6c654c42d8b134b662236d585f922e23784332d8dd83f0dec diff --git a/dev-python/youtube-search/metadata.xml b/dev-python/youtube-search/metadata.xml deleted file mode 100644 index 27e77b1..0000000 --- a/dev-python/youtube-search/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - xgqt@protonmail.com - Maciej Barć - - - joetats/youtube_search - - diff --git a/dev-python/youtube-search/youtube-search-1.1.1.ebuild b/dev-python/youtube-search/youtube-search-1.1.1.ebuild deleted file mode 100644 index 473fedd..0000000 --- a/dev-python/youtube-search/youtube-search-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Simple, minimal and powerful logging library for Python" -HOMEPAGE="https://github.com/joetats/youtube_search" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/idna[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -"