commit:     22977231cfbedde36d09df6ec558f084958f7d79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 06:36:33 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 09:22:38 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22977231

dev-python/pathable: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pathable/Manifest                    |  1 -
 dev-python/pathable/pathable-0.5.0_beta4.ebuild | 36 -------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 8d2b2878a1c2..1902ae44827f 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,3 +1,2 @@
 DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B 
f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad
 SHA512 
4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
-DIST pathable-0.5.0b4.gh.tar.gz 54659 BLAKE2B 
6cec02acc10591cdc08c37dd9642a0cd9fa4003ef5ca0b1fbaf1821bbbdcfedc45d9addfb9a43946bd8d76d844b8ce2479d6651e06e86bf05c19a7d529fedd8a
 SHA512 
d7eccfc948fcabe5313fee1f3fd21401146b0f1e61861c660a14c8ad6d30471ad7b99ff5a50bd25ed61670537c6826d1d66278dd739dafcf0b59411c8a55e8f2
 DIST pathable-0.5.0b6.gh.tar.gz 54728 BLAKE2B 
022c06bc20e9daf2b54a7742beaca5823482078a6b291156d68eb5675907f765612537d15dad5fab82c15afc1c147a65771976b518498a6180b4684df228d4f0
 SHA512 
6a900d2bba01a4cae26775516f3928d478f0bd36603a0159cc72f59c6831fb0fe8c279c413aa8fb70c87410483ea2a450e5eeae6931b4b9ed1522bbaf0a12648

diff --git a/dev-python/pathable/pathable-0.5.0_beta4.ebuild 
b/dev-python/pathable/pathable-0.5.0_beta4.ebuild
deleted file mode 100644
index 41a813d20a3d..000000000000
--- a/dev-python/pathable/pathable-0.5.0_beta4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1
-
-MY_P=${P/_beta/b}
-DESCRIPTION="Object-oriented paths"
-HOMEPAGE="
-       https://pypi.org/project/pathable/
-       https://github.com/p1c2u/pathable
-"
-SRC_URI="
-       https://github.com/p1c2u/pathable/archive/${PV/_beta/b}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-       =dev-python/pyrsistent-0.20*[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e '/--cov/d' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}

Reply via email to