Skip to content

Commit b580086

Browse files
committed
python3-primecountpy: update to 0.2.1.
1 parent 7e51b79 commit b580086

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Template file for 'python3-primecountpy'
22
pkgname=python3-primecountpy
3-
version=0.1.1
4-
revision=2
3+
version=0.2.1
4+
revision=1
55
build_style=python3-pep517
6-
hostmakedepends="python3-setuptools python3-wheel python3-Cython
7-
python3-cysignals"
6+
hostmakedepends="cmake python3-meson-python python3-Cython python3-cysignals"
87
makedepends="python3-devel primecount-devel pari-devel"
98
depends="python3-cysignals"
109
short_desc="Python interface to the C++ library primecount"
@@ -13,11 +12,6 @@ license="GPL-3.0-or-later"
1312
homepage="https://github.com/dimpase/primecountpy"
1413
changelog="https://github.com/dimpase/primecountpy/releases"
1514
distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz"
16-
checksum=c8561817c0be86eeffc41b97b6ef617d795f72cf3de59d9234d1c83d7e424030
15+
checksum=888706ab65cc089fb983de4639360dddc728baa4d9877a7ad8b116f645650b39
1716

1817
make_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-
}

0 commit comments

Comments
 (0)