* [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/
@ 2023-10-26 11:56 Michael Orlitzky
0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2023-10-26 11:56 UTC (permalink / raw
To: gentoo-commits
commit: a6dfd916a990a2bffb3a0b31340e2d772f741635
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 20:42:17 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 11:53:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6dfd916
dev-python/primecountpy: new package, add 0.1.0
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-python/primecountpy/Manifest | 1 +
dev-python/primecountpy/metadata.xml | 27 +++++++++++++++++++++++
dev-python/primecountpy/primecountpy-0.1.0.ebuild | 24 ++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/primecountpy/Manifest b/dev-python/primecountpy/Manifest
new file mode 100644
index 000000000000..4e9165f2f794
--- /dev/null
+++ b/dev-python/primecountpy/Manifest
@@ -0,0 +1 @@
+DIST primecountpy-0.1.0.tar.gz 16070 BLAKE2B e14b0d4bdd27cf4757e796853ec8d260c40a5f01740dc60e2e16f1251434533c5aa0bbd66a9c6de6ad3f69a5010dd77703305b3d1d9262207489e25c552e6225 SHA512 c279fb2bec9d2108960510a25cf645c605618359649dd0a4b6b707aee01047937cbd02fe89c249693dc152e44b85cb960803e378a05e6a52b50c6cba6124c3d5
diff --git a/dev-python/primecountpy/metadata.xml b/dev-python/primecountpy/metadata.xml
new file mode 100644
index 000000000000..b7f899eb0f3e
--- /dev/null
+++ b/dev-python/primecountpy/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mjo@gentoo.org</email>
+ </maintainer>
+
+ <maintainer type="person" proxied="yes">
+ <email>frp.bissey@gmail.com</email>
+ <name>François Bissey</name>
+ </maintainer>
+
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+
+ <upstream>
+ <remote-id type="pypi">primecountpy</remote-id>
+ <remote-id type="github">dimpase/primecountpy</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
new file mode 100644
index 000000000000..bf4ae5b5ea2a
--- /dev/null
+++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Cython interface to sci-mathematics/primecount"
+HOMEPAGE="https://pypi.org/project/primecountpy/
+ https://github.com/dimpase/primecountpy"
+
+# LICENSE clarification in README.md
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-mathematics/primecount
+ dev-python/cysignals[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/
@ 2023-11-29 2:10 Michael Orlitzky
0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2023-11-29 2:10 UTC (permalink / raw
To: gentoo-commits
commit: 4dedfaa8a0bf9d8ef54dabb965246b4de8082df3
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 02:05:14 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 02:05:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dedfaa8
dev-python/primecountpy: stabilize 0.1.0 for amd64
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-python/primecountpy/primecountpy-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
index bf4ae5b5ea2a..3138a7c8cb3e 100644
--- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild
+++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://pypi.org/project/primecountpy/
# LICENSE clarification in README.md
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
DEPEND="sci-mathematics/primecount
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/
@ 2024-09-21 3:38 Michael Orlitzky
0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2024-09-21 3:38 UTC (permalink / raw
To: gentoo-commits
commit: c1cafdaa2a61fc0e622c609141602d3d9c8cf5ce
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 23:35:00 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 03:22:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cafdaa
dev-python/primecountpy: keyword 0.1.0 for ~riscv
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-python/primecountpy/primecountpy-0.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
index 3138a7c8cb3e..559ac2161d01 100644
--- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild
+++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://pypi.org/project/primecountpy/
# LICENSE clarification in README.md
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
IUSE=""
DEPEND="sci-mathematics/primecount
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/
@ 2024-09-21 3:38 Michael Orlitzky
0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2024-09-21 3:38 UTC (permalink / raw
To: gentoo-commits
commit: 7ad64c0c8c8bbcae5d6a723cb1489a6d86773be0
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 03:30:06 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 03:30:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad64c0c
dev-python/primecountpy: drop IUSE=""
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-python/primecountpy/primecountpy-0.1.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
index 559ac2161d01..032409f7feab 100644
--- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild
+++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild
@@ -16,7 +16,6 @@ HOMEPAGE="https://pypi.org/project/primecountpy/
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~riscv"
-IUSE=""
DEPEND="sci-mathematics/primecount
dev-python/cysignals[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/
@ 2025-03-30 2:04 Michael Orlitzky
0 siblings, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2025-03-30 2:04 UTC (permalink / raw
To: gentoo-commits
commit: 56e6835de2abac9d1b3102ecbd390a591721f845
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 01:52:35 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 01:59:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e6835d
dev-python/primecountpy: enable py3.13
Closes: https://bugs.gentoo.org/952363
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../{primecountpy-0.1.0.ebuild => primecountpy-0.1.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild
similarity index 88%
rename from dev-python/primecountpy/primecountpy-0.1.0.ebuild
rename to dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild
index 032409f7feab..b05321f02429 100644
--- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild
+++ b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-30 2:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-21 3:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/ Michael Orlitzky
-- strict thread matches above, loose matches on Subject: below --
2025-03-30 2:04 Michael Orlitzky
2024-09-21 3:38 Michael Orlitzky
2023-11-29 2:10 Michael Orlitzky
2023-10-26 11:56 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox