From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/
Date: Wed, 12 Jun 2024 13:10:48 +0000 (UTC) [thread overview]
Message-ID: <1718197588.0cc9354a4f2c593c54f3973826354654437a5fbb.mgorny@gentoo> (raw)
commit: 0cc9354a4f2c593c54f3973826354654437a5fbb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 13:06:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 13:06:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc9354a
dev-python/ytmusicapi: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ytmusicapi/Manifest | 3 ---
dev-python/ytmusicapi/ytmusicapi-1.7.0.ebuild | 23 -----------------------
dev-python/ytmusicapi/ytmusicapi-1.7.1.ebuild | 23 -----------------------
dev-python/ytmusicapi/ytmusicapi-1.7.2.ebuild | 23 -----------------------
4 files changed, 72 deletions(-)
diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest
index 76d698e18559..e677780578e6 100644
--- a/dev-python/ytmusicapi/Manifest
+++ b/dev-python/ytmusicapi/Manifest
@@ -1,4 +1 @@
-DIST ytmusicapi-1.7.0.tar.gz 276068 BLAKE2B 39b33782fde91ada32269e6ec8630164796caff2e17743a852f1eca72debaf23b01fd9e8f4d486e1a67bf790221a233339b0074034d993053388cf31cadb32a0 SHA512 4e5f021e7dc9879e6cf881595afc8c17637e0d722a019b855563358f38bb74fe5ff154ea639c6d56836967c520bfece504733bf960b77cfe79b0586390339551
-DIST ytmusicapi-1.7.1.tar.gz 276874 BLAKE2B 0fee5ad7219b675cbd1cf91e7722dc0addfc7f91be7ad8d74e0df99cc770726df68a1e37d47531161323a42115283b8072f87df2e0261c3b14176a005dd4e52b SHA512 1285ca07cfe18e3965cb769c34a507266188e4d5fa3e34f8e29bb69e0a31aab605f25dbdf24c790621cbcbd7552c0b44a0ae8a0be0237971a02f19d58a05b79f
-DIST ytmusicapi-1.7.2.tar.gz 277033 BLAKE2B f81ecedc00a48e2daa777388d8d362aa5bb6cb5c984277e96a0a4fe62aef55b5926f7eac26ec7a6e526db6ee7abbad570a4e71d7544349b51f33bcaa7f5daac4 SHA512 012b904accdb2fd84871909a139b1b665d0266ed2c157d4988ec0a02eb22ca47803ab980af2828442ca83a08c76c4fb88bec4dedcaf3a15b58e9ff1d2b9ee44c
DIST ytmusicapi-1.7.3.tar.gz 277265 BLAKE2B 1461450fb2c1ceff63703f26c89aa6947cfca7ecae13232dadc207a20361e36ec43a03718dd5b0d63a84e69a5e77eae722fa06b3f1036183f65bbf5ee0fc1ebe SHA512 fa305e8a07c668270db27ea537101862ad78f8c1d353f4f5d98cefdfbcdf1388195e250f65076b1fc0aba5f95951d6b9ff76ca71201e9b35cd1af3fa6fd4476b
diff --git a/dev-python/ytmusicapi/ytmusicapi-1.7.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.7.0.ebuild
deleted file mode 100644
index 5fa2d4f3374a..000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.7.0.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
diff --git a/dev-python/ytmusicapi/ytmusicapi-1.7.1.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.7.1.ebuild
deleted file mode 100644
index 1537ab0e5d66..000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.7.1.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
diff --git a/dev-python/ytmusicapi/ytmusicapi-1.7.2.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.7.2.ebuild
deleted file mode 100644
index 1537ab0e5d66..000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.7.2.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
next reply other threads:[~2024-06-12 13:10 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 13:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 3:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/ Michał Górny
2024-10-27 3:05 Sam James
2024-10-08 23:07 Maciej Barć
2024-09-14 12:39 Michał Górny
2024-09-14 12:28 Arthur Zamarin
2024-08-24 23:48 Maciej Barć
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-03 18:58 Michał Górny
2024-08-03 16:48 Jakov Smolić
2024-07-25 16:48 Maciej Barć
2024-07-20 13:27 Michał Górny
2024-07-20 11:14 Arthur Zamarin
2024-07-15 7:10 Maciej Barć
2024-07-04 12:44 Maciej Barć
2024-06-12 11:10 Arthur Zamarin
2024-06-07 17:29 Michał Górny
2024-06-07 16:56 Arthur Zamarin
2024-05-27 21:03 Maciej Barć
2024-05-21 0:51 Maciej Barć
2024-05-11 18:21 Maciej Barć
2024-05-06 8:47 Arthur Zamarin
2024-03-23 11:58 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22 6:14 Arthur Zamarin
2024-03-08 22:18 Maciej Barć
2024-03-02 16:32 Maciej Barć
2024-02-23 1:05 Maciej Barć
2024-02-20 14:13 Michał Górny
2024-02-20 14:06 Jakov Smolić
2024-02-05 11:28 Maciej Barć
2024-01-30 19:58 Maciej Barć
2024-01-25 4:43 Michał Górny
2024-01-25 0:44 Sam James
2024-01-21 20:47 Maciej Barć
2024-01-06 18:42 Maciej Barć
2024-01-06 18:42 Maciej Barć
2024-01-05 3:02 Maciej Barć
2024-01-05 3:02 Maciej Barć
2024-01-01 20:29 Maciej Barć
2023-11-29 11:15 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-26 4:14 Michał Górny
2023-11-25 23:09 Sam James
2023-10-26 13:13 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-10-04 8:11 Maciej Barć
2023-10-02 4:22 Michał Górny
2023-10-01 18:07 Arthur Zamarin
2023-09-21 5:09 Sam James
2023-08-31 14:41 Maciej Barć
2023-08-20 20:32 Maciej Barć
2023-08-04 2:42 Michał Górny
2023-08-03 20:45 Sam James
2023-07-17 17:56 Michał Górny
2023-07-17 16:53 Arthur Zamarin
2023-07-03 22:42 Maciej Barć
2023-06-16 21:02 Maciej Barć
2023-05-25 14:38 Michał Górny
2023-05-25 8:28 Arthur Zamarin
2023-05-05 13:43 Michał Górny
2023-05-05 7:31 Arthur Zamarin
2023-04-24 17:39 Maciej Barć
2023-04-24 17:39 Maciej Barć
2023-04-24 17:39 Maciej Barć
2023-04-20 0:03 Maciej Barć
2023-04-08 19:57 Maciej Barć
2023-04-08 19:57 Maciej Barć
2023-04-03 0:24 Maciej Barć
2023-03-27 17:16 Arthur Zamarin
2023-03-27 17:16 Arthur Zamarin
2023-03-16 4:13 Michał Górny
2023-01-21 9:13 Arthur Zamarin
2023-01-16 6:11 Michał Górny
2023-01-16 1:57 Maciej Barć
2023-01-15 23:05 Maciej Barć
2022-11-30 19:42 Arthur Zamarin
2022-11-14 5:07 Michał Górny
2022-10-05 2:36 Maciej Barć
2022-09-26 22:51 Maciej Barć
2022-05-16 13:30 Michał Górny
2022-05-10 20:37 Maciej Barć
2022-04-10 20:21 Maciej Barć
2022-04-04 15:47 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718197588.0cc9354a4f2c593c54f3973826354654437a5fbb.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox