Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/
Date: Mon, 16 May 2022 13:31:05
Message-Id: 1652707703.391ed0e7b03212441bb8bb8236026f6ab4fb1f80.mgorny@gentoo
1 commit: 391ed0e7b03212441bb8bb8236026f6ab4fb1f80
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391ed0e7
7
8 dev-python/ytmusicapi: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ytmusicapi/Manifest | 1 -
13 dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest
17 index 768552cf5336..f0ff0ce9fc0e 100644
18 --- a/dev-python/ytmusicapi/Manifest
19 +++ b/dev-python/ytmusicapi/Manifest
20 @@ -1,2 +1 @@
21 -DIST ytmusicapi-0.21.0.tar.gz 48457 BLAKE2B ace8818c2a6859bb17d98fa608ac8cf7a806745741e634f639f4022527021089dc9b0b7bc48c0f999937a4599847a144afcb9f7e5585daa5d7b0ea1d5d12e399 SHA512 c34abbe8ba8d3b92ac162ffc9679ab21ce6c618a349aaeaa6c06b5597a3aed14e9b9f78a6b351ba545729da1c0bd57c2b7f999957bd8e56b0b453c04624bca4b
22 DIST ytmusicapi-0.22.0.tar.gz 50474 BLAKE2B cd0d3a0c45a754560cb70b1766888d76a4b4c1b956f0112d761b1ee8663d7ed792c2befc71c5430464daacb19b7bcff48b7e2d079fd5de08db4583a110b4002a SHA512 3286e67e80c5b73e18b7d30040faca76d790b1b4ac45e635d721f5465379d525af89e6f6635353d3849c43d67c8b59a632423d3bee5a24a2e9c993cc009f2286
23
24 diff --git a/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild
25 deleted file mode 100644
26 index a7e9f3db10d4..000000000000
27 --- a/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Unofficial API for YouTube Music"
41 -HOMEPAGE="https://ytmusicapi.readthedocs.io/"
42 -SRC_URI="https://github.com/sigma67/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -KEYWORDS="~amd64 ~x86"
46 -SLOT="0"
47 -
48 -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
49 -
50 -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme