diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-20 15:21:29 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-22 12:21:21 +0200 |
| commit | ce823ccdaaf86442613ffa6805272581dab7bf2e (patch) | |
| tree | 9cdce95944ea6006fa9f3661643b89a0d1f5cfc4 /gnu/packages/maths.scm | |
| parent | 01572d4ec955ecb18bc7c85776b35f9646c29932 (diff) | |
gnu: python-primecountpy: Update to 0.2.1.
* gnu/packages/maths.scm (python-primecountpy): Update to 0.2.1.
[native-inputs]: Remove python-setuptools and python-wheel; add pkg-config
and python-meson.
Diffstat (limited to 'gnu/packages/maths.scm')
| -rw-r--r-- | gnu/packages/maths.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1aa78b5639f..72a963db701 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -4776,7 +4776,7 @@ bindings to almost all functions of PETSc.") | |||
| 4776 | (define-public python-primecountpy | 4776 | (define-public python-primecountpy |
| 4777 | (package | 4777 | (package |
| 4778 | (name "python-primecountpy") | 4778 | (name "python-primecountpy") |
| 4779 | (version "0.1.1") | 4779 | (version "0.2.1") |
| 4780 | (source | 4780 | (source |
| 4781 | (origin | 4781 | (origin |
| 4782 | (method git-fetch) ; Fetch from GitHub to avoid precompiled files | 4782 | (method git-fetch) ; Fetch from GitHub to avoid precompiled files |
| @@ -4785,15 +4785,15 @@ bindings to almost all functions of PETSc.") | |||
| 4785 | (commit (string-append "v" version)))) | 4785 | (commit (string-append "v" version)))) |
| 4786 | (file-name (git-file-name name version)) | 4786 | (file-name (git-file-name name version)) |
| 4787 | (sha256 | 4787 | (sha256 |
| 4788 | (base32 "0pdmdch5fhzcclrdnb4z3n4a9f00iqr65yzpkhjpz5a6mbz3l5v8")))) | 4788 | (base32 "0ddv2r6mwn2p2xgi6pa50mjirxb0zj10ngimfpak36yaj8bp0as1")))) |
| 4789 | (build-system pyproject-build-system) | 4789 | (build-system pyproject-build-system) |
| 4790 | (arguments | 4790 | (arguments |
| 4791 | (list #:tests? #f)) ; there are no tests | 4791 | (list #:tests? #f)) ; there are no tests |
| 4792 | (native-inputs | 4792 | (native-inputs |
| 4793 | (list python-cysignals | 4793 | (list pkg-config |
| 4794 | python-cysignals | ||
| 4794 | python-cython | 4795 | python-cython |
| 4795 | python-setuptools | 4796 | python-meson)) |
| 4796 | python-wheel)) | ||
| 4797 | (inputs | 4797 | (inputs |
| 4798 | (list pari-gp | 4798 | (list pari-gp |
| 4799 | primecount | 4799 | primecount |
