public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-02 15:18 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-09-02 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b6a4ab00fbb44e99cbcbcb667d58c915ba56c8d0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 14:52:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 15:17:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a4ab00

dev-python/pathable: new package, add 0.4.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/Manifest              |  1 +
 dev-python/pathable/metadata.xml          | 13 +++++++++++++
 dev-python/pathable/pathable-0.4.3.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
new file mode 100644
index 000000000000..28d17c8e2e1b
--- /dev/null
+++ b/dev-python/pathable/Manifest
@@ -0,0 +1 @@
+DIST pathable-0.4.3.gh.tar.gz 21412 BLAKE2B 6f62cd879723ff14c2fd7100c9ce7135d200fe04afb473180518ed2e80c5bc5836f82334b1dbbbc8fa80b428fa33db1a8ffafcd8b756cc00a24a809094f61dd2 SHA512 5481ba1e6f4ab4318b9a7bd1d1ddd152f715b001bc7edd1b1221501da1a95578ee6601ce4ce0bdb98773c7954212687d249418e69acef1b350fc5d6cb188dbfc

diff --git a/dev-python/pathable/metadata.xml b/dev-python/pathable/metadata.xml
new file mode 100644
index 000000000000..8ce0babd047a
--- /dev/null
+++ b/dev-python/pathable/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">pathable</remote-id>
+		<remote-id type="github">p1c2u/pathable</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
new file mode 100644
index 000000000000..2713754dec4e
--- /dev/null
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+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"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e '/--cov/d' -i pyproject.toml || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-02 17:46 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-09-02 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     630c924e9c07ba78f7e73bf45ca4ce2ec73a0a15
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 17:46:19 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 17:46:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630c924e

dev-python/pathable: Keyword 0.4.3 ppc64, #868015

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 2713754dec4e..6d2e6ad3b904 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-02 19:30 Jakov Smolić
  0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2022-09-02 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bdf40fb3401dfbe8533bf3af4ee90a5d67362e43
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 19:29:57 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 19:29:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf40fb3

dev-python/pathable: Keyword 0.4.3 riscv, #868015

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 6d2e6ad3b904..a1b582e5e643 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-03 21:39 Jakov Smolić
  0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2022-09-03 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2dae9dfcd20cfbd8cef3a4804db46cc4dc083571
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 21:38:39 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 21:38:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dae9dfc

dev-python/pathable: Keyword 0.4.3 x86, #868015

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index a1b582e5e643..b2c6dff65c8d 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-16  6:36 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-09-16  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc465db14c852b4bd0d6eb631e6f985818040cc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 06:35:55 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 06:35:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc465db

dev-python/pathable: Keyword 0.4.3 arm, #868015

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 7e43fd8e9068..7ae18e65a70b 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-09-16  6:36 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2022-09-16  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b160e3caef6b304e02c1ff3fa6de72cc9bc7b125
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 06:35:53 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 06:35:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b160e3ca

dev-python/pathable: Keyword 0.4.3 arm64, #868015

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index b2c6dff65c8d..7e43fd8e9068 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-10-08 12:26 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-10-08 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     626d0ae23772212e9e44f6ee4411f3946b7a1613
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:25:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 12:25:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626d0ae2

dev-python/pathable: Stabilize 0.4.3 amd64, #875296

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 7ae18e65a70b..599f09ac14db 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2022-10-08 12:26 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-10-08 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f954d2714fdc0819ee4839b22bc9608eb845c4fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:25:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 12:25:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f954d271

dev-python/pathable: Stabilize 0.4.3 x86, #875296

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 599f09ac14db..88b6679a51cf 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2023-05-27 19:21 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-05-27 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     dca987c3ea834f3b4f9a9be8f66d0cf54f636289
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 19:19:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 19:19:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca987c3

dev-python/pathable: enable py3.12

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 7e2f2ab79f66..b6b239f4f2bd 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented paths"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2023-09-10  5:27 WANG Xuerui
  0 siblings, 0 replies; 22+ messages in thread
From: WANG Xuerui @ 2023-09-10  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     dd5c6f52413f038d2224d54b80518e9821a1d63f
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 05:23:06 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 05:26:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c6f52

dev-python/pathable: keyword 0.4.3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index 7af5caadf065..aec721f206ce 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2024-05-18  6:36 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2024-05-18  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     19044a4e2225effa93b430b4dbcfffbe21a465d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 06:31:44 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 06:35:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19044a4e

