* [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/, profiles/
@ 2023-02-24 9:26 Ionen Wolkens
0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2023-02-24 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 244dd40a70938896edcaa83d554e51a1123870c3
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 09:12:46 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 09:26:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244dd40a
dev-python/pafy: treeclean
Closes: https://bugs.gentoo.org/891911
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/pafy/Manifest | 1 -
dev-python/pafy/metadata.xml | 12 ------------
dev-python/pafy/pafy-0.5.5.ebuild | 23 -----------------------
dev-python/pafy/pafy-9999.ebuild | 23 -----------------------
profiles/package.mask | 9 ---------
5 files changed, 68 deletions(-)
diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest
deleted file mode 100644
index 393f707e256c..000000000000
--- a/dev-python/pafy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pafy-0.5.5.tar.gz 29769 BLAKE2B 84c9bfac18fb668327103341cc01229c7c77fda5b5edaecdb662b891fcf4390c578466364b81d4bcdb1abdbe0cb32641ec6320fbbca8779621fafc011cbde20d SHA512 3b7e02bc9cc541bd66718469c7a743be5da3b0822d7cc63ec82f49c2721fe6b3bdbb87cdd9dd26b0bf05fa8bb9566ff6cc59b37baa17ccb7aae12c881faa884c
diff --git a/dev-python/pafy/metadata.xml b/dev-python/pafy/metadata.xml
deleted file mode 100644
index 943eda474e17..000000000000
--- a/dev-python/pafy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pafy</remote-id>
- <remote-id type="github">mps-youtube/pafy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild
deleted file mode 100644
index d3b4304947bc..000000000000
--- a/dev-python/pafy/pafy-0.5.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/pafy.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="Python library to retrieve YouTube content and metadata"
-HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"
diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild
deleted file mode 100644
index 890930a4f9ad..000000000000
--- a/dev-python/pafy/pafy-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mps-youtube/pafy.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Python library to retrieve YouTube content and metadata"
-HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"
diff --git a/profiles/package.mask b/profiles/package.mask
index 5929e4f3778c..9c594018b6e4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -706,15 +706,6 @@ sys-cluster/wulfware
# Removal: 2023-02-23. Bug #891917
net-misc/youtube-dl
-# Michał Górny <mgorny@gentoo.org> (2023-01-24)
-# mps-youtube does not seem to work "out of the box". It has had its
-# last release in 2018, and no commits since 2020. It is the only
-# package needing dev-python/pafy, and pafy is the final package
-# requiring net-misc/youtube-dl.
-# Removal on 2023-02-23. Bug #891911.
-dev-python/pafy
-media-sound/mps-youtube
-
# David Seifert <soap@gentoo.org> (2023-01-23)
# EOL branch, switch to mariadb-10.4/galera-26.4, removal on 2023-02-22.
<dev-db/mariadb-10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-24 9:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 9:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/, profiles/ Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox