From 8fdbe68a2e09a582950bec2797a9050a6d4a6da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 7 Jun 2025 17:41:45 -0300 Subject: [PATCH] python3-primecountpy: update to 0.1.1. --- srcpkgs/python3-primecountpy/template | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-primecountpy/template b/srcpkgs/python3-primecountpy/template index 18ff02da7ca..45208ff4bde 100644 --- a/srcpkgs/python3-primecountpy/template +++ b/srcpkgs/python3-primecountpy/template @@ -1,17 +1,23 @@ # Template file for 'python3-primecountpy' pkgname=python3-primecountpy -version=0.1.0 -revision=5 +version=0.1.1 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel python3-Cython python3-cysignals" makedepends="python3-devel primecount-devel pari-devel" -depends="python3" +depends="python3-cysignals" short_desc="Python interface to the C++ library primecount" maintainer="Gonzalo TornarĂ­a " license="GPL-3.0-or-later" homepage="https://github.com/dimpase/primecountpy" +changelog="https://github.com/dimpase/primecountpy/releases" distfiles="${PYPI_SITE}/p/primecountpy/primecountpy-${version}.tar.gz" -checksum=78fe7cc32115f0669a45d7c90faaf39f7ce3939e39e2e7e5f14c17fe4bff0676 +checksum=c8561817c0be86eeffc41b97b6ef617d795f72cf3de59d9234d1c83d7e424030 -make_check=no # no way to check before installing +make_check=no # needs pytest-cython + +post_extract() { + # see https://github.com/dimpase/primecountpy/issues/20 + rm primecountpy/primecount.cpp primecountpy/primecount.cpython-313-x86_64-linux-gnu.so primecountpy/__pycache__/__init__.cpython-313.pyc +}