[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-09-21 Thread Arthur Zamarin
commit: 79200de26b16e5695b5baae9b477065f27074bb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 21 12:04:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 21 12:04:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79200de2

dev-python/pytools: Stabilize 2024.1.14 ALLARCHES, #939965

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.14.ebuild 
b/dev-python/pytools/pytools-2024.1.14.ebuild
index 05030eb43d28..286373743ec2 100644
--- a/dev-python/pytools/pytools-2024.1.14.ebuild
+++ b/dev-python/pytools/pytools-2024.1.14.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 # NB: numpy & siphash24 are an "extra" (optional) deps
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-09-06 Thread Michał Górny
commit: b5462a9fae26dfed1fc90e20a373e917056afc2e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  6 02:48:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  6 09:25:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5462a9f

dev-python/pytools: Bump to 2024.1.14

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2024.1.14.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 3f7f70636e80..689679864fb3 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2024.1.13.tar.gz 82559 BLAKE2B 
c9b2d43a9538eb4a0daaf623345961e839cd227de22dc141923129418315947dc813b67d78c39d84062ef712842dfad63ef7d519d672960f25594e7f8bd5b0e5
 SHA512 
dc5d8e9ef291afc9cfab39450ecd886c3ca5776cb9f29b675ae7459a5ef2bdf29cc9978fe3991ef86b11516902d04c7de861947ea9f2d261735d52db2bfefc5c
+DIST pytools-2024.1.14.tar.gz 83715 BLAKE2B 
7670a6876f908097b07322fcce1acbebce9d4cbb9a955425544fe9f456895606629b84df894eb156eced9990f2f033301b48ebd511ee7dcbc06d1558dba4847a
 SHA512 
07a4b2066553e0f2db5227e7f55db749e38c77afd566dcb45c65665a51e8209ef028b7fdd3f855447bbac712e290211f3908b72335099057ff11371efe4a
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.14.ebuild 
b/dev-python/pytools/pytools-2024.1.14.ebuild
new file mode 100644
index ..05030eb43d28
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.14.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy & siphash24 are an "extra" (optional) deps
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-31 Thread Michał Górny
commit: 2bd47a93a44080fdf750cff1a5692d01711cbe4f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 10:33:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 10:35:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd47a93

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  2 --
 dev-python/pytools/pytools-2024.1.11.ebuild | 33 -
 dev-python/pytools/pytools-2024.1.12.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index a9a76de2cc2c..3f7f70636e80 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
-DIST pytools-2024.1.12.tar.gz 82577 BLAKE2B 
7463a8c8f5644cf2f3c0d1326cc353c111fe87230727149881a1f68a8fce046049c54ae3d414a8d60adec66cccefbd133ab446a65bf35cdb21f08a383f7571e2
 SHA512 
c234a55493e6dcb1b26a18f666a9e3892d2e6d3eb76cda24db97231c1a1b6fff796780ac0c6776a00a3e2d21fc6e56364879e3d39de3fcf5173c6cf7a183a3a2
 DIST pytools-2024.1.13.tar.gz 82559 BLAKE2B 
c9b2d43a9538eb4a0daaf623345961e839cd227de22dc141923129418315947dc813b67d78c39d84062ef712842dfad63ef7d519d672960f25594e7f8bd5b0e5
 SHA512 
dc5d8e9ef291afc9cfab39450ecd886c3ca5776cb9f29b675ae7459a5ef2bdf29cc9978fe3991ef86b11516902d04c7de861947ea9f2d261735d52db2bfefc5c
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.11.ebuild 
b/dev-python/pytools/pytools-2024.1.11.ebuild
deleted file mode 100644
index 286373743ec2..
--- a/dev-python/pytools/pytools-2024.1.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
-
-# NB: numpy & siphash24 are an "extra" (optional) deps
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.{10..12})
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2024.1.12.ebuild 
b/dev-python/pytools/pytools-2024.1.12.ebuild
deleted file mode 100644
index 05030eb43d28..
--- a/dev-python/pytools/pytools-2024.1.12.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# NB: numpy & siphash24 are an "extra" (optional) deps
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.{10..12})
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-31 Thread Arthur Zamarin
commit: 357db231a4c7e82e2f5d017d420c8920f66c3af0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 31 10:28:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 31 10:28:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357db231

dev-python/pytools: Stabilize 2024.1.13 ALLARCHES, #938780

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.13.ebuild 
b/dev-python/pytools/pytools-2024.1.13.ebuild
index 05030eb43d28..286373743ec2 100644
--- a/dev-python/pytools/pytools-2024.1.13.ebuild
+++ b/dev-python/pytools/pytools-2024.1.13.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 # NB: numpy & siphash24 are an "extra" (optional) deps
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-12 Thread Michał Górny
commit: 113b6f3290d1c8466e3dcdd25529f5310676f142
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 04:29:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 04:54:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113b6f32

dev-python/pytools: Bump to 2024.1.13

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2024.1.13.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 999df944c8bc..a9a76de2cc2c 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
 DIST pytools-2024.1.12.tar.gz 82577 BLAKE2B 
7463a8c8f5644cf2f3c0d1326cc353c111fe87230727149881a1f68a8fce046049c54ae3d414a8d60adec66cccefbd133ab446a65bf35cdb21f08a383f7571e2
 SHA512 
c234a55493e6dcb1b26a18f666a9e3892d2e6d3eb76cda24db97231c1a1b6fff796780ac0c6776a00a3e2d21fc6e56364879e3d39de3fcf5173c6cf7a183a3a2
+DIST pytools-2024.1.13.tar.gz 82559 BLAKE2B 
c9b2d43a9538eb4a0daaf623345961e839cd227de22dc141923129418315947dc813b67d78c39d84062ef712842dfad63ef7d519d672960f25594e7f8bd5b0e5
 SHA512 
dc5d8e9ef291afc9cfab39450ecd886c3ca5776cb9f29b675ae7459a5ef2bdf29cc9978fe3991ef86b11516902d04c7de861947ea9f2d261735d52db2bfefc5c
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.13.ebuild 
b/dev-python/pytools/pytools-2024.1.13.ebuild
new file mode 100644
index ..05030eb43d28
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.13.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy & siphash24 are an "extra" (optional) deps
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-10 Thread Michał Górny
commit: 8bc85966c0a5417c07cd9598a16516e940abe88c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:26:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:31:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc85966

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  1 -
 dev-python/pytools/pytools-2024.1.10.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 088e9bf7d7e7..999df944c8bc 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,3 @@
-DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
 DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
 DIST pytools-2024.1.12.tar.gz 82577 BLAKE2B 
7463a8c8f5644cf2f3c0d1326cc353c111fe87230727149881a1f68a8fce046049c54ae3d414a8d60adec66cccefbd133ab446a65bf35cdb21f08a383f7571e2
 SHA512 
c234a55493e6dcb1b26a18f666a9e3892d2e6d3eb76cda24db97231c1a1b6fff796780ac0c6776a00a3e2d21fc6e56364879e3d39de3fcf5173c6cf7a183a3a2
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.10.ebuild 
b/dev-python/pytools/pytools-2024.1.10.ebuild
deleted file mode 100644
index 5cce0ef7999e..
--- a/dev-python/pytools/pytools-2024.1.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.{10..12})
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-10 Thread Michał Górny
commit: 49a554656d9cffc5058e2e3141f9540459473b0b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 07:24:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 07:25:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a55465

dev-python/pytools: Stabilize 2024.1.11 ALLARCHES, #937681

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

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

diff --git a/dev-python/pytools/pytools-2024.1.11.ebuild 
b/dev-python/pytools/pytools-2024.1.11.ebuild
index 05030eb43d28..286373743ec2 100644
--- a/dev-python/pytools/pytools-2024.1.11.ebuild
+++ b/dev-python/pytools/pytools-2024.1.11.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 # NB: numpy & siphash24 are an "extra" (optional) deps
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-07 Thread Michał Górny
commit: 1be57f86461f33553f457b3c211faf5e886499ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  7 13:24:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  7 14:10:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be57f86

dev-python/pytools: Bump to 2024.1.12

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2024.1.12.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 1d37f463fa9c..088e9bf7d7e7 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
 DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
+DIST pytools-2024.1.12.tar.gz 82577 BLAKE2B 
7463a8c8f5644cf2f3c0d1326cc353c111fe87230727149881a1f68a8fce046049c54ae3d414a8d60adec66cccefbd133ab446a65bf35cdb21f08a383f7571e2
 SHA512 
c234a55493e6dcb1b26a18f666a9e3892d2e6d3eb76cda24db97231c1a1b6fff796780ac0c6776a00a3e2d21fc6e56364879e3d39de3fcf5173c6cf7a183a3a2
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.12.ebuild 
b/dev-python/pytools/pytools-2024.1.12.ebuild
new file mode 100644
index ..05030eb43d28
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy & siphash24 are an "extra" (optional) deps
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-03 Thread Michał Górny
commit: f1f784698685c81703818b452341d33da27267e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 18:40:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 18:58:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f78469

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2024.1.8.ebuild | 34 --
 dev-python/pytools/pytools-2024.1.9.ebuild | 34 --
 3 files changed, 70 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 0fb7b7cb7a6a..1d37f463fa9c 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,5 +1,3 @@
 DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
 DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
-DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060
-DIST pytools-2024.1.9.tar.gz 80992 BLAKE2B 
0c097690eaba7e40be3bc6ec5a0a3a3fd19cd793cd637a7c4ecf89adbd0a64ee63340f7d631c3b23a35e9230de37b239306da35fd7a8d9d9a50a7ea39198f977
 SHA512 
224bc9e98f6e2fdac1433f1d486946ce17d7b48271b78110066ebbb59384e0e8f3087ad82899fc6fdae4494198872acda384426c49a01b3d3c879eaf9b618323

diff --git a/dev-python/pytools/pytools-2024.1.8.ebuild 
b/dev-python/pytools/pytools-2024.1.8.ebuild
deleted file mode 100644
index a2fde559d718..
--- a/dev-python/pytools/pytools-2024.1.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2024.1.9.ebuild 
b/dev-python/pytools/pytools-2024.1.9.ebuild
deleted file mode 100644
index 0f076af0c8bc..
--- a/dev-python/pytools/pytools-2024.1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.{10..12})
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-03 Thread Jakov Smolić
commit: 6fae4c958a6471cb057e9a67fea9020d2abd4475
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Aug  3 16:48:07 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Aug  3 16:48:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fae4c95

dev-python/pytools: Stabilize 2024.1.10 arm64, #937201

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

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

diff --git a/dev-python/pytools/pytools-2024.1.10.ebuild 
b/dev-python/pytools/pytools-2024.1.10.ebuild
index ad708ce362d4..5cce0ef7999e 100644
--- a/dev-python/pytools/pytools-2024.1.10.ebuild
+++ b/dev-python/pytools/pytools-2024.1.10.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-08-02 Thread Michał Górny
commit: e600acde0e181b79194e57a1d4f0e43bba805ec6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 06:24:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 06:24:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e600acde

dev-python/pytools: Stabilize 2024.1.10 amd64, #937201

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

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

diff --git a/dev-python/pytools/pytools-2024.1.10.ebuild 
b/dev-python/pytools/pytools-2024.1.10.ebuild
index 0f076af0c8bc..ad708ce362d4 100644
--- a/dev-python/pytools/pytools-2024.1.10.ebuild
+++ b/dev-python/pytools/pytools-2024.1.10.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-23 Thread Michał Górny
commit: 6b57528a3746fd8319681a3f965e8a690caf973d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 19:20:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 20:06:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b57528a

dev-python/pytools: Bump to 2024.1.11

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2024.1.11.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 524bd9552013..0fb7b7cb7a6a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,5 @@
 DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
+DIST pytools-2024.1.11.tar.gz 81917 BLAKE2B 
197481c41ddf589c46e7f5470de6122f13aa1b69fab46342e20b30e51cc0f5a54cfc240522e16daaea941f4492eb9dd858de66255fba4ddbec8bd763a4f87069
 SHA512 
03521c3e6473e5e26c329ddeb596548c11a814c65a45b9d5a925346b7cdd9332ec0968cf80c350310955288e703c2e3d914a24253d34546a6ee814b07d373ae6
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
 DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060
 DIST pytools-2024.1.9.tar.gz 80992 BLAKE2B 
0c097690eaba7e40be3bc6ec5a0a3a3fd19cd793cd637a7c4ecf89adbd0a64ee63340f7d631c3b23a35e9230de37b239306da35fd7a8d9d9a50a7ea39198f977
 SHA512 
224bc9e98f6e2fdac1433f1d486946ce17d7b48271b78110066ebbb59384e0e8f3087ad82899fc6fdae4494198872acda384426c49a01b3d3c879eaf9b618323

diff --git a/dev-python/pytools/pytools-2024.1.11.ebuild 
b/dev-python/pytools/pytools-2024.1.11.ebuild
new file mode 100644
index ..05030eb43d28
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy & siphash24 are an "extra" (optional) deps
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-17 Thread Michał Górny
commit: e3756272996d855a2e299a9f69bf3e7bec139853
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 18 01:42:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 18 01:42:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3756272

dev-python/pytools: Bump to 2024.1.10

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2024.1.10.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 8c394c7f9ffd..524bd9552013 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
+DIST pytools-2024.1.10.tar.gz 81741 BLAKE2B 
39d44636c82ce7f2cadd543e9e3f7a32def0e11b3df24f0ae43aa47da924a1c2d9258b3147187dc9b0a12a5485e74bb906a87655ee863390af61ec6ce03ec95e
 SHA512 
2e8d401b9f26b9a60ef4f479c982ff2b8801b00ac35b7ec06e36980fb5071c709d574e2a841f826d7ceff8a1303591c46a269284b09730c30eaca6759ca88ad5
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
 DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060
 DIST pytools-2024.1.9.tar.gz 80992 BLAKE2B 
0c097690eaba7e40be3bc6ec5a0a3a3fd19cd793cd637a7c4ecf89adbd0a64ee63340f7d631c3b23a35e9230de37b239306da35fd7a8d9d9a50a7ea39198f977
 SHA512 
224bc9e98f6e2fdac1433f1d486946ce17d7b48271b78110066ebbb59384e0e8f3087ad82899fc6fdae4494198872acda384426c49a01b3d3c879eaf9b618323

diff --git a/dev-python/pytools/pytools-2024.1.10.ebuild 
b/dev-python/pytools/pytools-2024.1.10.ebuild
new file mode 100644
index ..0f076af0c8bc
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-16 Thread Michał Górny
commit: 187b82af8a6029766ad9358458e231e9a462b89a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 17 04:07:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 17 04:07:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187b82af

dev-python/pytools: Bump to 2024.1.9

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.9.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 5af06df5a26f..8c394c7f9ffd 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
 DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060
+DIST pytools-2024.1.9.tar.gz 80992 BLAKE2B 
0c097690eaba7e40be3bc6ec5a0a3a3fd19cd793cd637a7c4ecf89adbd0a64ee63340f7d631c3b23a35e9230de37b239306da35fd7a8d9d9a50a7ea39198f977
 SHA512 
224bc9e98f6e2fdac1433f1d486946ce17d7b48271b78110066ebbb59384e0e8f3087ad82899fc6fdae4494198872acda384426c49a01b3d3c879eaf9b618323

diff --git a/dev-python/pytools/pytools-2024.1.9.ebuild 
b/dev-python/pytools/pytools-2024.1.9.ebuild
new file mode 100644
index ..0f076af0c8bc
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.{10..12})
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-13 Thread Michał Górny
commit: 354ea57eabe42e14562e0e16bdfedc4553f62c32
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 13 07:58:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 13 08:01:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354ea57e

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2024.1.5.ebuild | 33 -
 dev-python/pytools/pytools-2024.1.7.ebuild | 34 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index c45e6549ff12..5af06df5a26f 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
-DIST pytools-2024.1.7.tar.gz 82211 BLAKE2B 
07da2dbd2d19ec11a481f71aac1273f64e3eb00483b1a633d42a08e36aa8d76e0cae0235538f58d0c2acf12079544b168a97d78c9aa1d3421525e6fe47f1db82
 SHA512 
9833cf5c3b72cb89bf25dde5f15c5970db5dd86e1eaf1dbfb8e7024ac0854fa200f6bb64f8ebd346998c4ca792ee0dca898b0de0f839445c64e2279dcc771788
 DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060

diff --git a/dev-python/pytools/pytools-2024.1.5.ebuild 
b/dev-python/pytools/pytools-2024.1.5.ebuild
deleted file mode 100644
index c190bc38483c..
--- a/dev-python/pytools/pytools-2024.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2024.1.7.ebuild 
b/dev-python/pytools/pytools-2024.1.7.ebuild
deleted file mode 100644
index a2fde559d718..
--- a/dev-python/pytools/pytools-2024.1.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-13 Thread Arthur Zamarin
commit: 175ced542aed6be589d2726b65a117179782f8c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 13 07:35:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 13 07:35:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175ced54

dev-python/pytools: Stabilize 2024.1.6 ALLARCHES, #935945

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.6.ebuild 
b/dev-python/pytools/pytools-2024.1.6.ebuild
index 38860936dd01..c190bc38483c 100644
--- a/dev-python/pytools/pytools-2024.1.6.ebuild
+++ b/dev-python/pytools/pytools-2024.1.6.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-11 Thread Michał Górny
commit: 83317f68889e61b853f0e752f1970114b2367989
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 12 02:27:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 12 02:27:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83317f68

dev-python/pytools: Bump to 2024.1.8

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index f1cad9524054..c45e6549ff12 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
 DIST pytools-2024.1.7.tar.gz 82211 BLAKE2B 
07da2dbd2d19ec11a481f71aac1273f64e3eb00483b1a633d42a08e36aa8d76e0cae0235538f58d0c2acf12079544b168a97d78c9aa1d3421525e6fe47f1db82
 SHA512 
9833cf5c3b72cb89bf25dde5f15c5970db5dd86e1eaf1dbfb8e7024ac0854fa200f6bb64f8ebd346998c4ca792ee0dca898b0de0f839445c64e2279dcc771788
+DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B 
bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772
 SHA512 
d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060

diff --git a/dev-python/pytools/pytools-2024.1.8.ebuild 
b/dev-python/pytools/pytools-2024.1.8.ebuild
new file mode 100644
index ..a2fde559d718
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-10 Thread Sam James
commit: c70bc90c319dfd743e262cad4f6d7ba537744919
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 10 12:30:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 10 12:30:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70bc90c

dev-python/pytools: Keyword 2024.1.7 arm64, #935816

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.7.ebuild 
b/dev-python/pytools/pytools-2024.1.7.ebuild
index aba509148d2e..a2fde559d718 100644
--- a/dev-python/pytools/pytools-2024.1.7.ebuild
+++ b/dev-python/pytools/pytools-2024.1.7.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-10 Thread Jakov Smolić
commit: 1fdab3a0014fac4df2c2ea46bcfec24e086a1dac
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jul 10 11:39:08 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jul 10 11:39:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdab3a0

dev-python/pytools: Keyword 2024.1.7 riscv, #935816

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

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

diff --git a/dev-python/pytools/pytools-2024.1.7.ebuild 
b/dev-python/pytools/pytools-2024.1.7.ebuild
index bf6b9285b4a4..aba509148d2e 100644
--- a/dev-python/pytools/pytools-2024.1.7.ebuild
+++ b/dev-python/pytools/pytools-2024.1.7.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-07-09 Thread Michał Górny
commit: 598ae1519966637239d7adf7e3dd428f8a7b30ed
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 10 06:25:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 10 06:32:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598ae151

dev-python/pytools: Bump to 2024.1.7

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.7.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index de282a6bf6a5..f1cad9524054 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
+DIST pytools-2024.1.7.tar.gz 82211 BLAKE2B 
07da2dbd2d19ec11a481f71aac1273f64e3eb00483b1a633d42a08e36aa8d76e0cae0235538f58d0c2acf12079544b168a97d78c9aa1d3421525e6fe47f1db82
 SHA512 
9833cf5c3b72cb89bf25dde5f15c5970db5dd86e1eaf1dbfb8e7024ac0854fa200f6bb64f8ebd346998c4ca792ee0dca898b0de0f839445c64e2279dcc771788

diff --git a/dev-python/pytools/pytools-2024.1.7.ebuild 
b/dev-python/pytools/pytools-2024.1.7.ebuild
new file mode 100644
index ..bf6b9285b4a4
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-28 Thread Michał Górny
commit: 446211e61f9eeef38ec2f73247f8e8b6b5dc5d65
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 29 03:01:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 29 03:26:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446211e6

dev-python/pytools: Bump to 2024.1.6

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.6.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index b614e0b8b54e..de282a6bf6a5 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8
+DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B 
ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873
 SHA512 
a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e

diff --git a/dev-python/pytools/pytools-2024.1.6.ebuild 
b/dev-python/pytools/pytools-2024.1.6.ebuild
new file mode 100644
index ..38860936dd01
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-22 Thread Michał Górny
commit: a5e00b9a459e32086a742c34f40e105813852cda
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 22 14:47:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 22 15:00:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e00b9a

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2024.1.3.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index d9c5369db715..b614e0b8b54e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad24a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8

diff --git a/dev-python/pytools/pytools-2024.1.3.ebuild 
b/dev-python/pytools/pytools-2024.1.3.ebuild
deleted file mode 100644
index c190bc38483c..
--- a/dev-python/pytools/pytools-2024.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-22 Thread Arthur Zamarin
commit: ff5218aea178c02c2635175a1f70f5376c9d45af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 22 13:48:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 22 13:48:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5218ae

dev-python/pytools: Stabilize 2024.1.5 ALLARCHES, #934705

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.5.ebuild 
b/dev-python/pytools/pytools-2024.1.5.ebuild
index 38860936dd01..c190bc38483c 100644
--- a/dev-python/pytools/pytools-2024.1.5.ebuild
+++ b/dev-python/pytools/pytools-2024.1.5.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-08 Thread Michał Górny
commit: f5503a9efc470c0f104c615529341f3fd59d7672
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 08:56:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 09:02:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5503a9e

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2024.1.2.ebuild | 33 --
 dev-python/pytools/pytools-2024.1.4.ebuild | 33 --
 3 files changed, 68 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index c8db3b052e08..d9c5369db715 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7
 DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad24a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72
-DIST pytools-2024.1.4.tar.gz 79234 BLAKE2B 
e0cbca8c1b6556a6865d21c6b94591d19e50bdae3f8216bbfa55e965ccf236b8265fb25acaee8d939f7e187da8a39f618196e9b567b18700d92bc857de26952c
 SHA512 
110a0672ba069a41dedc7e45dc407c5027e3c1384ab62706e04326e4b158b09a69822d51cadc6a164cdd20b361a7d82ad632ba072cfc0d6e7be449596d295374
 DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8

diff --git a/dev-python/pytools/pytools-2024.1.2.ebuild 
b/dev-python/pytools/pytools-2024.1.2.ebuild
deleted file mode 100644
index 01f5df21d875..
--- a/dev-python/pytools/pytools-2024.1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-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_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2024.1.4.ebuild 
b/dev-python/pytools/pytools-2024.1.4.ebuild
deleted file mode 100644
index 38860936dd01..
--- a/dev-python/pytools/pytools-2024.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-08 Thread Arthur Zamarin
commit: 5b6cf2e99aed97e3a62585eeb063b519b1d4147b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  8 07:19:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  8 07:19:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6cf2e9

dev-python/pytools: Stabilize 2024.1.3 ALLARCHES, #933796

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.3.ebuild 
b/dev-python/pytools/pytools-2024.1.3.ebuild
index 38860936dd01..c190bc38483c 100644
--- a/dev-python/pytools/pytools-2024.1.3.ebuild
+++ b/dev-python/pytools/pytools-2024.1.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-06-07 Thread Michał Górny
commit: 4d759dbb05120ce49ab883cb16d920954ead7368
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 04:50:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 04:50:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d759dbb

dev-python/pytools: Bump to 2024.1.5

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.5.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 9653a72e755b..c8db3b052e08 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7
 DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad24a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72
 DIST pytools-2024.1.4.tar.gz 79234 BLAKE2B 
e0cbca8c1b6556a6865d21c6b94591d19e50bdae3f8216bbfa55e965ccf236b8265fb25acaee8d939f7e187da8a39f618196e9b567b18700d92bc857de26952c
 SHA512 
110a0672ba069a41dedc7e45dc407c5027e3c1384ab62706e04326e4b158b09a69822d51cadc6a164cdd20b361a7d82ad632ba072cfc0d6e7be449596d295374
+DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 
37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6
 SHA512 
af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8

