commit:     3d1b9dc770bb50443c8974f6680cf06118bfd238
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 16:35:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 16:38:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1b9dc7

dev-python/pychroot: Remove last-rited pkg

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

 dev-python/pychroot/Manifest               |  1 -
 dev-python/pychroot/metadata.xml           |  9 ------
 dev-python/pychroot/pychroot-0.10.4.ebuild | 45 ------------------------------
 dev-python/pychroot/pychroot-9999.ebuild   | 45 ------------------------------
 profiles/package.mask                      |  6 ----
 5 files changed, 106 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
deleted file mode 100644
index cf220a4297e1..000000000000
--- a/dev-python/pychroot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pychroot-0.10.4.tar.gz 23745 BLAKE2B 
cce7be8c88b193b69838f14dfad62a5374936039bfe6478b8448b9a7f9e1ffcb373d5649ad1953beec6ca9ae138adc6871e129418a6fc64067b09eb6d4b4fa4c
 SHA512 
fd93dba0a104eebe238f56e254fc445e1d34a2dbec6dcc307327fb92ebd7c85b1e729497ec818b756dee934f267cad755037ff004f78623d858617e39b473468

diff --git a/dev-python/pychroot/metadata.xml b/dev-python/pychroot/metadata.xml
deleted file mode 100644
index 6d7f5cfa3c4c..000000000000
--- a/dev-python/pychroot/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">pkgcore/pychroot</remote-id>
-               <remote-id type="pypi">pychroot</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
deleted file mode 100644
index 685cfe94a14a..000000000000
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git";
-       inherit git-r3
-else
-       inherit pypi
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       esetup.py test
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst README.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-}

diff --git a/dev-python/pychroot/pychroot-9999.ebuild 
b/dev-python/pychroot/pychroot-9999.ebuild
deleted file mode 100644
index 685cfe94a14a..000000000000
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git";
-       inherit git-r3
-else
-       inherit pypi
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="a python library and cli tool that simplify chroot handling"
-HOMEPAGE="https://github.com/pkgcore/pychroot";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} == *9999 ]]; then
-       RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
-else
-       RDEPEND=">=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
-fi
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-       esetup.py test
-}
-
-python_install_all() {
-       local DOCS=( NEWS.rst README.rst )
-       [[ ${PV} == *9999 ]] || doman man/*
-       distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a7d2fe996cfc..2cf28d20bfbb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -215,12 +215,6 @@ net-misc/monmotha
 # Removal on 2024-01-30.  Bug #920659.
 net-firewall/sanewall
 
-# Michał Górny <mgo...@gentoo.org> (2023-12-27)
-# Broken with all versions of dev-python/snakeoil.  Archived upstream.
-# No revdeps.
-# Removal on 2024-01-26.  Bug #920763.
-dev-python/pychroot
-
 # Andreas Sturmlechner <ast...@gentoo.org> (2023-12-25)
 # Masked until KF6 is unmasked.
 ~media-libs/mpvqt-1.0.0

Reply via email to