* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2022-05-19 3:58 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2022-05-19 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 6fa3d7b3e01c0dcc1228ceac77e8a64eca7a734b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 03:32:30 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May 19 03:57:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa3d7b3
dev-python/allpairspy: initial import
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/allpairspy/Manifest | 1 +
dev-python/allpairspy/allpairspy-2.5.0.ebuild | 18 ++++++++++++++++++
dev-python/allpairspy/metadata.xml | 12 ++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/allpairspy/Manifest b/dev-python/allpairspy/Manifest
new file mode 100644
index 000000000000..3fa369dcbd6d
--- /dev/null
+++ b/dev-python/allpairspy/Manifest
@@ -0,0 +1 @@
+DIST allpairspy-2.5.0.tar.gz 10729 BLAKE2B 40fd71135ce3919d1aec90ea2d2b0f3439c96a1890533f747f541f03fb47f6583de121dcca73ab3262b2d2ceb2df9d33da073868c44a77194f77c50905841384 SHA512 57ebcadec52fce7353fecc8d47d44f85e577594e3e7fa8670350817a848a6cdcd62908f1f371ca37d3ca7e8a49682888f38032b27c2abf734367076b08e2b4b0
diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
new file mode 100644
index 000000000000..02bf71fcc636
--- /dev/null
+++ b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pairwise test combinations generator"
+HOMEPAGE="https://github.com/thombashi/allpairspy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
diff --git a/dev-python/allpairspy/metadata.xml b/dev-python/allpairspy/metadata.xml
new file mode 100644
index 000000000000..0f008f25ef7d
--- /dev/null
+++ b/dev-python/allpairspy/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">allpairspy</remote-id>
+ <remote-id type="github">thombashi/allpairspy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2022-05-20 1:10 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2022-05-20 1:10 UTC (permalink / raw
To: gentoo-commits
commit: 11d1847167fcc6ae4cf14724fbd01bee6b5457a5
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 01:06:43 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:06:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d18471
dev-python/allpairspy: add dev-python/six dep
Closes: https://bugs.gentoo.org/846401
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
index 02bf71fcc636..ec2a06f185e8 100644
--- a/dev-python/allpairspy/allpairspy-2.5.0.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
@@ -14,5 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2022-07-31 18:20 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-07-31 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 4c3bb19506ded8d18b5945417c8ad948bcb663ee
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 17:28:03 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:20:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3bb195
dev-python/allpairspy: Use PEP517
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
new file mode 100644
index 000000000000..c28ca8f108ca
--- /dev/null
+++ b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pairwise test combinations generator"
+HOMEPAGE="https://github.com/thombashi/allpairspy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2022-07-31 18:20 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-07-31 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 78dcff2c3783cd94055c382ec961e2644644920a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 17:28:58 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:20:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dcff2c
dev-python/allpairspy: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
index c28ca8f108ca..96a8efe53f09 100644
--- a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2022-11-14 4:34 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2022-11-14 4:34 UTC (permalink / raw
To: gentoo-commits
commit: 0eef7325022f0c15ad7524221b73779eb081b7ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:31:17 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:31:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef7325
dev-python/allpairspy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
deleted file mode 100644
index ec2a06f185e8..000000000000
--- a/dev-python/allpairspy/allpairspy-2.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pairwise test combinations generator"
-HOMEPAGE="https://github.com/thombashi/allpairspy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2023-03-16 3:44 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-03-16 3:44 UTC (permalink / raw
To: gentoo-commits
commit: fd8d567ca1310e317ce2a71e8be418854d59e921
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:44:29 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:42:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8d567c
dev-python/allpairspy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
index a32e25f818e0..96c4b8391fea 100644
--- a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Pairwise test combinations generator"
HOMEPAGE="https://github.com/thombashi/allpairspy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2023-07-09 3:26 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-07-09 3:26 UTC (permalink / raw
To: gentoo-commits
commit: 3ed8c11f6c920394646a2ec8eab574945718cd75
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 03:11:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 03:26:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed8c11f
dev-python/allpairspy: Bump to 2.5.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/Manifest | 1 +
dev-python/allpairspy/allpairspy-2.5.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/allpairspy/Manifest b/dev-python/allpairspy/Manifest
index 3fa369dcbd6d..986fda26c774 100644
--- a/dev-python/allpairspy/Manifest
+++ b/dev-python/allpairspy/Manifest
@@ -1 +1,2 @@
DIST allpairspy-2.5.0.tar.gz 10729 BLAKE2B 40fd71135ce3919d1aec90ea2d2b0f3439c96a1890533f747f541f03fb47f6583de121dcca73ab3262b2d2ceb2df9d33da073868c44a77194f77c50905841384 SHA512 57ebcadec52fce7353fecc8d47d44f85e577594e3e7fa8670350817a848a6cdcd62908f1f371ca37d3ca7e8a49682888f38032b27c2abf734367076b08e2b4b0
+DIST allpairspy-2.5.1.tar.gz 14281 BLAKE2B f1a918e368e9d98e13e579a4d7bdd447ee243f56418ff990c4e8560730e96f8ec9b7230dc016d199676368b5b67928ac8e6ad922e766527d24a3a97b616c458f SHA512 062796329238837f2d9c9c56b3eefd8e462c4933578ef6f1f094a0e2f83bd44be6243ab202c976e0cbe13b8c0fb40d32c918a8bb6a1d29dcc0de942fc0b9339a
diff --git a/dev-python/allpairspy/allpairspy-2.5.1.ebuild b/dev-python/allpairspy/allpairspy-2.5.1.ebuild
new file mode 100644
index 000000000000..4b05c64c931c
--- /dev/null
+++ b/dev-python/allpairspy/allpairspy-2.5.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pairwise test combinations generator"
+HOMEPAGE="
+ https://github.com/thombashi/allpairspy/
+ https://pypi.org/project/allpairspy/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2023-07-24 11:30 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-07-24 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 329eaf59880f1a4e89104966187153e0ed82ae51
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:18:17 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:30:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329eaf59
dev-python/allpairspy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/Manifest | 1 -
dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/allpairspy/Manifest b/dev-python/allpairspy/Manifest
index 986fda26c774..434cc8307028 100644
--- a/dev-python/allpairspy/Manifest
+++ b/dev-python/allpairspy/Manifest
@@ -1,2 +1 @@
-DIST allpairspy-2.5.0.tar.gz 10729 BLAKE2B 40fd71135ce3919d1aec90ea2d2b0f3439c96a1890533f747f541f03fb47f6583de121dcca73ab3262b2d2ceb2df9d33da073868c44a77194f77c50905841384 SHA512 57ebcadec52fce7353fecc8d47d44f85e577594e3e7fa8670350817a848a6cdcd62908f1f371ca37d3ca7e8a49682888f38032b27c2abf734367076b08e2b4b0
DIST allpairspy-2.5.1.tar.gz 14281 BLAKE2B f1a918e368e9d98e13e579a4d7bdd447ee243f56418ff990c4e8560730e96f8ec9b7230dc016d199676368b5b67928ac8e6ad922e766527d24a3a97b616c458f SHA512 062796329238837f2d9c9c56b3eefd8e462c4933578ef6f1f094a0e2f83bd44be6243ab202c976e0cbe13b8c0fb40d32c918a8bb6a1d29dcc0de942fc0b9339a
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
deleted file mode 100644
index 96c4b8391fea..000000000000
--- a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pairwise test combinations generator"
-HOMEPAGE="https://github.com/thombashi/allpairspy"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/
@ 2024-05-18 15:26 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-18 15:26 UTC (permalink / raw
To: gentoo-commits
commit: e473d68e3be77ce05547f4be057618325faaa1de
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 15:20:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 15:24:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473d68e
dev-python/allpairspy: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/allpairspy/allpairspy-2.5.1.ebuild b/dev-python/allpairspy/allpairspy-2.5.1.ebuild
index 5ec7ac2f2df4..5efbc6ab6c41 100644
--- a/dev-python/allpairspy/allpairspy-2.5.1.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.1.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=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-18 15:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-14 4:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/allpairspy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 15:26 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-09 3:26 Michał Górny
2023-03-16 3:44 Michał Górny
2022-07-31 18:20 Arthur Zamarin
2022-07-31 18:20 Arthur Zamarin
2022-05-20 1:10 Zac Medico
2022-05-19 3:58 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox