1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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
DISTVERSION= 1.2.1
DISTVERSION= 1.2.2
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1716746850
SHA256 (pysces-1.2.1.tar.gz) = 5dbde64cf398c599f5303d9ce084a50e047080c0899951529774a822a549fc20
SIZE (pysces-1.2.1.tar.gz) = 2753986
TIMESTAMP = 1722664974
SHA256 (pysces-1.2.2.tar.gz) = 8d71e330594d63281ed88de9925776497f57c0952092d2a87df0c031cb6c8101
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
@@ -3,8 +3,7 @@ requires = [
requires = [
'meson-python',
'meson>=1.2.3',
- 'ninja',
- 'numpy>=1.26.0,<1.27',
- 'numpy>=2.0.0',
+ 'numpy',
]