mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
dev-python/primecountpy: new package, add 0.1.0
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
parent
6f5d9fad0e
commit
a6dfd916a9
1
dev-python/primecountpy/Manifest
Normal file
1
dev-python/primecountpy/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST primecountpy-0.1.0.tar.gz 16070 BLAKE2B e14b0d4bdd27cf4757e796853ec8d260c40a5f01740dc60e2e16f1251434533c5aa0bbd66a9c6de6ad3f69a5010dd77703305b3d1d9262207489e25c552e6225 SHA512 c279fb2bec9d2108960510a25cf645c605618359649dd0a4b6b707aee01047937cbd02fe89c249693dc152e44b85cb960803e378a05e6a52b50c6cba6124c3d5
|
||||
27
dev-python/primecountpy/metadata.xml
Normal file
27
dev-python/primecountpy/metadata.xml
Normal file
@ -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>
|
||||
24
dev-python/primecountpy/primecountpy-0.1.0.ebuild
Normal file
24
dev-python/primecountpy/primecountpy-0.1.0.ebuild
Normal file
@ -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}]"
|
||||
Loading…
x
Reference in New Issue
Block a user