dev-python/youtube-search: treeclean

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-05-02 09:27:48 +03:00
parent 0772bc2d30
commit 80fb685c84
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
3 changed files with 0 additions and 36 deletions

View File

@ -1 +0,0 @@
DIST youtube-search-1.1.1.tar.gz 2518 BLAKE2B 5479f7aec0a4deeeefc8b77d1acbd822923dd2e12c846ab0aa05dcac60bcbcf0413f63f33d8896b52bdba8ee7e4ba6d5ee5236c92bd296151e556692aaf9c34e SHA512 54a09b17ed59717c522b184e7022f51b497fe9b7a72a8aeb0666939c96ecb3c3a71de6247f22fea6c654c42d8b134b662236d585f922e23784332d8dd83f0dec

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">joetats/youtube_search</remote-id>
</upstream>
</pkgmetadata>

View File

@ -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}]
"