Skip to content

Commit

Permalink
science/py-geometer: Revert f92330a and allow build with newer py-num…
Browse files Browse the repository at this point in the history
…py in another way

- Remove upper bound of py-numpy for now
- Bump PORTREVISION for package change

We should remove all PYNUMPY and use the real version requirement.
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent a8becea commit 232e596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions science/py-geometer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= geometer
PORTVERSION= 0.3.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ WWW= https://github.com/jan-mue/geometer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
Expand Down
2 changes: 1 addition & 1 deletion science/py-geometer/files/patch-setup.py
Expand Up @@ -5,7 +5,7 @@

# What packages are required for this module to be executed?
-REQUIRED = ["numpy>=1.15,<1.23"]
+REQUIRED = ["numpy>=1.15,<1.24"]
+REQUIRED = ["numpy>=1.15"]

# What packages are optional?
EXTRAS = {

0 comments on commit 232e596

Please sign in to comment.