summaryrefslogtreecommitdiff
path: root/dev-python/primecountpy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-27 19:20:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-27 19:20:36 +0000
commitb06ef5109f61bd9a1eb682633acc86b1d1f28b05 (patch)
treeb307db7e550a31e2e7817146c797839f2a58e6b7 /dev-python/primecountpy
parentd4bba7d795bd4f564b5dac537baaab050b31e7c4 (diff)
downloadbaldeagleos-repo-b06ef5109f61bd9a1eb682633acc86b1d1f28b05.tar.gz
baldeagleos-repo-b06ef5109f61bd9a1eb682633acc86b1d1f28b05.tar.xz
baldeagleos-repo-b06ef5109f61bd9a1eb682633acc86b1d1f28b05.zip
Adding metadata
Diffstat (limited to 'dev-python/primecountpy')
-rw-r--r--dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild4
-rw-r--r--dev-python/primecountpy/primecountpy-0.1.1.ebuild24
2 files changed, 2 insertions, 26 deletions
diff --git a/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild b/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild
index 2c3f0abadc24..e34c5fdc65ca 100644
--- a/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild
+++ b/dev-python/primecountpy/primecountpy-0.1.1-r1.ebuild
@@ -16,9 +16,9 @@ SRC_URI="https://github.com/dimpase/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P
# LICENSE clarification in README.md
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
-DEPEND="sci-mathematics/primecount:=
+DEPEND="<sci-mathematics/primecount-8.0:=
dev-python/cysignals[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
diff --git a/dev-python/primecountpy/primecountpy-0.1.1.ebuild b/dev-python/primecountpy/primecountpy-0.1.1.ebuild
deleted file mode 100644
index 8831b9eea800..000000000000
--- a/dev-python/primecountpy/primecountpy-0.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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}]"