diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-26 18:20:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-26 18:20:52 +0000 |
| commit | d5f704aeefcddf84c928c77f138968554a171262 (patch) | |
| tree | e45e0b633ed2c05601a4df303834c61e26f5d16f /dev-python/primecountpy | |
| parent | 9a0841c3944fd373914688bfeb12dc0a1b32fa6e (diff) | |
| download | baldeagleos-repo-d5f704aeefcddf84c928c77f138968554a171262.tar.gz baldeagleos-repo-d5f704aeefcddf84c928c77f138968554a171262.tar.xz baldeagleos-repo-d5f704aeefcddf84c928c77f138968554a171262.zip | |
Adding metadata
Diffstat (limited to 'dev-python/primecountpy')
| -rw-r--r-- | dev-python/primecountpy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/primecountpy/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/primecountpy/primecountpy-0.1.0.ebuild | 24 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/primecountpy/Manifest b/dev-python/primecountpy/Manifest new file mode 100644 index 000000000000..4e9165f2f794 --- /dev/null +++ b/dev-python/primecountpy/Manifest @@ -0,0 +1 @@ +DIST primecountpy-0.1.0.tar.gz 16070 BLAKE2B e14b0d4bdd27cf4757e796853ec8d260c40a5f01740dc60e2e16f1251434533c5aa0bbd66a9c6de6ad3f69a5010dd77703305b3d1d9262207489e25c552e6225 SHA512 c279fb2bec9d2108960510a25cf645c605618359649dd0a4b6b707aee01047937cbd02fe89c249693dc152e44b85cb960803e378a05e6a52b50c6cba6124c3d5 diff --git a/dev-python/primecountpy/metadata.xml b/dev-python/primecountpy/metadata.xml new file mode 100644 index 000000000000..4e4fe7df26d0 --- /dev/null +++ b/dev-python/primecountpy/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>frp.bissey@gmail.com</email> + <name>François Bissey</name> + </maintainer> + <maintainer type="project"> + <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> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild new file mode 100644 index 000000000000..af869559e58b --- /dev/null +++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild @@ -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_{8,9,10,11,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}]" |
