summaryrefslogtreecommitdiff
path: root/astro/py-sunpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-sunpy/Makefile')
-rw-r--r--astro/py-sunpy/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/astro/py-sunpy/Makefile b/astro/py-sunpy/Makefile
index a6d2b5b416ca..073cebeed1ac 100644
--- a/astro/py-sunpy/Makefile
+++ b/astro/py-sunpy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sunpy
-DISTVERSION= 6.1.1
+DISTVERSION= 7.0.1
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= PYPI
@@ -23,9 +23,11 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parfive>=0:ftp/py-parfive@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.6.0:filesystems/py-fsspec@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>