From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49C7815815E for ; Fri, 2 Feb 2024 16:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5190A2BC014; Fri, 2 Feb 2024 16:39:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D16DE2A3B for ; Fri, 2 Feb 2024 16:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 630B434317B for ; Fri, 2 Feb 2024 16:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D102A14C7 for ; Fri, 2 Feb 2024 16:39:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1706891936.3d1b9dc770bb50443c8974f6680cf06118bfd238.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pychroot/Manifest dev-python/pychroot/metadata.xml dev-python/pychroot/pychroot-0.10.4.ebuild dev-python/pychroot/pychroot-9999.ebuild profiles/package.mask X-VCS-Directories: dev-python/pychroot/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d1b9dc770bb50443c8974f6680cf06118bfd238 X-VCS-Branch: master Date: Fri, 2 Feb 2024 16:39:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daa6bd23-df60-4e90-867c-405e7f314835 X-Archives-Hash: 81d07d886b1a6b1c5acdec6234a708c6 commit: 3d1b9dc770bb50443c8974f6680cf06118bfd238 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 2 16:35:27 2024 +0000 Commit: Michał Górny gentoo 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 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 @@ - - - - - - pkgcore/pychroot - pychroot - - 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 (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 (2023-12-25) # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0