File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
srcpkgs/python3-primecountpy Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 11# Template file for 'python3-primecountpy'
22pkgname=python3-primecountpy
3- version=0.1 .1
4- revision=2
3+ version=0.2 .1
4+ revision=1
55build_style=python3-pep517
6- hostmakedepends="python3-setuptools python3-wheel python3-Cython
7- python3-cysignals"
6+ hostmakedepends="cmake python3-meson-python python3-Cython python3-cysignals"
87makedepends="python3-devel primecount-devel pari-devel"
98depends="python3-cysignals"
109short_desc="Python interface to the C++ library primecount"
@@ -13,11 +12,6 @@ license="GPL-3.0-or-later"
1312homepage="https://github.com/dimpase/primecountpy"
1413changelog="https://github.com/dimpase/primecountpy/releases"
1514distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz"
16- checksum=c8561817c0be86eeffc41b97b6ef617d795f72cf3de59d9234d1c83d7e424030
15+ checksum=888706ab65cc089fb983de4639360dddc728baa4d9877a7ad8b116f645650b39
1716
1817make_check=no # needs pytest-cython
19-
20- post_extract() {
21- # see https://github.com/dimpase/primecountpy/issues/20
22- rm primecountpy/primecount.cpp primecountpy/primecount.cpython-313-x86_64-linux-gnu.so primecountpy/__pycache__/__init__.cpython-313.pyc
23- }
You can’t perform that action at this time.
0 commit comments