diff --git a/dev-python/pytools/pytools-2024.1.5.ebuild 
b/dev-python/pytools/pytools-2024.1.5.ebuild
new file mode 100644
index ..38860936dd01
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-05-31 Thread Michał Górny
commit: 1a6bedfb1740b24423da84d89d59c9fbb6b73fea
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 03:48:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 03:57:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6bedfb

dev-python/pytools: Bump to 2024.1.4

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.4.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index dc85097983da..9653a72e755b 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7
 DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad24a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72
+DIST pytools-2024.1.4.tar.gz 79234 BLAKE2B 
e0cbca8c1b6556a6865d21c6b94591d19e50bdae3f8216bbfa55e965ccf236b8265fb25acaee8d939f7e187da8a39f618196e9b567b18700d92bc857de26952c
 SHA512 
110a0672ba069a41dedc7e45dc407c5027e3c1384ab62706e04326e4b158b09a69822d51cadc6a164cdd20b361a7d82ad632ba072cfc0d6e7be449596d295374

diff --git a/dev-python/pytools/pytools-2024.1.4.ebuild 
b/dev-python/pytools/pytools-2024.1.4.ebuild
new file mode 100644
index ..38860936dd01
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-05-21 Thread Michał Górny
commit: 354d145c7f33728c007e3d9740d106f97d306ae1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 22 04:37:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 04:49:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354d145c

dev-python/pytools: Bump to 2024.1.3

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.3.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 71f4404e302c..dc85097983da 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7
+DIST pytools-2024.1.3.tar.gz 79453 BLAKE2B 
00d19b5e3918ae2e230db8778edcbaa8102436be1d82ee0a24f5f7504ef5f8ca5903c07386b5ebb1359138d4cb2f68840585b30e118f5dc1f3e2266230ec7d1d
 SHA512 
89ee628af18ab68ebc1dab500a886cad24a0ebf85128c1b06608b51638fc713e2d485b8d50bd3c70ab3143c46e789a49f7f7fc4fa8a14dd9644e7a822d72

diff --git a/dev-python/pytools/pytools-2024.1.3.ebuild 
b/dev-python/pytools/pytools-2024.1.3.ebuild
new file mode 100644
index ..38860936dd01
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-05-11 Thread Michał Górny
commit: 0710ac9438e200bc3072a7191d33705b0318cf9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 13:39:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 13:39:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0710ac94

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2024.1.1.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 46bd36095122..71f4404e302c 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2024.1.1.tar.gz 77122 BLAKE2B 
38b46a6363c707da90670a28d63dbaf1b77f739a4f7473bda11fa671ad267ee33c48312e3813e05888d3cd48efc60ec3006d57a316053ff2d0160d0b284bca9d
 SHA512 
3b47764ac6f1ea0938c32e42092c0acfe81b2f22eb15c3ded589c5022c8a07ff89420f30ec78779ccb9f07d8611fa9c447539859371d8aade603f302b747cf97
 DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7

diff --git a/dev-python/pytools/pytools-2024.1.1.ebuild 
b/dev-python/pytools/pytools-2024.1.1.ebuild
deleted file mode 100644
index 01f5df21d875..
--- a/dev-python/pytools/pytools-2024.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-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_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-05-11 Thread Arthur Zamarin
commit: e1cb7c6c0aab010e39707104b6dfa41ce5ca2cd3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 11 11:06:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 11 11:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cb7c6c

dev-python/pytools: Stabilize 2024.1.2 ALLARCHES, #931709

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.2.ebuild 
b/dev-python/pytools/pytools-2024.1.2.ebuild
index 5b603b0c29b1..01f5df21d875 100644
--- a/dev-python/pytools/pytools-2024.1.2.ebuild
+++ b/dev-python/pytools/pytools-2024.1.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-04-24 Thread Michał Górny
commit: 7442278fd74da522ae9b458f3a6571e1a65d85d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 25 04:29:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 25 04:42:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7442278f

dev-python/pytools: Bump to 2024.1.2

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 92ee770eb359..46bd36095122 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2024.1.1.tar.gz 77122 BLAKE2B 
38b46a6363c707da90670a28d63dbaf1b77f739a4f7473bda11fa671ad267ee33c48312e3813e05888d3cd48efc60ec3006d57a316053ff2d0160d0b284bca9d
 SHA512 
3b47764ac6f1ea0938c32e42092c0acfe81b2f22eb15c3ded589c5022c8a07ff89420f30ec78779ccb9f07d8611fa9c447539859371d8aade603f302b747cf97
+DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B 
b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5
 SHA512 
3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7

diff --git a/dev-python/pytools/pytools-2024.1.2.ebuild 
b/dev-python/pytools/pytools-2024.1.2.ebuild
new file mode 100644
index ..5b603b0c29b1
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-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_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-04-06 Thread Michał Górny
commit: 4606c882d702888cf4e1bb884d2911829accbf66
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 09:33:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 09:35:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4606c882

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2023.1.1.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 8f7913f48b4e..92ee770eb359 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2023.1.1.tar.gz 75472 BLAKE2B 
a7d83dc55175d17fe7ded758279d236a9cd8f103fe7c9da2994a048799817509fbdd38466468ce4de2e5cd2984f4906f6f5524462cd72760ad32c6ebfab9
 SHA512 
0b8d4ec7145a42d9a679b7e08a05aa126c7d4514faa77e207fb154c84e56233b80dd49f388f261ba29e70e2cff836f6c850ea05af81360da8120756a0db35e6a
 DIST pytools-2024.1.1.tar.gz 77122 BLAKE2B 
38b46a6363c707da90670a28d63dbaf1b77f739a4f7473bda11fa671ad267ee33c48312e3813e05888d3cd48efc60ec3006d57a316053ff2d0160d0b284bca9d
 SHA512 
3b47764ac6f1ea0938c32e42092c0acfe81b2f22eb15c3ded589c5022c8a07ff89420f30ec78779ccb9f07d8611fa9c447539859371d8aade603f302b747cf97

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
deleted file mode 100644
index 8757120ea15d..
--- a/dev-python/pytools/pytools-2023.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-04-06 Thread Arthur Zamarin
commit: 4991051362d99dd1d4a4ebed96827175683df054
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  6 09:31:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  6 09:31:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49910513

dev-python/pytools: Stabilize 2024.1.1 ALLARCHES, #928725

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2024.1.1.ebuild 
b/dev-python/pytools/pytools-2024.1.1.ebuild
index 5b603b0c29b1..01f5df21d875 100644
--- a/dev-python/pytools/pytools-2024.1.1.ebuild
+++ b/dev-python/pytools/pytools-2024.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2024-03-20 Thread Michał Górny
commit: 32cf1f6162ba015288d4d26abe4514bd9e7cc97f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 05:18:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 05:39:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cf1f61

dev-python/pytools: Bump to 2024.1.1

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2024.1.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 17fdfa7405e5..8f7913f48b4e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2023.1.1.tar.gz 75472 BLAKE2B 
a7d83dc55175d17fe7ded758279d236a9cd8f103fe7c9da2994a048799817509fbdd38466468ce4de2e5cd2984f4906f6f5524462cd72760ad32c6ebfab9
 SHA512 
0b8d4ec7145a42d9a679b7e08a05aa126c7d4514faa77e207fb154c84e56233b80dd49f388f261ba29e70e2cff836f6c850ea05af81360da8120756a0db35e6a
+DIST pytools-2024.1.1.tar.gz 77122 BLAKE2B 
38b46a6363c707da90670a28d63dbaf1b77f739a4f7473bda11fa671ad267ee33c48312e3813e05888d3cd48efc60ec3006d57a316053ff2d0160d0b284bca9d
 SHA512 
3b47764ac6f1ea0938c32e42092c0acfe81b2f22eb15c3ded589c5022c8a07ff89420f30ec78779ccb9f07d8611fa9c447539859371d8aade603f302b747cf97

diff --git a/dev-python/pytools/pytools-2024.1.1.ebuild 
b/dev-python/pytools/pytools-2024.1.1.ebuild
new file mode 100644
index ..5b603b0c29b1
--- /dev/null
+++ b/dev-python/pytools/pytools-2024.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-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_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-11-24 Thread Arthur Zamarin
commit: 84d95f94d3ddc5e034fad056ace1102f49aec1c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:45:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:45:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d95f94

dev-python/pytools: Stabilize 2023.1.1 arm64, #918372

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
index 51a16ed409e8..8757120ea15d 100644
--- a/dev-python/pytools/pytools-2023.1.1.ebuild
+++ b/dev-python/pytools/pytools-2023.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-09-25 Thread Michał Górny
commit: 57f18edaa242d1894b826f1b08df68b6acfe9044
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:51:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:51:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f18eda

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest  |  1 -
 dev-python/pytools/pytools-2023.1.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 42d28cd3c2c8..17fdfa7405e5 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
 DIST pytools-2023.1.1.tar.gz 75472 BLAKE2B 
a7d83dc55175d17fe7ded758279d236a9cd8f103fe7c9da2994a048799817509fbdd38466468ce4de2e5cd2984f4906f6f5524462cd72760ad32c6ebfab9
 SHA512 
0b8d4ec7145a42d9a679b7e08a05aa126c7d4514faa77e207fb154c84e56233b80dd49f388f261ba29e70e2cff836f6c850ea05af81360da8120756a0db35e6a
-DIST pytools-2023.1.tar.gz 75361 BLAKE2B 
79c3439587624e9d236e6afd8ab2effa66ebc18c5f297db6bfebaf40dbe139de4851fa29d7741b064260041491a6693201583186a361994a8997eaaa221fffb2
 SHA512 
1d035f8b5e155def84d084926ab43b7e4c634cf7b2cd3e3914513360570bf87da059c8109e0257797dbe84c4bc36af559c805b252c863f2145113ff681eb5974

diff --git a/dev-python/pytools/pytools-2023.1.ebuild 
b/dev-python/pytools/pytools-2023.1.ebuild
deleted file mode 100644
index f50379dd537e..
--- a/dev-python/pytools/pytools-2023.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-09-25 Thread Arthur Zamarin
commit: 8b6bd4ebb4bac4a50e6e444f6056d046caa08e85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 17:33:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 17:33:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6bd4eb

dev-python/pytools: Stabilize 2023.1.1 ALLARCHES, #914688

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
index c12818d0d28a..102ce663d03f 100644
--- a/dev-python/pytools/pytools-2023.1.1.ebuild
+++ b/dev-python/pytools/pytools-2023.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-08-19 Thread Marek Szuba
commit: 90f3d1d9fa72749f5ecd1b33d99bdd1eae799777
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 19 11:42:26 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 19 16:24:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f3d1d9

dev-python/pytools: keyword 2023.1.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
index a0307d3d551f..9dc080f1be7b 100644
--- a/dev-python/pytools/pytools-2023.1.1.ebuild
+++ b/dev-python/pytools/pytools-2023.1.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-08-19 Thread Marek Szuba
commit: 91b4fb5abdb6164718c3ff320584ff3fb28b3acc
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 19 12:39:14 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 19 16:24:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b4fb5a

dev-python/pytools: enable py3.12

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
index 9dc080f1be7b..c12818d0d28a 100644
--- a/dev-python/pytools/pytools-2023.1.1.ebuild
+++ b/dev-python/pytools/pytools-2023.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1 pypi
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
+   ' 3.10)
 "
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-07-25 Thread Michał Górny
commit: c52acb07a04ae946140f9b57e9c2bad3f8304b7d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 26 05:20:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 06:03:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52acb07

dev-python/pytools: Bump to 2023.1.1

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2023.1.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index d22aeb6771a4..42d28cd3c2c8 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
+DIST pytools-2023.1.1.tar.gz 75472 BLAKE2B 
a7d83dc55175d17fe7ded758279d236a9cd8f103fe7c9da2994a048799817509fbdd38466468ce4de2e5cd2984f4906f6f5524462cd72760ad32c6ebfab9
 SHA512 
0b8d4ec7145a42d9a679b7e08a05aa126c7d4514faa77e207fb154c84e56233b80dd49f388f261ba29e70e2cff836f6c850ea05af81360da8120756a0db35e6a
 DIST pytools-2023.1.tar.gz 75361 BLAKE2B 
79c3439587624e9d236e6afd8ab2effa66ebc18c5f297db6bfebaf40dbe139de4851fa29d7741b064260041491a6693201583186a361994a8997eaaa221fffb2
 SHA512 
1d035f8b5e155def84d084926ab43b7e4c634cf7b2cd3e3914513360570bf87da059c8109e0257797dbe84c4bc36af559c805b252c863f2145113ff681eb5974

diff --git a/dev-python/pytools/pytools-2023.1.1.ebuild 
b/dev-python/pytools/pytools-2023.1.1.ebuild
new file mode 100644
index ..a0307d3d551f
--- /dev/null
+++ b/dev-python/pytools/pytools-2023.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-07-24 Thread Michał Górny
commit: 90053a1e3ab24cf06ce031f4f1be4952a922f7cb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 10:57:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 10:57:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90053a1e

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  1 -
 dev-python/pytools/pytools-2022.1.14.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index e6186de5954f..d22aeb6771a4 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2022.1.14.tar.gz 74636 BLAKE2B 
5f3014c0adef3571c22b93c1dec1e4b49d48a0a0b9d320e7fa8f9712aaad04383222814770ab324b7d6e028d4b2a94698e6ea1f2f7fb89a654d7c8b371634dc7
 SHA512 
3e733d54176b135b69ac9c76ac7816463c5c874f3e1cede522ab2901250822c821fd325d0d2e5f2b124aeabb93386d8c68e3c6e1b11f6119bed7953ec80f9d4d
 DIST pytools-2023.1.tar.gz 75361 BLAKE2B 
79c3439587624e9d236e6afd8ab2effa66ebc18c5f297db6bfebaf40dbe139de4851fa29d7741b064260041491a6693201583186a361994a8997eaaa221fffb2
 SHA512 
1d035f8b5e155def84d084926ab43b7e4c634cf7b2cd3e3914513360570bf87da059c8109e0257797dbe84c4bc36af559c805b252c863f2145113ff681eb5974

diff --git a/dev-python/pytools/pytools-2022.1.14.ebuild 
b/dev-python/pytools/pytools-2022.1.14.ebuild
deleted file mode 100644
index 04f4e133f2e4..
--- a/dev-python/pytools/pytools-2022.1.14.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-07-24 Thread Jakov Smolić
commit: 252be14855bbcc9cd7428fa689232f81d2020aa2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 08:53:54 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 08:53:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252be148

dev-python/pytools: Stabilize 2023.1 ALLARCHES, #911082

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

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

diff --git a/dev-python/pytools/pytools-2023.1.ebuild 
b/dev-python/pytools/pytools-2023.1.ebuild
index a0307d3d551f..f50379dd537e 100644
--- a/dev-python/pytools/pytools-2023.1.ebuild
+++ b/dev-python/pytools/pytools-2023.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-06-18 Thread Michał Górny
commit: f0e6d11d203501522b807280a6bd5fcb4ce69ea1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 19 04:47:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 19 04:57:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e6d11d

dev-python/pytools: Bump to 2023.1

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

 dev-python/pytools/Manifest  |  1 +
 dev-python/pytools/pytools-2023.1.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index e2c08a5025a1..e6186de5954f 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2022.1.14.tar.gz 74636 BLAKE2B 
5f3014c0adef3571c22b93c1dec1e4b49d48a0a0b9d320e7fa8f9712aaad04383222814770ab324b7d6e028d4b2a94698e6ea1f2f7fb89a654d7c8b371634dc7
 SHA512 
3e733d54176b135b69ac9c76ac7816463c5c874f3e1cede522ab2901250822c821fd325d0d2e5f2b124aeabb93386d8c68e3c6e1b11f6119bed7953ec80f9d4d
+DIST pytools-2023.1.tar.gz 75361 BLAKE2B 
79c3439587624e9d236e6afd8ab2effa66ebc18c5f297db6bfebaf40dbe139de4851fa29d7741b064260041491a6693201583186a361994a8997eaaa221fffb2
 SHA512 
1d035f8b5e155def84d084926ab43b7e4c634cf7b2cd3e3914513360570bf87da059c8109e0257797dbe84c4bc36af559c805b252c863f2145113ff681eb5974

diff --git a/dev-python/pytools/pytools-2023.1.ebuild 
b/dev-python/pytools/pytools-2023.1.ebuild
new file mode 100644
index ..a0307d3d551f
--- /dev/null
+++ b/dev-python/pytools/pytools-2023.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-03-15 Thread Michał Górny
commit: 7899152018b6dbe834454f95ae57737311a11947
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:48:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 04:04:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78991520

dev-python/pytools: Use pypi.eclass

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

 dev-python/pytools/pytools-2022.1.14.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pytools/pytools-2022.1.14.ebuild 
b/dev-python/pytools/pytools-2022.1.14.ebuild
index 1e06694cfde7..04f4e133f2e4 100644
--- a/dev-python/pytools/pytools-2022.1.14.ebuild
+++ b/dev-python/pytools/pytools-2022.1.14.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE='sqlite'
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Collection of tools missing from the Python standard library"
 HOMEPAGE="
@@ -15,7 +15,6 @@ HOMEPAGE="
https://github.com/inducer/pytools/
https://pypi.org/project/pytools/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-02-16 Thread Michał Górny
commit: 796f71c0cbfbd0b820f15bba5fb0c7002fbe8c3c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 05:59:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796f71c0

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  1 -
 dev-python/pytools/pytools-2022.1.13.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 2cfb122e37ba..e2c08a5025a1 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2022.1.13.tar.gz 71650 BLAKE2B 
d12a1081ae2dd063ff4bf04a8e364dc35730b89a1e937ff9a470d2c3a9a1f53f5eaa5eb328831f659f1db1f4e03d2522ad8a4126da67cc5b4ef3798589b4a309
 SHA512 
305c78659b2a32a3d64dbecd4ca2f860554690ec74455c3dfaf3c5434a3e37dfa9dd733d2e5a14736ef5a09bb2c923e7eedde6851e99472f87c849d005fd2e78
 DIST pytools-2022.1.14.tar.gz 74636 BLAKE2B 
5f3014c0adef3571c22b93c1dec1e4b49d48a0a0b9d320e7fa8f9712aaad04383222814770ab324b7d6e028d4b2a94698e6ea1f2f7fb89a654d7c8b371634dc7
 SHA512 
3e733d54176b135b69ac9c76ac7816463c5c874f3e1cede522ab2901250822c821fd325d0d2e5f2b124aeabb93386d8c68e3c6e1b11f6119bed7953ec80f9d4d

diff --git a/dev-python/pytools/pytools-2022.1.13.ebuild 
b/dev-python/pytools/pytools-2022.1.13.ebuild
deleted file mode 100644
index 1e06694cfde7..
--- a/dev-python/pytools/pytools-2022.1.13.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2023-02-16 Thread Sam James
commit: f13a32d7c40a255b447d60b633de1af5a417da5f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:48:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:48:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13a32d7

dev-python/pytools: Stabilize 2022.1.14 ALLARCHES, #894916

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.14.ebuild 
b/dev-python/pytools/pytools-2022.1.14.ebuild
index aac142b535c8..1e06694cfde7 100644
--- a/dev-python/pytools/pytools-2022.1.14.ebuild
+++ b/dev-python/pytools/pytools-2022.1.14.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-12-27 Thread Michał Górny
commit: 66a088864cf555d616cc33b90ebcfe76c9f8ca82
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 27 07:52:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 27 08:36:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a08886

dev-python/pytools: Bump to 2022.1.14

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.14.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 98ad67e431e3..2cfb122e37ba 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2022.1.13.tar.gz 71650 BLAKE2B 
d12a1081ae2dd063ff4bf04a8e364dc35730b89a1e937ff9a470d2c3a9a1f53f5eaa5eb328831f659f1db1f4e03d2522ad8a4126da67cc5b4ef3798589b4a309
 SHA512 
305c78659b2a32a3d64dbecd4ca2f860554690ec74455c3dfaf3c5434a3e37dfa9dd733d2e5a14736ef5a09bb2c923e7eedde6851e99472f87c849d005fd2e78
+DIST pytools-2022.1.14.tar.gz 74636 BLAKE2B 
5f3014c0adef3571c22b93c1dec1e4b49d48a0a0b9d320e7fa8f9712aaad04383222814770ab324b7d6e028d4b2a94698e6ea1f2f7fb89a654d7c8b371634dc7
 SHA512 
3e733d54176b135b69ac9c76ac7816463c5c874f3e1cede522ab2901250822c821fd325d0d2e5f2b124aeabb93386d8c68e3c6e1b11f6119bed7953ec80f9d4d

diff --git a/dev-python/pytools/pytools-2022.1.14.ebuild 
b/dev-python/pytools/pytools-2022.1.14.ebuild
new file mode 100644
index ..48afcbc4cb49
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.14.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-12-25 Thread Michał Górny
commit: 2ad1e04f3e63e92c7c0c5c01deb53f7172777310
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 25 17:46:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 25 17:49:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad1e04f

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  1 -
 dev-python/pytools/pytools-2022.1.12.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index ba866076571e..98ad67e431e3 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
 DIST pytools-2022.1.13.tar.gz 71650 BLAKE2B 
d12a1081ae2dd063ff4bf04a8e364dc35730b89a1e937ff9a470d2c3a9a1f53f5eaa5eb328831f659f1db1f4e03d2522ad8a4126da67cc5b4ef3798589b4a309
 SHA512 
305c78659b2a32a3d64dbecd4ca2f860554690ec74455c3dfaf3c5434a3e37dfa9dd733d2e5a14736ef5a09bb2c923e7eedde6851e99472f87c849d005fd2e78

diff --git a/dev-python/pytools/pytools-2022.1.12.ebuild 
b/dev-python/pytools/pytools-2022.1.12.ebuild
deleted file mode 100644
index 8a9239f4c385..
--- a/dev-python/pytools/pytools-2022.1.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-12-25 Thread Sam James
commit: b46ad8dc87c07402ce1ed686af1f8fa0e7050ab0
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 25 16:41:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 25 16:41:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46ad8dc

dev-python/pytools: Stabilize 2022.1.13 ALLARCHES, #888389

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.13.ebuild 
b/dev-python/pytools/pytools-2022.1.13.ebuild
index 48afcbc4cb49..8a9239f4c385 100644
--- a/dev-python/pytools/pytools-2022.1.13.ebuild
+++ b/dev-python/pytools/pytools-2022.1.13.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-11-19 Thread Michał Górny
commit: d665f81eb764ad674cbb2c7d10de10f47eba33bd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:20:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d665f81e

dev-python/pytools: Bump to 2022.1.13

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.13.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index fdca1384823b..ba866076571e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
+DIST pytools-2022.1.13.tar.gz 71650 BLAKE2B 
d12a1081ae2dd063ff4bf04a8e364dc35730b89a1e937ff9a470d2c3a9a1f53f5eaa5eb328831f659f1db1f4e03d2522ad8a4126da67cc5b4ef3798589b4a309
 SHA512 
305c78659b2a32a3d64dbecd4ca2f860554690ec74455c3dfaf3c5434a3e37dfa9dd733d2e5a14736ef5a09bb2c923e7eedde6851e99472f87c849d005fd2e78

diff --git a/dev-python/pytools/pytools-2022.1.13.ebuild 
b/dev-python/pytools/pytools-2022.1.13.ebuild
new file mode 100644
index ..48afcbc4cb49
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-07-25 Thread Sam James
commit: 493d1cb94a4717556e7d716ed0e107a7efa036af
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 04:44:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 04:44:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493d1cb9

dev-python/pytools: Keyword 2022.1.12 ppc64, #861020

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.12.ebuild 
b/dev-python/pytools/pytools-2022.1.12.ebuild
index 2b7be207348c..8a9239f4c385 100644
--- a/dev-python/pytools/pytools-2022.1.12.ebuild
+++ b/dev-python/pytools/pytools-2022.1.12.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~ppc64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-07-25 Thread Michał Górny
commit: 458a92f719489e63c1743fb2e02183e0ea8b0df6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 25 07:14:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 25 07:14:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458a92f7

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest |  3 ---
 dev-python/pytools/pytools-2022.1.10.ebuild | 34 -
 dev-python/pytools/pytools-2022.1.11.ebuild | 34 -
 dev-python/pytools/pytools-2022.1.9.ebuild  | 34 -
 4 files changed, 105 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bf156f2f9d6f..fdca1384823b 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1 @@
-DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
-DIST pytools-2022.1.11.tar.gz 70285 BLAKE2B 
65d88261aed8d96cef6a111e9ccf15d3f7c15a3bfd42d5cced7a6a13801b4d894b059f80aae5aa03e35ab23461e6e24341c7f1c9bbb23f4d130a448f52baabc9
 SHA512 
68c08320c15baa0d7e09baf13e311b4f4a354f59947a01753dad71fd239159d336186cf8bce66aa4b25c6404248d729b5de61ce29eca13e61fa6b48ad4fcc574
 DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
-DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.10.ebuild 
b/dev-python/pytools/pytools-2022.1.10.ebuild
deleted file mode 100644
index 099c6522be45..
--- a/dev-python/pytools/pytools-2022.1.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.11.ebuild 
b/dev-python/pytools/pytools-2022.1.11.ebuild
deleted file mode 100644
index 099c6522be45..
--- a/dev-python/pytools/pytools-2022.1.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild 
b/dev-python/pytools/pytools-2022.1.9.ebuild
deleted file mode 100644
index 2b7be207348c..
--- a/dev-python/pytools/pytools-2022.1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='sqlite'
-
-inheri

[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-07-25 Thread Agostino Sarubbo
commit: 6e0bd747c63bb746c362a6e14bd8b1f09dcbae9d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 25 07:04:48 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 25 07:04:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0bd747

dev-python/pytools: amd64 stable (ALLARCHES policy) wrt bug #860684

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.12.ebuild 
b/dev-python/pytools/pytools-2022.1.12.ebuild
index 099c6522be45..2b7be207348c 100644
--- a/dev-python/pytools/pytools-2022.1.12.ebuild
+++ b/dev-python/pytools/pytools-2022.1.12.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-26 Thread Arthur Zamarin
commit: 9bb887f7855183a32e4f95194f57b164282c035e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun 26 16:36:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun 26 16:36:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb887f7

dev-python/pytools: add 2022.1.12

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.12.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index f2948a1a3c1a..bf156f2f9d6f 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
 DIST pytools-2022.1.11.tar.gz 70285 BLAKE2B 
65d88261aed8d96cef6a111e9ccf15d3f7c15a3bfd42d5cced7a6a13801b4d894b059f80aae5aa03e35ab23461e6e24341c7f1c9bbb23f4d130a448f52baabc9
 SHA512 
68c08320c15baa0d7e09baf13e311b4f4a354f59947a01753dad71fd239159d336186cf8bce66aa4b25c6404248d729b5de61ce29eca13e61fa6b48ad4fcc574
+DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
 DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.12.ebuild 
b/dev-python/pytools/pytools-2022.1.12.ebuild
new file mode 100644
index ..099c6522be45
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-22 Thread Arthur Zamarin
commit: d30e5bec6515ed8a03d1eb9e90298106d6d9a93d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 22 16:51:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 22 16:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30e5bec

dev-python/pytools: add 2022.1.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.11.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 215f43d7be1a..f2948a1a3c1a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
+DIST pytools-2022.1.11.tar.gz 70285 BLAKE2B 
65d88261aed8d96cef6a111e9ccf15d3f7c15a3bfd42d5cced7a6a13801b4d894b059f80aae5aa03e35ab23461e6e24341c7f1c9bbb23f4d130a448f52baabc9
 SHA512 
68c08320c15baa0d7e09baf13e311b4f4a354f59947a01753dad71fd239159d336186cf8bce66aa4b25c6404248d729b5de61ce29eca13e61fa6b48ad4fcc574
 DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.11.ebuild 
b/dev-python/pytools/pytools-2022.1.11.ebuild
new file mode 100644
index ..099c6522be45
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-22 Thread Michał Górny
commit: 4af27f10e81f8d1ec67bfd71497696a57983f6d1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 11:40:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 11:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af27f10

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2022.1.7.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 5ccf587813b2..215f43d7be1a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,2 @@
 DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
-DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db
 DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.7.ebuild 
b/dev-python/pytools/pytools-2022.1.7.ebuild
deleted file mode 100644
index 84c6ba7f7f08..
--- a/dev-python/pytools/pytools-2022.1.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-   https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools/
-   https://pypi.org/project/pytools/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-22 Thread Agostino Sarubbo
commit: 5fde6723febcd2fa659b7270db4b85c7540664b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 10:08:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 10:08:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fde6723

dev-python/pytools: amd64 stable (ALLARCHES policy) wrt bug #853421

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild 
b/dev-python/pytools/pytools-2022.1.9.ebuild
index 099c6522be45..2b7be207348c 100644
--- a/dev-python/pytools/pytools-2022.1.9.ebuild
+++ b/dev-python/pytools/pytools-2022.1.9.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # NB: numpy is now an "extra" (optional) dep -- we can remove it from
 # RDEPEND If revdeps don't need it



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-19 Thread Michał Górny
commit: a2405ed4ff8ba3cc37ee4f7236e49f5d079f3a26
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 20 05:29:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 20 06:22:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2405ed4

dev-python/pytools: Bump to 2022.1.10

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.10.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 75e04b2d1125..5ccf587813b2 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
+DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B 
bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609
 SHA512 
6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
 DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db
 DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.10.ebuild 
b/dev-python/pytools/pytools-2022.1.10.ebuild
new file mode 100644
index ..099c6522be45
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-06-04 Thread Michał Górny
commit: 61f5f3f8b2ee51629d5988746897e58526a2e7d4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 05:47:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 05:47:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f5f3f8

dev-python/pytools: Add python@ as co-maint.

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

 dev-python/pytools/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pytools/metadata.xml b/dev-python/pytools/metadata.xml
index 050c3f2146be..7a972bc64a8f 100644
--- a/dev-python/pytools/metadata.xml
+++ b/dev-python/pytools/metadata.xml
@@ -5,6 +5,10 @@
mare...@gentoo.org
Marek Szuba

+   
+   pyt...@gentoo.org
+   Python
+   


pytools



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-30 Thread Marek Szuba
commit: 6c6f18bcec9ea1adf8692ae8895a37ced7667476
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon May 30 10:31:28 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon May 30 10:42:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6f18bc

dev-python/pytools: enable py3.11

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild 
b/dev-python/pytools/pytools-2022.1.9.ebuild
index 268f1db9af33..099c6522be45 100644
--- a/dev-python/pytools/pytools-2022.1.9.ebuild
+++ b/dev-python/pytools/pytools-2022.1.9.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-21 Thread Michał Górny
commit: 72fe75876b9c207a581a7e2baae8ab104cf31496
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 19:23:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 19:25:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fe7587

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest   |  5 -
 dev-python/pytools/pytools-2022.1.3-r1.ebuild | 29 
 dev-python/pytools/pytools-2022.1.4.ebuild| 29 
 dev-python/pytools/pytools-2022.1.5.ebuild| 29 
 dev-python/pytools/pytools-2022.1.6.ebuild| 32 ---
 dev-python/pytools/pytools-2022.1.8.ebuild| 32 ---
 6 files changed, 156 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index ecae2e22fa5e..75e04b2d1125 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,7 +1,2 @@
-DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
-DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c
-DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea258240985b2e112baef3505286cc21d9917a4c80ceee04bd9efd916c455dd58c696f92c03d59b056804809a1df26e743
 SHA512 
85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02
-DIST pytools-2022.1.6.tar.gz 68918 BLAKE2B 
ddbc2b4956aa820c811dd04ea6297455837d388c6aae46b73a934086014aa58633777a2647ea1aa8c13d61f2aa95f36b836d1f98104a926cdfd12402c6456410
 SHA512 
9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d
 DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db
-DIST pytools-2022.1.8.tar.gz 69637 BLAKE2B 
34d9c042f4314b27f00ada0bfefb6bbd9ee8f91b54c4eb5b84bcc4903b88f4a9b4bbd88b84d71487686f29edb9f8e13d731eb04cbfae90b12aba8750499bd65f
 SHA512 
eef882303ecd7b7a9fb6669eaf6d70cb0ede5860e5011a4a5873df1ef9694e4726c70c61e614a48c007052e42bdd0b762aacefc8547969e8babecc3c19c95b5c
 DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.3-r1.ebuild 
b/dev-python/pytools/pytools-2022.1.3-r1.ebuild
deleted file mode 100644
index 58f62d1e8b8f..
--- a/dev-python/pytools/pytools-2022.1.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.4.ebuild 
b/dev-python/pytools/pytools-2022.1.4.ebuild
deleted file mode 100644
index c12bd0efdfc5..
--- a/dev-python/pytools/pytools-2022.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/
-   https://github.com/inducer/pytools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="

[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-21 Thread Jakov Smolić
commit: c0edd5e201250dc31ee50ee004b085fae35b1c54
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 21 17:34:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 21 17:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0edd5e2

dev-python/pytools: Stabilize 2022.1.7 ALLARCHES, #846722

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

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

diff --git a/dev-python/pytools/pytools-2022.1.7.ebuild 
b/dev-python/pytools/pytools-2022.1.7.ebuild
index acc0a57c8b2d..84c6ba7f7f08 100644
--- a/dev-python/pytools/pytools-2022.1.7.ebuild
+++ b/dev-python/pytools/pytools-2022.1.7.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-20 Thread Michał Górny
commit: 60548688b4f4d33cefa7ac3fa689f88a4027caa9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 05:28:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 06:47:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60548688

dev-python/pytools: Bump to 2022.1.9

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.9.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 4071c197e85a..ecae2e22fa5e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -4,3 +4,4 @@ DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea25824
 DIST pytools-2022.1.6.tar.gz 68918 BLAKE2B 
ddbc2b4956aa820c811dd04ea6297455837d388c6aae46b73a934086014aa58633777a2647ea1aa8c13d61f2aa95f36b836d1f98104a926cdfd12402c6456410
 SHA512 
9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d
 DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db
 DIST pytools-2022.1.8.tar.gz 69637 BLAKE2B 
34d9c042f4314b27f00ada0bfefb6bbd9ee8f91b54c4eb5b84bcc4903b88f4a9b4bbd88b84d71487686f29edb9f8e13d731eb04cbfae90b12aba8750499bd65f
 SHA512 
eef882303ecd7b7a9fb6669eaf6d70cb0ede5860e5011a4a5873df1ef9694e4726c70c61e614a48c007052e42bdd0b762aacefc8547969e8babecc3c19c95b5c
+DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 
12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347
 SHA512 
242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild 
b/dev-python/pytools/pytools-2022.1.9.ebuild
new file mode 100644
index ..268f1db9af33
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-20 Thread Michał Górny
commit: 835bae63c02367ded87cfcded240823aeb3ff366
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 20 07:10:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 20 08:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835bae63

dev-python/pytools: Bump to 2022.1.8

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.8.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index ab76bc36c691..4071c197e85a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -3,3 +3,4 @@ DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49
 DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea258240985b2e112baef3505286cc21d9917a4c80ceee04bd9efd916c455dd58c696f92c03d59b056804809a1df26e743
 SHA512 
85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02
 DIST pytools-2022.1.6.tar.gz 68918 BLAKE2B 
ddbc2b4956aa820c811dd04ea6297455837d388c6aae46b73a934086014aa58633777a2647ea1aa8c13d61f2aa95f36b836d1f98104a926cdfd12402c6456410
 SHA512 
9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d
 DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db
+DIST pytools-2022.1.8.tar.gz 69637 BLAKE2B 
34d9c042f4314b27f00ada0bfefb6bbd9ee8f91b54c4eb5b84bcc4903b88f4a9b4bbd88b84d71487686f29edb9f8e13d731eb04cbfae90b12aba8750499bd65f
 SHA512 
eef882303ecd7b7a9fb6669eaf6d70cb0ede5860e5011a4a5873df1ef9694e4726c70c61e614a48c007052e42bdd0b762aacefc8547969e8babecc3c19c95b5c

diff --git a/dev-python/pytools/pytools-2022.1.8.ebuild 
b/dev-python/pytools/pytools-2022.1.8.ebuild
new file mode 100644
index ..acc0a57c8b2d
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-05-05 Thread Arthur Zamarin
commit: 6f889dd790ea13e997a988642a220ed1f1b7f1cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  5 06:57:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  5 07:08:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f889dd7

dev-python/pytools: add 2022.1.7

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.7.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index fa261662598e..ab76bc36c691 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -2,3 +2,4 @@ DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2d
 DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c
 DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea258240985b2e112baef3505286cc21d9917a4c80ceee04bd9efd916c455dd58c696f92c03d59b056804809a1df26e743
 SHA512 
85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02
 DIST pytools-2022.1.6.tar.gz 68918 BLAKE2B 
ddbc2b4956aa820c811dd04ea6297455837d388c6aae46b73a934086014aa58633777a2647ea1aa8c13d61f2aa95f36b836d1f98104a926cdfd12402c6456410
 SHA512 
9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d
+DIST pytools-2022.1.7.tar.gz 69154 BLAKE2B 
cba04b4033b1910ad0946f650a6e5ab94c0802375eb27575ce56a838a6c62c541f5ed6f80842b2b42c7001a6d1bbf0379aff559110e07862e24e60d60aa2a619
 SHA512 
9b96aded94604848e9e8784ecdd09aa1fd99a33005ac4840f9a33a5e059895193967060e9e9eb37281a8b8ebae5c9867671109137685492c03492efe672302db

diff --git a/dev-python/pytools/pytools-2022.1.7.ebuild 
b/dev-python/pytools/pytools-2022.1.7.ebuild
new file mode 100644
index ..acc0a57c8b2d
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-28 Thread Michał Górny
commit: 22da8a9d289f39b07d4dbad0c2a9c95dd8589faf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 28 18:40:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 28 18:48:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22da8a9d

dev-python/pytools: Bump to 2022.1.6

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.6.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 7a8767c35110..fa261662598e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
 DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c
 DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea258240985b2e112baef3505286cc21d9917a4c80ceee04bd9efd916c455dd58c696f92c03d59b056804809a1df26e743
 SHA512 
85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02
+DIST pytools-2022.1.6.tar.gz 68918 BLAKE2B 
ddbc2b4956aa820c811dd04ea6297455837d388c6aae46b73a934086014aa58633777a2647ea1aa8c13d61f2aa95f36b836d1f98104a926cdfd12402c6456410
 SHA512 
9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d

diff --git a/dev-python/pytools/pytools-2022.1.6.ebuild 
b/dev-python/pytools/pytools-2022.1.6.ebuild
new file mode 100644
index ..acc0a57c8b2d
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-26 Thread Michał Górny
commit: 4b5c90fe57b75276f7c7cceb3e71ab399d666957
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 08:33:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 09:59:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5c90fe

dev-python/pytools: Bump to 2022.1.5

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index a7539bdd6512..7a8767c35110 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
 DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c
+DIST pytools-2022.1.5.tar.gz 68877 BLAKE2B 
f25bf60d4bb927f3b1cfb6535704a0ea258240985b2e112baef3505286cc21d9917a4c80ceee04bd9efd916c455dd58c696f92c03d59b056804809a1df26e743
 SHA512 
85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02

diff --git a/dev-python/pytools/pytools-2022.1.5.ebuild 
b/dev-python/pytools/pytools-2022.1.5.ebuild
new file mode 100644
index ..3fb4bfc6e6cf
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-19 Thread Michał Górny
commit: 59485b7def4f83aaeacbc8dc0f574829ce9a8dc4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 19 14:00:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 19 16:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59485b7d

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2022.1.1.ebuild | 25 -
 dev-python/pytools/pytools-2022.1.2.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 85650ba1eb55..a7539bdd6512 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
-DIST pytools-2022.1.2.tar.gz 67910 BLAKE2B 
7c8cb65ae2ce5a790a2f5985c9d464d156ea49e9d8f17d5ff1bb456fc9d8f297fc2aa738aeadab45b472c08ced4995de487a6d59f1cb62aeb92a783b01292f6c
 SHA512 
eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9
 DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
 DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c

diff --git a/dev-python/pytools/pytools-2022.1.1.ebuild 
b/dev-python/pytools/pytools-2022.1.1.ebuild
deleted file mode 100644
index 02db777459d3..
--- a/dev-python/pytools/pytools-2022.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.2.ebuild 
b/dev-python/pytools/pytools-2022.1.2.ebuild
deleted file mode 100644
index d5c96e8e218e..
--- a/dev-python/pytools/pytools-2022.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-19 Thread Jakov Smolić
commit: 3bc6481b371073bfade0870f14a5c7f04a3685e6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 13:44:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 13:44:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc6481b

dev-python/pytools: Stabilize 2022.1.3-r1 ALLARCHES, #839459

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

 dev-python/pytools/pytools-2022.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytools/pytools-2022.1.3-r1.ebuild 
b/dev-python/pytools/pytools-2022.1.3-r1.ebuild
index c12bd0efdfc5..58f62d1e8b8f 100644
--- a/dev-python/pytools/pytools-2022.1.3-r1.ebuild
+++ b/dev-python/pytools/pytools-2022.1.3-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-19 Thread Michał Górny
commit: 7840f3adb243f0a6a61d945a62a924b8e3540a33
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 19 08:20:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 19 08:45:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7840f3ad

dev-python/pytools: Bump to 2022.1.4

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.4.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 6c9820142e33..85650ba1eb55 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
 DIST pytools-2022.1.2.tar.gz 67910 BLAKE2B 
7c8cb65ae2ce5a790a2f5985c9d464d156ea49e9d8f17d5ff1bb456fc9d8f297fc2aa738aeadab45b472c08ced4995de487a6d59f1cb62aeb92a783b01292f6c
 SHA512 
eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9
 DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
+DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 
27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736
 SHA512 
feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c

diff --git a/dev-python/pytools/pytools-2022.1.4.ebuild 
b/dev-python/pytools/pytools-2022.1.4.ebuild
new file mode 100644
index ..c12bd0efdfc5
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-08 Thread Michał Górny
commit: 2cf50d70efb80d34442dff1fb67f971ab78f7157
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  8 07:21:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  8 07:33:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf50d70

dev-python/pytools: Add typing-extensions dep

Closes: https://bugs.gentoo.org/837218
Signed-off-by: Michał Górny  gentoo.org>

 .../pytools/{pytools-2022.1.3.ebuild => pytools-2022.1.3-r1.ebuild}| 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pytools/pytools-2022.1.3.ebuild 
b/dev-python/pytools/pytools-2022.1.3-r1.ebuild
similarity index 87%
rename from dev-python/pytools/pytools-2022.1.3.ebuild
rename to dev-python/pytools/pytools-2022.1.3-r1.ebuild
index 85877eabd313..c12bd0efdfc5 100644
--- a/dev-python/pytools/pytools-2022.1.3.ebuild
+++ b/dev-python/pytools/pytools-2022.1.3-r1.ebuild
@@ -21,6 +21,9 @@ KEYWORDS="~amd64"
 RDEPEND="
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
 "
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-04-07 Thread Arthur Zamarin
commit: 588f33cb02cdc3e92111c78463bbd6f09cb14807
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr  7 16:59:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  7 16:59:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588f33cb

dev-python/pytools: add 2022.1.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index fac74b31472e..6c9820142e33 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
 DIST pytools-2022.1.2.tar.gz 67910 BLAKE2B 
7c8cb65ae2ce5a790a2f5985c9d464d156ea49e9d8f17d5ff1bb456fc9d8f297fc2aa738aeadab45b472c08ced4995de487a6d59f1cb62aeb92a783b01292f6c
 SHA512 
eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9
+DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 
49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0
 SHA512 
d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33

diff --git a/dev-python/pytools/pytools-2022.1.3.ebuild 
b/dev-python/pytools/pytools-2022.1.3.ebuild
new file mode 100644
index ..85877eabd313
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-03-26 Thread Marek Szuba
commit: 0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Mar 26 21:53:26 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Mar 26 22:31:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd1333c

dev-python/pytools: drop 

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/pytools/pytools-.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-.ebuild
deleted file mode 100644
index 2bd2c25235ec..
--- a/dev-python/pytools/pytools-.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-EGIT_REPO_URI="https://github.com/inducer/pytools";
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-03-18 Thread Michał Górny
commit: 0f36a4852d358bad60823a4fafb0cdcd044d3a74
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 08:45:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 10:08:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f36a485

dev-python/pytools: Bump to 2022.1.2

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 1beeec2952e0..fac74b31472e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
+DIST pytools-2022.1.2.tar.gz 67910 BLAKE2B 
7c8cb65ae2ce5a790a2f5985c9d464d156ea49e9d8f17d5ff1bb456fc9d8f297fc2aa738aeadab45b472c08ced4995de487a6d59f1cb62aeb92a783b01292f6c
 SHA512 
eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9

diff --git a/dev-python/pytools/pytools-2022.1.2.ebuild 
b/dev-python/pytools/pytools-2022.1.2.ebuild
new file mode 100644
index ..d5c96e8e218e
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-03-16 Thread Michał Górny
commit: d215000d67ade317f6b3b5b81b2eff002baf1a76
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 16 08:08:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 16 08:08:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d215000d

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2021.2.9.ebuild | 24 
 dev-python/pytools/pytools-2022.1.ebuild   | 25 -
 3 files changed, 51 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index c5ed25a76ae9..1beeec2952e0 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1 @@
-DIST pytools-2021.2.9.tar.gz 66254 BLAKE2B 
576e10a1ab823827d030466a2f39ec5510c02a856288d840904a5d3b612191d2a108393fc9a73072b8757e7729b4ead84829805e8913e4c54949465594ac8842
 SHA512 
1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d
 DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
-DIST pytools-2022.1.tar.gz 67423 BLAKE2B 
d560792c66840d16e6ee75033fa01333fd4f390970ed0d1b88d0b242f735066f7c008827af503fc0915838f005e7916c31deb1a96deda2e5fdcadd46445d91f0
 SHA512 
91ebd602f5b7c26b31b16fcf22ba40544a691908a13e6b635a27ff2094ae386e49d1f6c1f03c5bfd7fbeb6e5f238b642ce9faf26afad094ba9b826d14a5f39be

diff --git a/dev-python/pytools/pytools-2021.2.9.ebuild 
b/dev-python/pytools/pytools-2021.2.9.ebuild
deleted file mode 100644
index 2ddbc8355127..
--- a/dev-python/pytools/pytools-2021.2.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.ebuild 
b/dev-python/pytools/pytools-2022.1.ebuild
deleted file mode 100644
index d5c96e8e218e..
--- a/dev-python/pytools/pytools-2022.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-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} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-03-15 Thread Jakov Smolić
commit: bc2aff98df26574011764ceb1c8f95814db7f4b7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 18:30:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 18:30:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2aff98

dev-python/pytools: Stabilize 2022.1.1 ALLARCHES, #835277

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

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

diff --git a/dev-python/pytools/pytools-2022.1.1.ebuild 
b/dev-python/pytools/pytools-2022.1.1.ebuild
index d5c96e8e218e..02db777459d3 100644
--- a/dev-python/pytools/pytools-2022.1.1.ebuild
+++ b/dev-python/pytools/pytools-2022.1.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-03-09 Thread Arthur Zamarin
commit: be86804f8c5351ade4ced55ad9e914bc606951ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar  9 19:59:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 20:06:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be86804f

dev-python/pytools: add 2022.1.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2022.1.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 8d774e451c31..c5ed25a76ae9 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2021.2.9.tar.gz 66254 BLAKE2B 
576e10a1ab823827d030466a2f39ec5510c02a856288d840904a5d3b612191d2a108393fc9a73072b8757e7729b4ead84829805e8913e4c54949465594ac8842
 SHA512 
1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d
+DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 
915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d
 SHA512 
6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
 DIST pytools-2022.1.tar.gz 67423 BLAKE2B 
d560792c66840d16e6ee75033fa01333fd4f390970ed0d1b88d0b242f735066f7c008827af503fc0915838f005e7916c31deb1a96deda2e5fdcadd46445d91f0
 SHA512 
91ebd602f5b7c26b31b16fcf22ba40544a691908a13e6b635a27ff2094ae386e49d1f6c1f03c5bfd7fbeb6e5f238b642ce9faf26afad094ba9b826d14a5f39be

diff --git a/dev-python/pytools/pytools-2022.1.1.ebuild 
b/dev-python/pytools/pytools-2022.1.1.ebuild
new file mode 100644
index ..d5c96e8e218e
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2022-02-10 Thread Michał Górny
commit: 95d4cb2932fd959e0ccbf44ae23cfffa03175369
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 22:56:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 23:56:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d4cb29

dev-python/pytools: Bump to 2022.1

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

 dev-python/pytools/Manifest  |  1 +
 dev-python/pytools/pytools-2022.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 066ca0bb7918..8d774e451c31 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2021.2.9.tar.gz 66254 BLAKE2B 
576e10a1ab823827d030466a2f39ec5510c02a856288d840904a5d3b612191d2a108393fc9a73072b8757e7729b4ead84829805e8913e4c54949465594ac8842
 SHA512 
1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d
+DIST pytools-2022.1.tar.gz 67423 BLAKE2B 
d560792c66840d16e6ee75033fa01333fd4f390970ed0d1b88d0b242f735066f7c008827af503fc0915838f005e7916c31deb1a96deda2e5fdcadd46445d91f0
 SHA512 
91ebd602f5b7c26b31b16fcf22ba40544a691908a13e6b635a27ff2094ae386e49d1f6c1f03c5bfd7fbeb6e5f238b642ce9faf26afad094ba9b826d14a5f39be

diff --git a/dev-python/pytools/pytools-2022.1.ebuild 
b/dev-python/pytools/pytools-2022.1.ebuild
new file mode 100644
index ..d5c96e8e218e
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-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} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-12-02 Thread Michał Górny
commit: 7df7c4cec84faf2ad5ec6f1bc12c5d7f8154d633
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  2 09:39:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  2 09:39:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df7c4ce

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2021.2.8.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 186530444eac..066ca0bb7918 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 
975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2
 SHA512 
