* [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/
@ 2025-02-27 21:03 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-02-27 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 9fee7a8b3588d6eeb69494cfa404b5eeb222ac50
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:27:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:02:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fee7a8b
dev-python/tap-py: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tap-py/tap-py-3.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tap-py/tap-py-3.2.1.ebuild b/dev-python/tap-py/tap-py-3.2.1.ebuild
index b26249899101..422f1438ac26 100644
--- a/dev-python/tap-py/tap-py-3.2.1.ebuild
+++ b/dev-python/tap-py/tap-py-3.2.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_PN="tap.py"
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 optfeature pypi
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/
@ 2025-02-15 9:53 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-02-15 9:53 UTC (permalink / raw
To: gentoo-commits
commit: f2372c973c68c11eef42922597f526db3c35279b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 09:45:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 09:52:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2372c97
dev-python/tap-py: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tap-py/Manifest | 1 -
dev-python/tap-py/tap-py-3.1-r1.ebuild | 37 ----------------------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/tap-py/Manifest b/dev-python/tap-py/Manifest
index 12a3024395b5..7032e7b0679a 100644
--- a/dev-python/tap-py/Manifest
+++ b/dev-python/tap-py/Manifest
@@ -1,2 +1 @@
-DIST tap.py-3.1.tar.gz 133208 BLAKE2B a41e4d6e06cfc4283ea8e1df1895569a35d7041721760a16a626d99e60bde0f4b45dc517408b67c893d1eafc3aebe9e7fab4eb158d1e13a0b99a85602beaf440 SHA512 4a3b5c5fb54ee1343cfee9bc154e812066d745c020a2c3391761c3e407b7b8428412c799df4963a385e4563ffe3b31e16055cb76ab5940ab6156e57dcf4a4d3a
DIST tap_py-3.2.1.tar.gz 125390 BLAKE2B 561f55d46e3d2daca6f03f3c8bfe539b792d5853826da743726fb57d6d891d4698116af7c8cca54abff8ea43810a95eaba4e48f093e0b5033edc92d2920289b2 SHA512 231bffc49eb93f024d661b4f9e7b3bff61c84f00e31bfe25c8ac0a51d9548f31fb47c9b5d515c089c80fc748acfe5841e0be169ec9a1f6691c9509f3eacfe36d
diff --git a/dev-python/tap-py/tap-py-3.1-r1.ebuild b/dev-python/tap-py/tap-py-3.1-r1.ebuild
deleted file mode 100644
index 5413dae7df11..000000000000
--- a/dev-python/tap-py/tap-py-3.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="tap.py"
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Test Anything Protocol (TAP) tools"
-HOMEPAGE="
- https://github.com/python-tap/tappy/
- https://pypi.org/project/tap.py/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- dev-python/babel[${PYTHON_USEDEP}]
- test? (
- dev-python/more-itertools[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs
-
-pkg_postinst() {
- optfeature "YAML blocks associated with test results" \
- "dev-python/more-itertools dev-python/pyyaml"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/
@ 2025-02-15 8:47 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2025-02-15 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 47d46ec08d832b8d00f4c8d1df3057d3b4829cff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 08:47:17 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 08:47:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d46ec0
dev-python/tap-py: Stabilize 3.2.1 ALLARCHES, #949753
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/tap-py/tap-py-3.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tap-py/tap-py-3.2.1.ebuild b/dev-python/tap-py/tap-py-3.2.1.ebuild
index 150695de1554..b26249899101 100644
--- a/dev-python/tap-py/tap-py-3.2.1.ebuild
+++ b/dev-python/tap-py/tap-py-3.2.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/
@ 2025-01-27 7:28 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-01-27 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 2c58c816ad51fe1ad161d71b53eb6ce8d8d84820
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 06:27:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 07:28:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c58c816
dev-python/tap-py: Bump to 3.2.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tap-py/Manifest | 1 +
dev-python/tap-py/tap-py-3.2.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/tap-py/Manifest b/dev-python/tap-py/Manifest
index ce381cbd9bc1..12a3024395b5 100644
--- a/dev-python/tap-py/Manifest
+++ b/dev-python/tap-py/Manifest
@@ -1 +1,2 @@
DIST tap.py-3.1.tar.gz 133208 BLAKE2B a41e4d6e06cfc4283ea8e1df1895569a35d7041721760a16a626d99e60bde0f4b45dc517408b67c893d1eafc3aebe9e7fab4eb158d1e13a0b99a85602beaf440 SHA512 4a3b5c5fb54ee1343cfee9bc154e812066d745c020a2c3391761c3e407b7b8428412c799df4963a385e4563ffe3b31e16055cb76ab5940ab6156e57dcf4a4d3a
+DIST tap_py-3.2.1.tar.gz 125390 BLAKE2B 561f55d46e3d2daca6f03f3c8bfe539b792d5853826da743726fb57d6d891d4698116af7c8cca54abff8ea43810a95eaba4e48f093e0b5033edc92d2920289b2 SHA512 231bffc49eb93f024d661b4f9e7b3bff61c84f00e31bfe25c8ac0a51d9548f31fb47c9b5d515c089c80fc748acfe5841e0be169ec9a1f6691c9509f3eacfe36d
diff --git a/dev-python/tap-py/tap-py-3.2.1.ebuild b/dev-python/tap-py/tap-py-3.2.1.ebuild
new file mode 100644
index 000000000000..150695de1554
--- /dev/null
+++ b/dev-python/tap-py/tap-py-3.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_PN="tap.py"
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Test Anything Protocol (TAP) tools"
+HOMEPAGE="
+ https://github.com/python-tap/tappy/
+ https://pypi.org/project/tap.py/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/more-itertools[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
+
+pkg_postinst() {
+ optfeature "YAML blocks associated with test results" \
+ "dev-python/more-itertools dev-python/pyyaml"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-27 21:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 21:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/tap-py/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 9:53 Michał Górny
2025-02-15 8:47 Arthur Zamarin
2025-01-27 7:28 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox