commit:     afcadcda020312b647f4454a7981c03fb493084f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 10:23:16 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 10:29:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcadcda

dev-python/ssl-fetch: Remove last-rited pkg

Bug: https://bugs.gentoo.org/951492
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ssl-fetch/Manifest                |  1 -
 dev-python/ssl-fetch/metadata.xml            | 12 ------------
 dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild | 29 ----------------------------
 dev-python/ssl-fetch/ssl-fetch-9999.ebuild   | 29 ----------------------------
 profiles/package.mask                        |  6 ------
 5 files changed, 77 deletions(-)

diff --git a/dev-python/ssl-fetch/Manifest b/dev-python/ssl-fetch/Manifest
deleted file mode 100644
index 0b69e60f8734..000000000000
--- a/dev-python/ssl-fetch/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ssl-fetch-0.4.tar.gz 11663 BLAKE2B 
c75173f40367d1e84a0ed3e13dbc7e6b8270302bf64168487061195cd1d24a593630ca650bfac4ed867d4146e8bad438cac8bfecca86180d2ca23d9ccafa9e5d
 SHA512 
6b31a5dc5d3a566eded6ca284a3edac8c308596dd5a1971d13223e55abdd2ddc4d3e1eca5f369c1c05540bafcb6c273e5ef1eae627a7a9170bc262a0cda06696

diff --git a/dev-python/ssl-fetch/metadata.xml 
b/dev-python/ssl-fetch/metadata.xml
deleted file mode 100644
index b0bc58c4429f..000000000000
--- a/dev-python/ssl-fetch/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>tools-port...@gentoo.org</email>
-    <name>Gentoo Portage tools team</name>
-  </maintainer>
-  <stabilize-allarches/>
-  <upstream>
-    <remote-id type="github">dol-sen/ssl-fetch</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild 
b/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
deleted file mode 100644
index e04543c4b4b3..000000000000
--- a/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
+++ /dev/null
@@ -1,29 +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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Small convenience library for fetching files securely"
-HOMEPAGE="https://github.com/dol-sen/ssl-fetch";
-SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND=">=dev-python/requests-1.2.1[${PYTHON_USEDEP}]"
-
-pkg_postinst() {
-       elog "This is beta software."
-       elog "The APIs it installs should be considered unstable"
-       elog "and are subject to change in these early versions."
-       elog
-       elog "Please file any enhancement requests, or bugs"
-       elog "at https://github.com/dol-sen/ssl-fetch/issues";
-       einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
-}

diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild 
b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
deleted file mode 100644
index 4fa34063378c..000000000000
--- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
+++ /dev/null
@@ -1,29 +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} pypy3 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Small convenience library for fetching files securely"
-HOMEPAGE="https://github.com/dol-sen/ssl-fetch";
-EGIT_REPO_URI="https://github.com/dol-sen/ssl-fetch.git";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND=">=dev-python/requests-1.2.1[${PYTHON_USEDEP}]"
-
-pkg_postinst() {
-       elog "This is experimental software."
-       elog "The APIs it installs should be considered unstable"
-       elog "and are subject to change."
-       elog
-       elog "Please file any enhancement requests, or bugs"
-       elog "at https://github.com/dol-sen/ssl-fetch/issues";
-       einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3a7b6765cb5d..60e8be0da0b0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -276,12 +276,6 @@ dev-python/simplebayes
 >=xfce-base/xfce4-settings-4.21
 >=xfce-base/xfconf-4.21
 
-# Michał Górny <mgo...@gentoo.org> (2025-03-17)
-# A "forever beta" wrapper over dev-python/requests, with no tests,
-# and dead for 9 years already.  Finally, no reverse dependencies left.
-# Removal on 2025-04-16.  Bug #951492.
-dev-python/ssl-fetch
-
 # Sam James <s...@gentoo.org> (2025-03-07)
 # May cause emerge to hang (bug #950707). Tests hang on one machine
 # and another strange report upstream: 
https://github.com/pkgconf/pkgconf/issues/383.

Reply via email to