dev-python/primecountpy - 0.1.1-r1 (gentoo)

Search

Package Information

Description:
Cython interface to sci-mathematics/primecount
Homepage:
https://pypi.org/project/primecountpy/ https://github.com/dimpase/primecountpy
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.1.1-r1 8 amd64 ~riscv 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..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-8.0:=
	dev-python/cysignals[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"

Dependencies

DEPEND

<sci-mathematics/primecount-8.0:=
	dev-python/cysignals[${PYTHON_USEDEP}]

RDEPEND

<sci-mathematics/primecount-8.0:=
	dev-python/cysignals[${PYTHON_USEDEP}]

BDEPEND

dev-python/cython[${PYTHON_USEDEP}]