git: 3ad1bd29bf7c - main - biology/py-PySCeS: update 1.2.1 → 1.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Aug 2024 08:27:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad1bd29bf7ca62302c6ecc23f41ceec8fd37234
commit 3ad1bd29bf7ca62302c6ecc23f41ceec8fd37234
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-08-03 07:56:04 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-03 08:27:31 +0000
biology/py-PySCeS: update 1.2.1 → 1.2.2
Reported by: portscout
---
biology/py-PySCeS/Makefile | 2 +-
biology/py-PySCeS/distinfo | 6 +++---
biology/py-PySCeS/files/patch-pyproject.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/biology/py-PySCeS/Makefile b/biology/py-PySCeS/Makefile
index d50bb3ccd733..5d0d40274f5a 100644
--- a/biology/py-PySCeS/Makefile
+++ b/biology/py-PySCeS/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pysces
-DISTVERSION= 1.2.1
+DISTVERSION= 1.2.2
CATEGORIES= biology python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/biology/py-PySCeS/distinfo b/biology/py-PySCeS/distinfo
index 2d91e6fed642..88232acfde21 100644
--- a/biology/py-PySCeS/distinfo
+++ b/biology/py-PySCeS/distinfo
@@ -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
diff --git a/biology/py-PySCeS/files/patch-pyproject.toml b/biology/py-PySCeS/files/patch-pyproject.toml
index 334fd0cf97b2..5416c3ea1171 100644
--- a/biology/py-PySCeS/files/patch-pyproject.toml
+++ b/biology/py-PySCeS/files/patch-pyproject.toml
@@ -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',
]