public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 26 Nov 2023 04:14:11 +0000 (UTC)	[thread overview]
Message-ID: <1700968069.74b1825854301ccc63cac01da1d32e28f8b30647.mgorny@gentoo> (raw)

commit:     74b1825854301ccc63cac01da1d32e28f8b30647
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 03:07:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 03:07:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b18258

dev-python/ytmusicapi: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ytmusicapi/Manifest                   |  2 --
 dev-python/ytmusicapi/ytmusicapi-1.2.1-r1.ebuild | 22 ----------------------
 dev-python/ytmusicapi/ytmusicapi-1.3.0-r1.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest
index f5b3aefd49b7..a5703d01fde3 100644
--- a/dev-python/ytmusicapi/Manifest
+++ b/dev-python/ytmusicapi/Manifest
@@ -1,4 +1,2 @@
-DIST ytmusicapi-1.2.1.tar.gz 71105 BLAKE2B 852015adc0b15a34a1a808810c37bb15d6a2ed7bf1fbcd1dfa8dc3559115842a325b9ce45630ed620f15c113d1f75b3811ab4d9b2cb4416ae4b08903ca1c91c7 SHA512 758050e30f6e328aeb0a43b440cd9bab9719730203073def810a33071f7b5c01a34b83ed3615cf4010f54c29b768f166b4a76ab6a49306f8d299f4a933af21aa
-DIST ytmusicapi-1.3.0.tar.gz 71560 BLAKE2B 168f120e9306f52f61fcaf6945be89625f6438e89d3b490d2b3430bc7d5cebd74ef9ce56b379879084794ff37fb845bbd167c73a7f4fa5880b04c147e95d1981 SHA512 d1e29a6d7908ca83263ce16874774c33a611229f0e33965dc6294820a6871d7804a43239ee88ed4b683b3565be728b7ac3a2f83ef0de9310590509514578d155
 DIST ytmusicapi-1.3.1.tar.gz 71721 BLAKE2B 573f3987805e2eb8cabdc1b04648de4c95d17ee66690c6f0d4832cb008430ab1eb758e1ba8bf62ab4f6a92351e74efe7c4c99a96c81e815e6a352a44f0e70334 SHA512 f68efbdd1178e7fd1c1f2a77cfcda9bce395aba6f2898fcc0694701be31c6aa7795d196845da5b03cce5222d2592e9bcd4ea2c620dae32a4878b60e9c45f522b
 DIST ytmusicapi-1.3.2.tar.gz 71732 BLAKE2B 957c2b88ea2c9e59c81401762e4dfd4a52a2f5d3ba59653d2556c3d29225ab4bd92155070e75812f302430b453a5c32a2f44fb508b24905a8f0d16c6fe51299b SHA512 c9ccf7999d668502549e4b5393682192d1db2851660444b6255d5bfb2c0c994ab4715800b669bf57d60866aef7c5529ece374c1eda8d945c7008477438dd0fdd

diff --git a/dev-python/ytmusicapi/ytmusicapi-1.2.1-r1.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.2.1-r1.ebuild
deleted file mode 100644
index 25bb762afaca..000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unofficial API for YouTube Music"
-HOMEPAGE="https://ytmusicapi.readthedocs.io/
-	https://github.com/sigma67/ytmusicapi/"
-
-LICENSE="MIT"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs/source \
-	dev-python/sphinx-rtd-theme

diff --git a/dev-python/ytmusicapi/ytmusicapi-1.3.0-r1.ebuild b/dev-python/ytmusicapi/ytmusicapi-1.3.0-r1.ebuild
deleted file mode 100644
index 75a0cdb04926..000000000000
--- a/dev-python/ytmusicapi/ytmusicapi-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unofficial API for YouTube Music"
-HOMEPAGE="https://ytmusicapi.readthedocs.io/
-	https://github.com/sigma67/ytmusicapi/"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs/source \
-	dev-python/sphinx-rtd-theme


             reply	other threads:[~2023-11-26  4:14 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-26  4:14 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 23:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/ 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 13:10 Michał Górny
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-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=1700968069.74b1825854301ccc63cac01da1d32e28f8b30647.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