summaryrefslogtreecommitdiff
path: root/dev-python/pathable
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-20 03:01:54 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-20 03:01:54 -0500
commitb8e997d669f2779a6f954a9ce5cfb887d0ee91e8 (patch)
treec20220a94b4fc7a65b110c2ab41765671acc5530 /dev-python/pathable
parentfd47b082ab0da4bc79447a8e2bfb7e77dd71874d (diff)
downloadbaldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.gz
baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.xz
baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.zip
Adding metadata
Diffstat (limited to 'dev-python/pathable')
-rw-r--r--dev-python/pathable/Manifest2
-rw-r--r--dev-python/pathable/pathable-0.4.4.ebuild28
-rw-r--r--dev-python/pathable/pathable-0.5.0.ebuild39
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index d7ce2d093893..fb70e31ce7c7 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,3 +1 @@
-DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad SHA512 4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
-DIST pathable-0.5.0.gh.tar.gz 58424 BLAKE2B 638caa4f7c143e27b671aedcb1ed32b79eb3b48723f367f771882922b380c843e7982c9c821cac5b082cc7af875a668f8bdcc0373ee8c269bfd3566716ca3b20 SHA512 ccd94c910205cc4950bdcee4b06f2c7be59f0ee4688f8ec342b071d1e79e1595dff309cb5c69b50090d33a67af5ea9e8dc26f5b68cb0b9c698554339eaee5cb9
DIST pathable-0.6.0.gh.tar.gz 62152 BLAKE2B c0f3984838b27aa566744b4f81080d7081f839fe01a714c049ff114b005cbcf4719de9c664632a6ba3b48c692b35c911c1e1e9b08cd69c079026d3573b33cb7d SHA512 b45f075224f870cde80e4c28a8938b7bb857a804609f82b66d0692fe20f6cf00a2dc692d6eb32d6d30c0316837f47237334df92c711977cc032b96e55ebf14da
diff --git a/dev-python/pathable/pathable-0.4.4.ebuild b/dev-python/pathable/pathable-0.4.4.ebuild
deleted file mode 100644
index b7759c677a0f..000000000000
--- a/dev-python/pathable/pathable-0.4.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{13..14} )
-inherit distutils-r1
-
-DESCRIPTION="Object-oriented paths"
-HOMEPAGE="
- https://pypi.org/project/pathable/
- https://github.com/p1c2u/pathable
-"
-SRC_URI="
- https://github.com/p1c2u/pathable/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -e '/--cov/d' -i pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/pathable/pathable-0.5.0.ebuild b/dev-python/pathable/pathable-0.5.0.ebuild
deleted file mode 100644
index 6334ea8b1814..000000000000
--- a/dev-python/pathable/pathable-0.5.0.ebuild
+++ /dev/null
@@ -1,39 +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=( python3_{13..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"
-if [[ ${PV} != *_beta* ]]; then
- KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-fi
-
-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
-}