git: 8eca5da14869 - main - science/py-asdf: remove obsolete dependency on expired py-asdf-unit-schemas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 14:43:38 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eca5da14869312aac5c2b3bf0a43f678063dcbf commit 8eca5da14869312aac5c2b3bf0a43f678063dcbf Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 14:41:55 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 14:43:34 +0000 science/py-asdf: remove obsolete dependency on expired py-asdf-unit-schemas py-asdf-standard already provides the functionality. --- science/py-asdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 2a67423eb53f..03a2241ad9d5 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= asdf PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asdf-transform-schemas>=0.3:science/py-asdf-transform-schemas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asdf-unit-schemas>=0.1:science/py-asdf-unit-schemas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.11.4:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.6.2:devel/py-jmespath@${PY_FLAVOR} \