diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-07 19:00:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-07 19:00:38 +0000 |
| commit | c7de950cc674c81d06538441106a69e1bdce00c2 (patch) | |
| tree | 3dc4425973affc40c2fc1e3784006a4517512197 /dev-python/pathable | |
| parent | 400f169d63c91042a3a28670e64b68e92aa12623 (diff) | |
| download | baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.tar.gz baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.tar.xz baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pathable')
| -rw-r--r-- | dev-python/pathable/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/pathable/pathable-0.5.0_alpha3.ebuild | 35 | ||||
| -rw-r--r-- | dev-python/pathable/pathable-0.5.0_beta1.ebuild (renamed from dev-python/pathable/pathable-0.5.0_alpha2.ebuild) | 4 |
3 files changed, 3 insertions, 39 deletions
diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest index e0038cd6d390..c5bbdb04b5c0 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.0a2.gh.tar.gz 32342 BLAKE2B 185e2fa76f4cd36053330b9627ee54742550a49736b5ee59e6c8fecccc22d97bdd89ba6725fb2b742fe6c1db5048f552651b9c89dc3c4bca1e6e73f92cf065e7 SHA512 08ffad0d5d0b476b4204d64708e3f4619d7d5753fecd026df774ff04c0b4d5282784ec04bc5e68e519b8f761ae39cd564dfa61434e0b2907a78cdc5590afeee8 -DIST pathable-0.5.0a3.gh.tar.gz 32555 BLAKE2B 8008ea804cfc4a2c27cd0e24128f2c4c2362f3ae30a467c9f6c6249b0efda1ef453951ae02bdc185e71ba72fd19a8ce7f1a8dcd821159ab232623ac44408c181 SHA512 84ff6263eb8ed0730d02e016e10e5c7e4bce9dd87221f23b64b584cd5eb928492bf74825150368f104964457fe23003eca35e9396a94d7184b35c1d640d9a963 +DIST pathable-0.5.0b1.gh.tar.gz 32636 BLAKE2B 6052ac15b68f0b0492667ffc805cfec3d433dae1d0d90a0baed7fff932459bd8ec8bf093b271225e5e0d6d9641aed6ee499a85c077c323c40ed2a413e7192c31 SHA512 bbad392866f9f1741eee53646f1f3c530d53644441d05f48bc9ed21299cc49ef7ae9036867bc5e4991f00a13897564eda7e4664d0c769290744d69d83b854ddf diff --git a/dev-python/pathable/pathable-0.5.0_alpha3.ebuild b/dev-python/pathable/pathable-0.5.0_alpha3.ebuild deleted file mode 100644 index 5433a4d95a5d..000000000000 --- a/dev-python/pathable/pathable-0.5.0_alpha3.ebuild +++ /dev/null @@ -1,35 +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_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 - -MY_P=${P/_alpha/a} -DESCRIPTION="Object-oriented paths" -HOMEPAGE=" - https://pypi.org/project/pathable/ - https://github.com/p1c2u/pathable -" -SRC_URI=" - https://github.com/p1c2u/pathable/archive/${PV/_alpha/a}.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}] -" - -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_alpha2.ebuild b/dev-python/pathable/pathable-0.5.0_beta1.ebuild index 5433a4d95a5d..17808b282246 100644 --- a/dev-python/pathable/pathable-0.5.0_alpha2.ebuild +++ b/dev-python/pathable/pathable-0.5.0_beta1.ebuild @@ -8,14 +8,14 @@ PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) inherit distutils-r1 -MY_P=${P/_alpha/a} +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/_alpha/a}.tar.gz + https://github.com/p1c2u/pathable/archive/${PV/_beta/b}.tar.gz -> ${MY_P}.gh.tar.gz " S=${WORKDIR}/${MY_P} |
