summaryrefslogtreecommitdiff
path: root/dev-python/primecountpy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-26 19:15:02 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-26 19:15:02 +0000
commiteb06e48bb677314c2f4d02cac7392a7eb04d6371 (patch)
tree0fb5fcdc717efe133dfd183e2ad5480d90210b9a /dev-python/primecountpy
parentdee3146a71944bb6285270ca2b9a38437d955272 (diff)
downloadbaldeagleos-repo-eb06e48bb677314c2f4d02cac7392a7eb04d6371.tar.gz
baldeagleos-repo-eb06e48bb677314c2f4d02cac7392a7eb04d6371.tar.xz
baldeagleos-repo-eb06e48bb677314c2f4d02cac7392a7eb04d6371.zip
Adding metadata
Diffstat (limited to 'dev-python/primecountpy')
-rw-r--r--dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild b/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild
new file mode 100644
index 000000000000..2c3f0abadc24
--- /dev/null
+++ b/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..14} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+inherit distutils-r1
+
+DESCRIPTION="Cython interface to sci-mathematics/primecount"
+HOMEPAGE="https://pypi.org/project/primecountpy/
+ https://github.com/dimpase/primecountpy"
+SRC_URI="https://github.com/dimpase/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+# LICENSE clarification in README.md
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+DEPEND="sci-mathematics/primecount:=
+ dev-python/cysignals[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"