diff options
Diffstat (limited to 'science/py-asdf/Makefile')
-rw-r--r-- | science/py-asdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 398ade237318..5a7e1522c875 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -43,7 +43,6 @@ OPTIONS_DEFAULT=ALL HTTP LZ4 ALL_IMPLIES= HTTP LZ4 ALL_DESC= All optional dependencies HTTP_DESC= HTTP support via fsspec -LZ4_DESC= Lz4 compression algorithm support HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.8.2:filesystems/py-fsspec@${PY_FLAVOR} |