biology/py-PySCeS: update 1.2.1 → 1.2.2

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-08-03 00:56:04 -07:00
parent b131f40130
commit 3ad1bd29bf
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= pysces PORTNAME= pysces
DISTVERSION= 1.2.1 DISTVERSION= 1.2.2
CATEGORIES= biology python CATEGORIES= biology python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716746850 TIMESTAMP = 1722664974
SHA256 (pysces-1.2.1.tar.gz) = 5dbde64cf398c599f5303d9ce084a50e047080c0899951529774a822a549fc20 SHA256 (pysces-1.2.2.tar.gz) = 8d71e330594d63281ed88de9925776497f57c0952092d2a87df0c031cb6c8101
SIZE (pysces-1.2.1.tar.gz) = 2753986 SIZE (pysces-1.2.2.tar.gz) = 2754765

View file

@ -1,11 +1,11 @@
--- pyproject.toml.orig 2024-04-05 22:51:04 UTC --- pyproject.toml.orig 2024-08-02 13:17:23 UTC
+++ pyproject.toml +++ pyproject.toml
@@ -3,8 +3,7 @@ requires = [ @@ -3,8 +3,7 @@ requires = [
requires = [ requires = [
'meson-python', 'meson-python',
'meson>=1.2.3', 'meson>=1.2.3',
- 'ninja', - 'ninja',
- 'numpy>=1.26.0,<1.27', - 'numpy>=2.0.0',
+ 'numpy', + 'numpy',
] ]