dev-python/pathable: Enable py3.13

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

 dev-python/pathable/pathable-0.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild b/dev-python/pathable/pathable-0.4.3.ebuild
index aec721f206ce..70dc82a15527 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented paths"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-01-10 20:43 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-01-10 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1ad644c25ebd108133fb71ba2322d1c5167d9cc6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 19:52:56 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 20:43:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad644c2

dev-python/pathable: Bump to 0.4.4

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

 dev-python/pathable/Manifest              |  1 +
 dev-python/pathable/pathable-0.4.4.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 28d17c8e2e1b..a4d1afd46d33 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1 +1,2 @@
 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.4.ebuild b/dev-python/pathable/pathable-0.4.4.ebuild
new file mode 100644
index 000000000000..d6bab82be57c
--- /dev/null
+++ b/dev-python/pathable/pathable-0.4.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-01-25 10:01 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-01-25 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     388b871b456339168591c6326ffe3d7388c588b9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 09:50:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 09:50:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388b871b

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.4.3.ebuild | 28 ----------------------------
 2 files changed, 29 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 70dc82a15527..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=( pypy3 python3_{10..13} )
-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
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-02-27 21:01 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-02-27 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7469a7ecfee8f7d94a940dd549ed1103133ba0d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:24:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:01:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7469a7ec

dev-python/pathable: Enable pypy3.11

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

 dev-python/pathable/pathable-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.4.ebuild b/dev-python/pathable/pathable-0.4.4.ebuild
index a626d55c11f4..95fbd7ec1a31 100644
--- a/dev-python/pathable/pathable-0.4.4.ebuild
+++ b/dev-python/pathable/pathable-0.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented paths"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-05-13 18:46 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2025-05-13 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     89675b1ae47caab370716ab5919546600ffb8f70
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 18:38:53 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 18:38:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89675b1a

dev-python/pathable: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pathable/pathable-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathable/pathable-0.4.4.ebuild b/dev-python/pathable/pathable-0.4.4.ebuild
index 95fbd7ec1a31..6a9b42c9f453 100644
--- a/dev-python/pathable/pathable-0.4.4.ebuild
+++ b/dev-python/pathable/pathable-0.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented paths"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-05-27  3:24 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-05-27  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     46da2bd8223553d5239a539089a84512d572d437
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 03:15:24 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 03:24:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46da2bd8

dev-python/pathable: Bump to 0.5.0_alpha1

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

 dev-python/pathable/Manifest                     |  1 +
 dev-python/pathable/pathable-0.5.0_alpha1.ebuild | 31 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 987d500387e5..9bad37ff0cbb 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1 +1,2 @@
 DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad SHA512 4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
+DIST pathable-0.5.0a1.gh.tar.gz 30683 BLAKE2B 7416acc83d431b9140ca9ad9f54c975b18aef146bbfbf9a176c4d2d68a1732bcc9848df7324a01b09e2dceef5d09cc340e7fd805654072a3f7d402f603a6aea1 SHA512 3f3e0c43f94bd1043c5e14d4d5ba3fd5256f9e6bd295b223918af40c25494f3844f25e9f1e75acf04192b2a83f2d72a0c57631012a08759ba755cd5ff5724790

diff --git a/dev-python/pathable/pathable-0.5.0_alpha1.ebuild b/dev-python/pathable/pathable-0.5.0_alpha1.ebuild
new file mode 100644
index 000000000000..b65988c56008
--- /dev/null
+++ b/dev-python/pathable/pathable-0.5.0_alpha1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2025 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/_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"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e '/--cov/d' -i pyproject.toml || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-05-31  5:17 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-05-31  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4c81caded0cc7344afdb0ee464e3d13d2452d68c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 04:21:16 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 04:52:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c81cade

dev-python/pathable: Bump to 0.5.0_alpha2

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

 dev-python/pathable/Manifest                     |  1 +
 dev-python/pathable/pathable-0.5.0_alpha2.ebuild | 35 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 9bad37ff0cbb..3246fa383054 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,2 +1,3 @@
 DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad SHA512 4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
 DIST pathable-0.5.0a1.gh.tar.gz 30683 BLAKE2B 7416acc83d431b9140ca9ad9f54c975b18aef146bbfbf9a176c4d2d68a1732bcc9848df7324a01b09e2dceef5d09cc340e7fd805654072a3f7d402f603a6aea1 SHA512 3f3e0c43f94bd1043c5e14d4d5ba3fd5256f9e6bd295b223918af40c25494f3844f25e9f1e75acf04192b2a83f2d72a0c57631012a08759ba755cd5ff5724790
