commit:     af50c4b18c595a8c5f575c68575d42bd7b058a19
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 13:09:59 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 13:11:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af50c4b1

dev-python/primecountpy: add subslot dep on sci-mathematics/primecount

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 .../primecountpy/primecountpy-0.1.1-r1.ebuild      | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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..f53ffcc22b13
--- /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..13} )
+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}]"

Reply via email to