diff options
author | 2024-03-23 12:56:19 +0100 | |
---|---|---|
committer | 2024-03-23 12:56:19 +0100 | |
commit | a5b267955aba5ee2d52c12b2c934fbdbcdead8f4 (patch) | |
tree | a4b7d4124db413df3b92d8e8f4378cb8cf2df25e /dev-python/ytmusicapi | |
parent | dev-python/weasyprint: Remove old (diff) | |
download | gentoo-a5b267955aba5ee2d52c12b2c934fbdbcdead8f4.tar.gz gentoo-a5b267955aba5ee2d52c12b2c934fbdbcdead8f4.tar.bz2 gentoo-a5b267955aba5ee2d52c12b2c934fbdbcdead8f4.zip |
dev-python/ytmusicapi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ytmusicapi')
-rw-r--r-- | dev-python/ytmusicapi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ytmusicapi/ytmusicapi-1.5.4.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 3043b2cb0e97..8883c4236b1a 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1,2 +1 @@ -DIST ytmusicapi-1.5.4.tar.gz 102675 BLAKE2B b1b278e9c8e91eb9982b462babc614bad2b92d1c77fd49e08cbaefdfb10657531bedeca5677ce80e7e0f51bf23482f8537fda97449e645009731b83a1deb6fdc SHA512 4eda0a61d6d6f58b7aed9e668816bd8917b9562f8770c58d6b837c3cb7801a7b5da03ecaf6d15b8bba17a343611f0225aa19c91fc4d69568d9acb38efdac440c DIST ytmusicapi-1.6.0.tar.gz 106624 BLAKE2B b7900f4fb9e863f694a06a9d85d479e13514d6f4a0ad86e923ccceb497ad9294e34d9b3914005063b272ef8582514a5ea7c173864d38a2b6ec166bcf1199560e SHA512 9886c0b4ec29bf9b676b4c77f9e84ca6c7a0f1b4da264d589aed19d50c8be6ef3718185af755d8a9f652d425ae98603fff09ea8d84ec839756dab43181eb9f4c diff --git a/dev-python/ytmusicapi/ytmusicapi-1.5.4.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.5.4.ebuild deleted file mode 100644 index 5fa2d4f3374a..000000000000 --- a/dev-python/ytmusicapi/ytmusicapi-1.5.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Unofficial API for YouTube Music" -HOMEPAGE="https://ytmusicapi.readthedocs.io/ - https://github.com/sigma67/ytmusicapi/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -RESTRICT="test" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" - -distutils_enable_sphinx docs/source \ - dev-python/sphinx-rtd-theme |