summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2025-10-23 22:11:38 +0200
committerMaciej Barć <xgqt@gentoo.org>2025-10-23 23:06:53 +0200
commit589c7997623cced8a72998a9cb3ff52cf514159e (patch)
tree40b89f41dcb80099baa8c2a46e51393cc271107a /dev-python
parentb2e08a9b22f8668404053cd36ca265938c1226f1 (diff)
downloadgentoo-589c7997623cced8a72998a9cb3ff52cf514159e.tar.gz
gentoo-589c7997623cced8a72998a9cb3ff52cf514159e.tar.bz2
gentoo-589c7997623cced8a72998a9cb3ff52cf514159e.zip
dev-python/ytmusicapi: drop old 1.10.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ytmusicapi/Manifest1
-rw-r--r--dev-python/ytmusicapi/ytmusicapi-1.10.3.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest
index 4020381132465..08e957f0bf9f4 100644
--- a/dev-python/ytmusicapi/Manifest
+++ b/dev-python/ytmusicapi/Manifest
@@ -1,3 +1,2 @@
-DIST ytmusicapi-1.10.3.tar.gz 311765 BLAKE2B 7ae6b2085e2b1197da84a80f661e82438835556565eb7fe13e1e63845d36bbaff444925a4d94f2104138ac4e3655cdd705e8c862ac13e61c1d9dfcc4d82a9169 SHA512 39d56db4e08af7c81925751a818de51432a5a49e6a52d2201cc3bb62c796f933aa0e15bf2cb7b02b1794b95868a6cb1363c465896c4a9fe69bf25318d9dfc993
DIST ytmusicapi-1.11.0.tar.gz 316082 BLAKE2B 1272795cc0ee86a8d2691245839520d29339b0e556c11f480a663fd12e27406d0f76f7f566eda538dd5a91fa318e887ccc8a7a44005c37bc14f22172e5d2ab7f SHA512 f2631086f70352d78145a9ecab5e42396ff36ad87fc1769f64dbc4d5e7f215f80ea81b9efefddfea3612959654cd92e39e24bfb73e13b6e0d9b2a36cb8d6875c
DIST ytmusicapi-1.11.1.tar.gz 317409 BLAKE2B 6047a8aa58a8dbc1320775a13e2fe410d0a4994fe7ffc7e7210183e736fd203c6a70207c3f4244526150cea1079f0203a594416b0e28d82c5d8584c89535d679 SHA512 eefaba7204fc1346e03a5e7c08ec48e17c2edf23db7cd2270ad7f380d9d49927a77fe7796fb1e9e38fb2b89d21da8d89b78a895e870082770a76833878e2355b
diff --git a/dev-python/ytmusicapi/ytmusicapi-1.10.3.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.10.3.ebuild
deleted file mode 100644
index b8b19e3b23fb8..0000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.10.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{11..13} )
-
-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