diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2026-01-30 18:52:09 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2026-01-30 18:52:27 +0200 |
| commit | 771d02e180b6977a112f0cd34e55bd8d937b0bae (patch) | |
| tree | 82dc378bc8fc9dafa9fa1a174b6b747c9502ca56 /dev-python | |
| parent | 80359eec976ffe434bbf480e8c36dc19041391d8 (diff) | |
| download | gentoo-771d02e180b6977a112f0cd34e55bd8d937b0bae.tar.gz gentoo-771d02e180b6977a112f0cd34e55bd8d937b0bae.tar.bz2 gentoo-771d02e180b6977a112f0cd34e55bd8d937b0bae.zip | |
dev-python/ytmusicapi: revert "drop 1.11.1, 1.11.2"
Reverts: b4f512e0690451669d2905d8ce4d9bd97685a380
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/ytmusicapi/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild | 24 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 40438237e5e61..27ab981185b5d 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1,2 +1,4 @@ +DIST ytmusicapi-1.11.1.tar.gz 317409 BLAKE2B 6047a8aa58a8dbc1320775a13e2fe410d0a4994fe7ffc7e7210183e736fd203c6a70207c3f4244526150cea1079f0203a594416b0e28d82c5d8584c89535d679 SHA512 eefaba7204fc1346e03a5e7c08ec48e17c2edf23db7cd2270ad7f380d9d49927a77fe7796fb1e9e38fb2b89d21da8d89b78a895e870082770a76833878e2355b +DIST ytmusicapi-1.11.2.tar.gz 319542 BLAKE2B 3c8e9c9eb55a1fd4e9493238190fbf6e4b565b16d201e352de41d120d29539ec9b8c72cf19515291c8214659ea7cf85790a43a9c9032c36dbd141b3f9733aa7d SHA512 0394fa9010ab624c4a1044fc2a492e5e146f115d7111ea3c9d82be286b233e8ebeb42c67cd6e4d95a82edbd73aade21a5b73c49e03df583e1f0bfa06a32d2b20 DIST ytmusicapi-1.11.3.tar.gz 319690 BLAKE2B ff07b28c6c2171f1da4131f2717c2f368ddf8db9f8bb9afdf623e0d64269d96c4a77532ddaf5a5b0f86794423b2e11d672be377fc26ffa6936b41497badcb57f SHA512 36820edfbbf8e4f2a81b619aed85ae9d3f02650d07c56e97c0a11ecc5ecaa04a07edb19db41a3f141447d351676242a8d1014f4e5e4a1f2411331eebcd89c294 DIST ytmusicapi-1.11.4.tar.gz 412987 BLAKE2B 7fa6f10ed7da0261d4717c3ec0b58cb2d58f0eb0eafcb3bee0a7c09b9a1698561c760524c66d23563848a994e4487e1b8622e3e1989a55adb3da139bedde5b7f SHA512 2f3926daa35b9d2425a64f0fab1fe96259e24e0e8b10ef93b1992b594c5e05b788e5a32f8649c07e3ea29fa7c21e8193bb7b9adada777e9e56c8484e6005464c diff --git a/dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild new file mode 100644 index 0000000000000..b8b19e3b23fb8 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild @@ -0,0 +1,24 @@ +# 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 diff --git a/dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild new file mode 100644 index 0000000000000..c8749219162d5 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild @@ -0,0 +1,24 @@ +# 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_{12..14} ) + +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 |
