From 033286afc1eb2e64a87a58798a0c620d8b56f497 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Mar 2025 01:33:08 +0100 Subject: gentoo auto-resync : 31:03:2025 - 01:33:08 --- dev-python/primecountpy/Manifest | 2 +- .../primecountpy/primecountpy-0.1.0-r1.ebuild | 23 ++++++++++++++++++++++ dev-python/primecountpy/primecountpy-0.1.0.ebuild | 23 ---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild delete mode 100644 dev-python/primecountpy/primecountpy-0.1.0.ebuild (limited to 'dev-python/primecountpy') diff --git a/dev-python/primecountpy/Manifest b/dev-python/primecountpy/Manifest index 8b28f8f295a5..7acdd488efeb 100644 --- a/dev-python/primecountpy/Manifest +++ b/dev-python/primecountpy/Manifest @@ -1,3 +1,3 @@ DIST primecountpy-0.1.0.tar.gz 16070 BLAKE2B e14b0d4bdd27cf4757e796853ec8d260c40a5f01740dc60e2e16f1251434533c5aa0bbd66a9c6de6ad3f69a5010dd77703305b3d1d9262207489e25c552e6225 SHA512 c279fb2bec9d2108960510a25cf645c605618359649dd0a4b6b707aee01047937cbd02fe89c249693dc152e44b85cb960803e378a05e6a52b50c6cba6124c3d5 -EBUILD primecountpy-0.1.0.ebuild 606 BLAKE2B 29d65f28670363a39fe1bba12cef5a932a05f734409f8d0aad250011eb40b9f5a4cb583b5282d3110870a4c194699d02906385b62bf55b95b9b1b98afb14894c SHA512 bec25c77260ad3f06b220d682b42cfb3b14bbb44c6f6ea0c8806f03f8074a8d19a5240656802c068d62aeedfc6d4e04b042d4eb5fbd2a95abd8dbff29be582e7 +EBUILD primecountpy-0.1.0-r1.ebuild 606 BLAKE2B fb9c2b04e3594aa5e0a3e5a616504ff34efab2af3d710cdf8de39eebb62845b65684b03c63dceb885ccca7c72462026f53e1effe31f3e9b68c89c1e60053388a SHA512 08222695a4d353780ef1aa580e1671d65ca1f3c00677008de88a449248ed846778588b82c379fff47407afe8ab536e16c00b15965244b554a3031eb64ffbc16c MISC metadata.xml 772 BLAKE2B 6e7df14a9c5579baa4e9b1d7a1260538f7818be9fb131e39ed089b43254b07865509492081ea5e3de7860bc530b709b81cbae6da802bad936e2aa7778d9ac796 SHA512 18895fd1f43bf7d9b7db3d60054f3defd0fffadb98b30e682d40a0677d2d123fecf4ea33f636dcd1e40e33a0ff28d2765e094e196461c06a90c6a8de750bfd46 diff --git a/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild new file mode 100644 index 000000000000..b05321f02429 --- /dev/null +++ b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild @@ -0,0 +1,23 @@ +# 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 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 ~riscv" + +DEPEND="sci-mathematics/primecount + dev-python/cysignals[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild deleted file mode 100644 index 032409f7feab..000000000000 --- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020-2024 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 ~riscv" - -DEPEND="sci-mathematics/primecount - dev-python/cysignals[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" -- cgit v1.2.3