9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8
 DIST pytools-2021.2.9.tar.gz 66254 BLAKE2B 
576e10a1ab823827d030466a2f39ec5510c02a856288d840904a5d3b612191d2a108393fc9a73072b8757e7729b4ead84829805e8913e4c54949465594ac8842
 SHA512 
1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d

diff --git a/dev-python/pytools/pytools-2021.2.8.ebuild 
b/dev-python/pytools/pytools-2021.2.8.ebuild
deleted file mode 100644
index 2ddbc8355127..
--- a/dev-python/pytools/pytools-2021.2.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-12-02 Thread Jakov Smolić
commit: 33756800ce7fc493861dbecd324e74028402097d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Dec  2 08:54:21 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Dec  2 08:54:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33756800

dev-python/pytools: Stabilize 2021.2.9 ALLARCHES, #827994

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

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

diff --git a/dev-python/pytools/pytools-2021.2.9.ebuild 
b/dev-python/pytools/pytools-2021.2.9.ebuild
index 5400173d9dde..2ddbc8355127 100644
--- a/dev-python/pytools/pytools-2021.2.9.ebuild
+++ b/dev-python/pytools/pytools-2021.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-11-01 Thread Michał Górny
commit: 5bec8f34a1e7efd9a034b3049d4a98be9d8a1ea6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  2 06:34:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  2 06:34:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bec8f34