+DIST pathable-0.5.0a2.gh.tar.gz 32342 BLAKE2B 185e2fa76f4cd36053330b9627ee54742550a49736b5ee59e6c8fecccc22d97bdd89ba6725fb2b742fe6c1db5048f552651b9c89dc3c4bca1e6e73f92cf065e7 SHA512 08ffad0d5d0b476b4204d64708e3f4619d7d5753fecd026df774ff04c0b4d5282784ec04bc5e68e519b8f761ae39cd564dfa61434e0b2907a78cdc5590afeee8

diff --git a/dev-python/pathable/pathable-0.5.0_alpha2.ebuild b/dev-python/pathable/pathable-0.5.0_alpha2.ebuild
new file mode 100644
index 000000000000..0f93c626a9c3
--- /dev/null
+++ b/dev-python/pathable/pathable-0.5.0_alpha2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2025 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/_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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-06-02  4:08 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-06-02  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     90a73a781db45bae7d09d54dbc07732372a29c90
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 03:55:50 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 04:06:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a73a78

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_alpha1.ebuild | 31 ------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 3246fa383054..28163e471306 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.0a1.gh.tar.gz 30683 BLAKE2B 7416acc83d431b9140ca9ad9f54c975b18aef146bbfbf9a176c4d2d68a1732bcc9848df7324a01b09e2dceef5d09cc340e7fd805654072a3f7d402f603a6aea1 SHA512 3f3e0c43f94bd1043c5e14d4d5ba3fd5256f9e6bd295b223918af40c25494f3844f25e9f1e75acf04192b2a83f2d72a0c57631012a08759ba755cd5ff5724790
 DIST pathable-0.5.0a2.gh.tar.gz 32342 BLAKE2B 185e2fa76f4cd36053330b9627ee54742550a49736b5ee59e6c8fecccc22d97bdd89ba6725fb2b742fe6c1db5048f552651b9c89dc3c4bca1e6e73f92cf065e7 SHA512 08ffad0d5d0b476b4204d64708e3f4619d7d5753fecd026df774ff04c0b4d5282784ec04bc5e68e519b8f761ae39cd564dfa61434e0b2907a78cdc5590afeee8

diff --git a/dev-python/pathable/pathable-0.5.0_alpha1.ebuild b/dev-python/pathable/pathable-0.5.0_alpha1.ebuild
deleted file mode 100644
index b65988c56008..000000000000
--- a/dev-python/pathable/pathable-0.5.0_alpha1.ebuild
+++ /dev/null
@@ -1,31 +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=( pypy3_11 python3_{11..14} )
-
-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"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -e '/--cov/d' -i pyproject.toml || die
-	distutils-r1_src_prepare
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-06-02  4:08 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-06-02  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fcf732ca1510e2e8ca3459dcc2054c5c632221a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 03:56:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 04:06:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf732ca

dev-python/pathable: Bump to 0.5.0_alpha3

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

 dev-python/pathable/Manifest                     |  1 +
 dev-python/pathable/pathable-0.5.0_alpha3.ebuild | 35 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index 28163e471306..e0038cd6d390 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-python/pathable/pathable-0.5.0_alpha3.ebuild b/dev-python/pathable/pathable-0.5.0_alpha3.ebuild
new file mode 100644
index 000000000000..0f93c626a9c3
--- /dev/null
+++ b/dev-python/pathable/pathable-0.5.0_alpha3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2025 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/_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
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-06-07 14:17 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-06-07 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fda89fc42ce51fe2bafa8e35f96b5367866b194f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 13:51:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 14:17:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda89fc4

dev-python/pathable: Remove old

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

 dev-python/pathable/Manifest                     |  2 --
 dev-python/pathable/pathable-0.5.0_alpha2.ebuild | 35 ------------------------
 dev-python/pathable/pathable-0.5.0_alpha3.ebuild | 35 ------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index aa4783f3471d..c5bbdb04b5c0 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,4 +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_alpha2.ebuild b/dev-python/pathable/pathable-0.5.0_alpha2.ebuild
deleted file mode 100644
index 0f93c626a9c3..000000000000
--- a/dev-python/pathable/pathable-0.5.0_alpha2.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=( pypy3_11 python3_{11..14} )
-
-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_alpha3.ebuild b/dev-python/pathable/pathable-0.5.0_alpha3.ebuild
deleted file mode 100644
index 0f93c626a9c3..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=( pypy3_11 python3_{11..14} )
-
-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
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-06-07 14:17 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-06-07 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     22d932fe40abed1c19993f2a2f5e99bd145acdc7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 13:51:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 14:17:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d932fe

dev-python/pathable: Bump to 0.5.0_beta1

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

 dev-python/pathable/Manifest                    |  1 +
 dev-python/pathable/pathable-0.5.0_beta1.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index e0038cd6d390..aa4783f3471d 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,3 +1,4 @@
 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_beta1.ebuild b/dev-python/pathable/pathable-0.5.0_beta1.ebuild
new file mode 100644
index 000000000000..a2b8a3358ae7
--- /dev/null
+++ b/dev-python/pathable/pathable-0.5.0_beta1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2025 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}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e '/--cov/d' -i pyproject.toml || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/
@ 2025-06-08  3:26 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2025-06-08  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e3b53b775510ca3378febbdac1728d43cd6cb3d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 02:59:58 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 03:26:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b53b77

dev-python/pathable: Bump to 0.5.0_beta2

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

 dev-python/pathable/Manifest                    |  1 +
 dev-python/pathable/pathable-0.5.0_beta2.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pathable/Manifest b/dev-python/pathable/Manifest
index c5bbdb04b5c0..79d1fd0124e3 100644
--- a/dev-python/pathable/Manifest
+++ b/dev-python/pathable/Manifest
@@ -1,2 +1,3 @@
 DIST pathable-0.4.4.gh.tar.gz 21381 BLAKE2B f0ba3579204a636948f96259bc67b3a6e923af1de7b6fcf4021152c9482f82fc362d5d50cb1bcd6b5393c49d2914c6d36e941647754ef7bc2554722ad02f38ad SHA512 4b1ec32f7e952749ec0384036e7becf5343e92cbec9160627c2a678e314d7387bd4ad56a3953171038a38102c715469e973218cb3995df414bd9dd750986e046
 DIST pathable-0.5.0b1.gh.tar.gz 32636 BLAKE2B 6052ac15b68f0b0492667ffc805cfec3d433dae1d0d90a0baed7fff932459bd8ec8bf093b271225e5e0d6d9641aed6ee499a85c077c323c40ed2a413e7192c31 SHA512 bbad392866f9f1741eee53646f1f3c530d53644441d05f48bc9ed21299cc49ef7ae9036867bc5e4991f00a13897564eda7e4664d0c769290744d69d83b854ddf
+DIST pathable-0.5.0b2.gh.tar.gz 32674 BLAKE2B d34e3e27a56cc491c63beaba4d70122a445f7c07c063abaa26cf7cb4e5b7070867eb6eb0e4c01627c2123ee0654f45a89b9b59a3995f2e5e52693fdc60e590bf SHA512 5a20c97c98a7345b1ec0d1d7cb1d451559091ffe4a16bd79710db3ee6f4d36834e3e334ec3bdc6a2efc615dcee0a9fab5435ad2d554c16dc2270d233ac4cf540

diff --git a/dev-python/pathable/pathable-0.5.0_beta2.ebuild b/dev-python/pathable/pathable-0.5.0_beta2.ebuild
new file mode 100644
index 000000000000..a2b8a3358ae7
--- /dev/null
+++ b/dev-python/pathable/pathable-0.5.0_beta2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2025 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}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e '/--cov/d' -i pyproject.toml || die
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-06-08  3:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27  3:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/pathable/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-06-08  3:26 Michał Górny
2025-06-07 14:17 Michał Górny
2025-06-07 14:17 Michał Górny
2025-06-02  4:08 Michał Górny
2025-06-02  4:08 Michał Górny
2025-05-31  5:17 Michał Górny
2025-05-13 18:46 Arthur Zamarin
2025-02-27 21:01 Michał Górny
2025-01-25 10:01 Michał Górny
2025-01-10 20:43 Michał Górny
2024-05-18  6:36 Michał Górny
2023-09-10  5:27 WANG Xuerui
2023-05-27 19:21 Arthur Zamarin
2022-10-08 12:26 Sam James
2022-10-08 12:26 Sam James
2022-09-16  6:36 Arthur Zamarin
2022-09-16  6:36 Arthur Zamarin
2022-09-03 21:39 Jakov Smolić
2022-09-02 19:30 Jakov Smolić
2022-09-02 17:46 Arthur Zamarin
2022-09-02 15:18 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox