summaryrefslogtreecommitdiff
path: root/dev-python/pathable
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-25 18:50:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-25 18:50:13 +0000
commitbdb997df9fcfb3c5a99603da7f580015eb145394 (patch)
treeeda9276ee06cc3fbf65db2c05269af7d7ed4e746 /dev-python/pathable
parenta1f350b058c9750cd6074a805a611cd985a18117 (diff)
downloadbaldeagleos-repo-bdb997df9fcfb3c5a99603da7f580015eb145394.tar.gz
baldeagleos-repo-bdb997df9fcfb3c5a99603da7f580015eb145394.tar.xz
baldeagleos-repo-bdb997df9fcfb3c5a99603da7f580015eb145394.zip
Adding metadata
Diffstat (limited to 'dev-python/pathable')
-rw-r--r--dev-python/pathable/Manifest1
-rw-r--r--dev-python/pathable/pathable-0.4.3.ebuild28
-rw-r--r--dev-python/pathable/pathable-0.4.4.ebuild2
3 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index a4d1afd46d33..987d500387e5 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,2 +1 @@
-DIST pathable-0.4.3.gh.tar.gz 21412 BLAKE2B 6f62cd879723ff14c2fd7100c9ce7135d200fe04afb473180518ed2e80c5bc5836f82334b1dbbbc8fa80b428fa33db1a8ffafcd8b756cc00a24a809094f61dd2 SHA512 5481ba1e6f4ab4318b9a7bd1d1ddd152f715b001bc7edd1b1221501da1a95578ee6601ce4ce0bdb98773c7954212687d249418e69acef1b350fc5d6cb188dbfc
DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad SHA512 4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
deleted file mode 100644
index a4058f589691..000000000000
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-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.4.4.ebuild b/dev-python/pathable/pathable-0.4.4.ebuild
index f54b1e8b4310..1746aaa9bea8 100644
--- a/dev-python/pathable/pathable-0.4.4.ebuild
+++ b/dev-python/pathable/pathable-0.4.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
distutils_enable_tests pytest