dev-python/pytools: Bump to 2021.2.9

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.9.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 03624812c8f..186530444ea 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 
975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2
 SHA512 
9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8
+DIST pytools-2021.2.9.tar.gz 66254 BLAKE2B 
576e10a1ab823827d030466a2f39ec5510c02a856288d840904a5d3b612191d2a108393fc9a73072b8757e7729b4ead84829805e8913e4c54949465594ac8842
 SHA512 
1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d

diff --git a/dev-python/pytools/pytools-2021.2.9.ebuild 
b/dev-python/pytools/pytools-2021.2.9.ebuild
new file mode 100644
index 000..5400173d9dd
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-09-18 Thread Michał Górny
commit: f599da21b8d52b41e7f6169044d2df85a3dd2461
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 18 17:54:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 18 19:43:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f599da21

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2021.2.7.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 70a20ed250a..03624812c8f 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 
0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a
 SHA512 
284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426
 DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 
975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2
 SHA512 
9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8

diff --git a/dev-python/pytools/pytools-2021.2.7.ebuild 
b/dev-python/pytools/pytools-2021.2.7.ebuild
deleted file mode 100644
index f4501474829..000
--- a/dev-python/pytools/pytools-2021.2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-09-18 Thread Sam James
commit: 237a48d0a1625e63793d7552463a3df5e6dd9b9f
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 17:16:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 17:16:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237a48d0

dev-python/pytools: Stabilize 2021.2.8 ALLARCHES, #813573

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2021.2.8.ebuild 
b/dev-python/pytools/pytools-2021.2.8.ebuild
index 5400173d9dd..2ddbc835512 100644
--- a/dev-python/pytools/pytools-2021.2.8.ebuild
+++ b/dev-python/pytools/pytools-2021.2.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-08-15 Thread Michał Górny
commit: 8772ee1ec62e14307c58a6313aa8498ef95f4d69
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 05:28:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 05:39:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8772ee1e

dev-python/pytools: Bump to 2021.2.8

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

 dev-python/pytools/Manifest  |  1 +
 .../{pytools-.ebuild => pytools-2021.2.8.ebuild} | 16 
 dev-python/pytools/pytools-.ebuild   | 11 +--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 3170a438766..70a20ed250a 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 
0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a
 SHA512 
284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426
+DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 
975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2
 SHA512 
9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-2021.2.8.ebuild
similarity index 54%
copy from dev-python/pytools/pytools-.ebuild
copy to dev-python/pytools/pytools-2021.2.8.ebuild
index 17a4d2a8999..5400173d9dd 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-2021.2.8.ebuild
@@ -1,24 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Collection of tools missing from the Python standard library"
 HOMEPAGE="https://mathema.tician.de/software/pytools/";
-EGIT_REPO_URI="https://github.com/inducer/pytools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
-RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]"
+"
 
 distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-.ebuild
index 17a4d2a8999..2bd2c25235e 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1 git-r3
 
@@ -16,9 +15,9 @@ EGIT_REPO_URI="https://github.com/inducer/pytools";
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]"
+"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-07-02 Thread Michał Górny
commit: ca01844bdcd6726be96567cddaaba42f38c8a356
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:28:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:28:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca01844b

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2021.2.6.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 1b096a4ecff..3170a438766 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
-DIST pytools-2021.2.6.tar.gz 63630 BLAKE2B 
a94420134688514f5a27c85aedb3655e507ca37b30e0db81656e9c1597b2527f55e534b777d97daef889ed496766718bd42c1e6193ac62d45ec90e9305a91959
 SHA512 
378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0
 DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 
0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a
 SHA512 
284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426

diff --git a/dev-python/pytools/pytools-2021.2.6.ebuild 
b/dev-python/pytools/pytools-2021.2.6.ebuild
deleted file mode 100644
index f4501474829..000
--- a/dev-python/pytools/pytools-2021.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-07-02 Thread Agostino Sarubbo
commit: 309d720d9c8fae30f1d5fa425e42f57480ceb332
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:15:06 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309d720d

dev-python/pytools: amd64 stable (ALLARCHES policy) wrt bug #800037

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2021.2.7.ebuild 
b/dev-python/pytools/pytools-2021.2.7.ebuild
index 6f643faacf9..f4501474829 100644
--- a/dev-python/pytools/pytools-2021.2.7.ebuild
+++ b/dev-python/pytools/pytools-2021.2.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-05-30 Thread Michał Górny
commit: 008d8fc387c53971eb6a27a1b82f1c7a12555d63
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 06:26:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 06:39:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008d8fc3

dev-python/pytools: Bump to 2021.2.7

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bf514350ea7..1b096a4ecff 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2021.2.6.tar.gz 63630 BLAKE2B 
a94420134688514f5a27c85aedb3655e507ca37b30e0db81656e9c1597b2527f55e534b777d97daef889ed496766718bd42c1e6193ac62d45ec90e9305a91959
 SHA512 
378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0
+DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 
0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a
 SHA512 
284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426

diff --git a/dev-python/pytools/pytools-2021.2.7.ebuild 
b/dev-python/pytools/pytools-2021.2.7.ebuild
new file mode 100644
index 000..6f643faacf9
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-05-14 Thread Marek Szuba
commit: 292acdd4c343c5d46fa7881405ed76702103fba2
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri May 14 21:42:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat May 15 00:36:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292acdd4

dev-python/pytools: support python3_10

Builds, tests and installs fine.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/pytools/pytools-2021.2.6.ebuild | 2 +-
 dev-python/pytools/pytools-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytools/pytools-2021.2.6.ebuild 
b/dev-python/pytools/pytools-2021.2.6.ebuild
index 9c2cc4d5906..f4501474829 100644
--- a/dev-python/pytools/pytools-2021.2.6.ebuild
+++ b/dev-python/pytools/pytools-2021.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-.ebuild
index 618ec9fc5a6..17a4d2a8999 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE='sqlite'
 DISTUTILS_USE_SETUPTOOLS=bdepend
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-05-06 Thread Michał Górny
commit: 3d1c5c5128ce20bf8a24dfde467ac704a4dbd35f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 07:20:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 07:33:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1c5c51

dev-python/pytools: Remove old (py3.7)

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

 dev-python/pytools/Manifest  |  1 -
 dev-python/pytools/pytools-2021.2.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index b680345f56e..bf514350ea7 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1 @@
 DIST pytools-2021.2.6.tar.gz 63630 BLAKE2B 
a94420134688514f5a27c85aedb3655e507ca37b30e0db81656e9c1597b2527f55e534b777d97daef889ed496766718bd42c1e6193ac62d45ec90e9305a91959
 SHA512 
378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0
-DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.ebuild 
b/dev-python/pytools/pytools-2021.2.ebuild
deleted file mode 100644
index eb6bfba89b5..000
--- a/dev-python/pytools/pytools-2021.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-05-05 Thread Agostino Sarubbo
commit: 643058f4540555116b8fcff95648308f1091da84
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  6 06:53:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  6 06:54:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643058f4

dev-python/pytools: amd64 stable (ALLARCHES policy) wrt bug #786072

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2021.2.6.ebuild 
b/dev-python/pytools/pytools-2021.2.6.ebuild
index f35ef878b07..9c2cc4d5906 100644
--- a/dev-python/pytools/pytools-2021.2.6.ebuild
+++ b/dev-python/pytools/pytools-2021.2.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-27 Thread Marek Szuba
commit: 44335007dabf8786cb8588991d22c9fb25fba32b
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Apr 27 10:31:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Apr 27 11:04:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44335007

dev-python/pytools: drop 2021.2.1, 2021.2.3, 2021.2.5

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/pytools/Manifest|  3 ---
 dev-python/pytools/pytools-2021.2.1.ebuild | 25 -
 dev-python/pytools/pytools-2021.2.3.ebuild | 24 
 dev-python/pytools/pytools-2021.2.5.ebuild | 24 
 4 files changed, 76 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 79dd7f74063..b680345f56e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,5 +1,2 @@
-DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
-DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
-DIST pytools-2021.2.5.tar.gz 63488 BLAKE2B 
e7e40546c9507ee7b356a898b7de98730f002bcbcb45ddf266caa2f2001a51d56e1b750215c1b1e37b216486d6d1773ee495e59bcf52b781db0c1e991c77113b
 SHA512 
c2f687b043c6c9ef66988a42bb4cce07608594e206f4b8e3ecda9bfb91a725d2a67533a70fe14b1985c933c6065a78fb73492a1739aca526701236fc6d833b2b
 DIST pytools-2021.2.6.tar.gz 63630 BLAKE2B 
a94420134688514f5a27c85aedb3655e507ca37b30e0db81656e9c1597b2527f55e534b777d97daef889ed496766718bd42c1e6193ac62d45ec90e9305a91959
 SHA512 
378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.1.ebuild 
b/dev-python/pytools/pytools-2021.2.1.ebuild
deleted file mode 100644
index c055f9dd4ed..000
--- a/dev-python/pytools/pytools-2021.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2021.2.3.ebuild 
b/dev-python/pytools/pytools-2021.2.3.ebuild
deleted file mode 100644
index f35ef878b07..000
--- a/dev-python/pytools/pytools-2021.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2021.2.5.ebuild 
b/dev-python/pytools/pytools-2021.2.5.ebuild
deleted file mode 100644
index f35ef878b07..000
--- a/dev-python/pytools/pytools-2021.2.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-25 Thread Michał Górny
commit: c3c8a18601da0c69acc57fb3def65cadc618273d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 25 21:28:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 25 21:58:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c8a186

dev-python/pytools: Bump to 2021.2.6

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.6.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bdd69314d25..79dd7f74063 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,5 @@
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
 DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
 DIST pytools-2021.2.5.tar.gz 63488 BLAKE2B 
e7e40546c9507ee7b356a898b7de98730f002bcbcb45ddf266caa2f2001a51d56e1b750215c1b1e37b216486d6d1773ee495e59bcf52b781db0c1e991c77113b
 SHA512 
c2f687b043c6c9ef66988a42bb4cce07608594e206f4b8e3ecda9bfb91a725d2a67533a70fe14b1985c933c6065a78fb73492a1739aca526701236fc6d833b2b
+DIST pytools-2021.2.6.tar.gz 63630 BLAKE2B 
a94420134688514f5a27c85aedb3655e507ca37b30e0db81656e9c1597b2527f55e534b777d97daef889ed496766718bd42c1e6193ac62d45ec90e9305a91959
 SHA512 
378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.6.ebuild 
b/dev-python/pytools/pytools-2021.2.6.ebuild
new file mode 100644
index 000..f35ef878b07
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-24 Thread Michał Górny
commit: 1bc109112729fd22b1caa1b736e09461fcaff2e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 24 06:21:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 24 09:04:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc10911

dev-python/pytools: Bump to 2021.2.5

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index b80450dde1b..bdd69314d25 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
 DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
+DIST pytools-2021.2.5.tar.gz 63488 BLAKE2B 
e7e40546c9507ee7b356a898b7de98730f002bcbcb45ddf266caa2f2001a51d56e1b750215c1b1e37b216486d6d1773ee495e59bcf52b781db0c1e991c77113b
 SHA512 
c2f687b043c6c9ef66988a42bb4cce07608594e206f4b8e3ecda9bfb91a725d2a67533a70fe14b1985c933c6065a78fb73492a1739aca526701236fc6d833b2b
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.5.ebuild 
b/dev-python/pytools/pytools-2021.2.5.ebuild
new file mode 100644
index 000..f35ef878b07
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-12 Thread Michał Górny
commit: e9174adbb6a93e19db9578df8b6c15ec8b4d0cae
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 12 16:10:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 12 16:17:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9174adb

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  1 -
 dev-python/pytools/pytools-2021.1.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 647a607f8f2..b80450dde1b 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,3 @@
-DIST pytools-2021.1.2.tar.gz 62893 BLAKE2B 
9aa637f2cfeef93a8353f6df700d8566918aa75560f5b732cae96c2a1e1e327c53f303ddb107dab3f1056264dcd1aa2f75389a2bc3f433f7e44f7595e22df251
 SHA512 
c976f8dd87ee6fb870020ca14b4ac615e657a4be1ab4c737b4c572a8dc00b3f0c45c335ea0188bbad7b6769ce4123a33922e070e0dfe2bea63506d784c464a2c
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
 DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.1.2.ebuild 
b/dev-python/pytools/pytools-2021.1.2.ebuild
deleted file mode 100644
index 0638cd697a4..000
--- a/dev-python/pytools/pytools-2021.1.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-12 Thread Sam James
commit: 3e93d7cd12d69e73094aedc1bae5554724e34144
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 15:49:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 15:49:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e93d7cd

dev-python/pytools: Stabilize 2021.2 ALLARCHES, #782475

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2021.2.ebuild 
b/dev-python/pytools/pytools-2021.2.ebuild
index c055f9dd4ed..eb6bfba89b5 100644
--- a/dev-python/pytools/pytools-2021.2.ebuild
+++ b/dev-python/pytools/pytools-2021.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-11 Thread Michał Górny
commit: 1a69654d4231276fec6ec4373b1409e3fdef3f5a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 11 11:17:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 11 11:23:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a69654d

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest|  2 --
 dev-python/pytools/pytools-2021.1.ebuild   | 26 --
 dev-python/pytools/pytools-2021.2.2.ebuild | 24 
 3 files changed, 52 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index b2f11c6c85c..647a607f8f2 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,6 +1,4 @@
 DIST pytools-2021.1.2.tar.gz 62893 BLAKE2B 
9aa637f2cfeef93a8353f6df700d8566918aa75560f5b732cae96c2a1e1e327c53f303ddb107dab3f1056264dcd1aa2f75389a2bc3f433f7e44f7595e22df251
 SHA512 
c976f8dd87ee6fb870020ca14b4ac615e657a4be1ab4c737b4c572a8dc00b3f0c45c335ea0188bbad7b6769ce4123a33922e070e0dfe2bea63506d784c464a2c
-DIST pytools-2021.1.tar.gz 62003 BLAKE2B 
2938359365082d9475cfb51586c78d3dce264cf0e8b1cf3fea0c7c688570c6e25c9a558b78977c35331ee89afd23ab7eb44a8702b3908eea160b07747646cc53
 SHA512 
c365cbb65b756869407f7f053112cb9732aeb138493172f2b90563a4f45e6d993557e54de2165a463931b8e2bd29c3ccd32c059702f21fb59e3dee74c19efd8f
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
-DIST pytools-2021.2.2.tar.gz 62518 BLAKE2B 
07e12005b3f0372c7fd52c10b549f9c7bda888b90ccdf0aa3efaef5af9b4b26b5deeaf6050d69d5b2419a1af77f4a870c6a849c3744cf9f614eb4212066cc3bd
 SHA512 
553c70b9220b31b9123e1795198c17e562696e1a74481ca47cc6420a64697445e96d59ca8e5a2e52225b5da7db9034cfcce1c79e6cffef9b748fe8291499aa0b
 DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.1.ebuild 
b/dev-python/pytools/pytools-2021.1.ebuild
deleted file mode 100644
index 0638cd697a4..000
--- a/dev-python/pytools/pytools-2021.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2021.2.2.ebuild 
b/dev-python/pytools/pytools-2021.2.2.ebuild
deleted file mode 100644
index f35ef878b07..000
--- a/dev-python/pytools/pytools-2021.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-11 Thread Sam James
commit: c46d198434c2e69ad0d3c981865a899c4f0c163c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 11:10:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 11:10:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46d1984

dev-python/pytools: Stabilize 2021.1.2 ALLARCHES, #781800

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pytools/pytools-2021.1.2.ebuild 
b/dev-python/pytools/pytools-2021.1.2.ebuild
index 21d7abc4ad9..0638cd697a4 100644
--- a/dev-python/pytools/pytools-2021.1.2.ebuild
+++ b/dev-python/pytools/pytools-2021.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-06 Thread Michał Górny
commit: f8476701df694078db8f967bf85af57fc972d1b7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  6 06:50:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  6 07:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8476701

dev-python/pytools: Bump to 2021.2.3

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bb6ec0e62d0..b2f11c6c85c 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -2,4 +2,5 @@ DIST pytools-2021.1.2.tar.gz 62893 BLAKE2B 
9aa637f2cfeef93a8353f6df700d8566918aa
 DIST pytools-2021.1.tar.gz 62003 BLAKE2B 
2938359365082d9475cfb51586c78d3dce264cf0e8b1cf3fea0c7c688570c6e25c9a558b78977c35331ee89afd23ab7eb44a8702b3908eea160b07747646cc53
 SHA512 
c365cbb65b756869407f7f053112cb9732aeb138493172f2b90563a4f45e6d993557e54de2165a463931b8e2bd29c3ccd32c059702f21fb59e3dee74c19efd8f
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
 DIST pytools-2021.2.2.tar.gz 62518 BLAKE2B 
07e12005b3f0372c7fd52c10b549f9c7bda888b90ccdf0aa3efaef5af9b4b26b5deeaf6050d69d5b2419a1af77f4a870c6a849c3744cf9f614eb4212066cc3bd
 SHA512 
553c70b9220b31b9123e1795198c17e562696e1a74481ca47cc6420a64697445e96d59ca8e5a2e52225b5da7db9034cfcce1c79e6cffef9b748fe8291499aa0b
+DIST pytools-2021.2.3.tar.gz 63283 BLAKE2B 
e5f9e69a0055db8b81e7f525894f5170afbe3a28ca33684a4afb414fc5413bdb986d51a711faa3326c27f9eb2da5c7812eb730c6d372944e0b5a23f09e9c9d6b
 SHA512 
9d9f7a2d6888f4ffa9c53059fa67d80bc835d42a34311e264518323d91bcaef918c2c78c7687fa8c2d9310f1a6804e2ae74c50834323d1adc29638033e1f8ee0
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.3.ebuild 
b/dev-python/pytools/pytools-2021.2.3.ebuild
new file mode 100644
index 000..f35ef878b07
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-04-02 Thread Michał Górny
commit: 6fa466c9d210024a584aa4502ca61895430d7296
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  3 06:38:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  3 06:38:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa466c9

dev-python/pytools: Bump to 2021.2.2

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index f9b4ad731cc..bb6ec0e62d0 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,5 @@
 DIST pytools-2021.1.2.tar.gz 62893 BLAKE2B 
9aa637f2cfeef93a8353f6df700d8566918aa75560f5b732cae96c2a1e1e327c53f303ddb107dab3f1056264dcd1aa2f75389a2bc3f433f7e44f7595e22df251
 SHA512 
c976f8dd87ee6fb870020ca14b4ac615e657a4be1ab4c737b4c572a8dc00b3f0c45c335ea0188bbad7b6769ce4123a33922e070e0dfe2bea63506d784c464a2c
 DIST pytools-2021.1.tar.gz 62003 BLAKE2B 
2938359365082d9475cfb51586c78d3dce264cf0e8b1cf3fea0c7c688570c6e25c9a558b78977c35331ee89afd23ab7eb44a8702b3908eea160b07747646cc53
 SHA512 
c365cbb65b756869407f7f053112cb9732aeb138493172f2b90563a4f45e6d993557e54de2165a463931b8e2bd29c3ccd32c059702f21fb59e3dee74c19efd8f
 DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
+DIST pytools-2021.2.2.tar.gz 62518 BLAKE2B 
07e12005b3f0372c7fd52c10b549f9c7bda888b90ccdf0aa3efaef5af9b4b26b5deeaf6050d69d5b2419a1af77f4a870c6a849c3744cf9f614eb4212066cc3bd
 SHA512 
553c70b9220b31b9123e1795198c17e562696e1a74481ca47cc6420a64697445e96d59ca8e5a2e52225b5da7db9034cfcce1c79e6cffef9b748fe8291499aa0b
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.2.ebuild 
b/dev-python/pytools/pytools-2021.2.2.ebuild
new file mode 100644
index 000..f35ef878b07
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/

2021-03-24 Thread Michał Górny
commit: 7c9606765e2d9b98a12a63ec2d6bee80ee0eb73d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 24 08:05:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 24 08:05:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c960676

dev-python/pytools: Bump to 2021.2.1

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2021.2.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 9e0f4cf61d2..f9b4ad731cc 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,4 @@
 DIST pytools-2021.1.2.tar.gz 62893 BLAKE2B 
9aa637f2cfeef93a8353f6df700d8566918aa75560f5b732cae96c2a1e1e327c53f303ddb107dab3f1056264dcd1aa2f75389a2bc3f433f7e44f7595e22df251
 SHA512 
c976f8dd87ee6fb870020ca14b4ac615e657a4be1ab4c737b4c572a8dc00b3f0c45c335ea0188bbad7b6769ce4123a33922e070e0dfe2bea63506d784c464a2c
 DIST pytools-2021.1.tar.gz 62003 BLAKE2B 
2938359365082d9475cfb51586c78d3dce264cf0e8b1cf3fea0c7c688570c6e25c9a558b78977c35331ee89afd23ab7eb44a8702b3908eea160b07747646cc53
 SHA512 
c365cbb65b756869407f7f053112cb9732aeb138493172f2b90563a4f45e6d993557e54de2165a463931b8e2bd29c3ccd32c059702f21fb59e3dee74c19efd8f
+DIST pytools-2021.2.1.tar.gz 65336 BLAKE2B 
2b44d738b84efb2d301f2cd1e346dd4ddde003f78e276025dd225814984565ad7e76682d4fdbc578da86e215296e1fbf354fe9afc75f4f4a59e474de09f440c3
 SHA512 
3ba0540cb8fc153b915183e424abac32d181173488d0f29b612cbad5d51bdbddc9e19c54432937abb6556c4bb6db09fee46e6a4172a62edb4c9f89dfcf00f8c5
 DIST pytools-2021.2.tar.gz 65140 BLAKE2B 
8f419b5776c99b3179b2f4d44a2461ee5e3b55d663e8982f1e34f9fab3cb397ee5a0ee13a2eaf9de1f3330c951b6972cac6d9d0c3994f461ffeca8abf110f11d
 SHA512 
3a91be32c5e1c70a3f2d8accb29888cd7f4b9e304fc68a3d2ca2d9ff674a885836236f6dbf11711555444a8eee63cbe86d85834fc73676420b331f94915a1018

diff --git a/dev-python/pytools/pytools-2021.2.1.ebuild 
b/dev-python/pytools/pytools-2021.2.1.ebuild
new file mode 100644
index 000..c055f9dd4ed
--- /dev/null
+++ b/dev-python/pytools/pytools-2021.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



  1   2   >