diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-06-18 11:56:56 +0300 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-06-18 11:56:56 +0300 |
commit | 56180410efbfa1c53c064829c7b33758344928f2 (patch) | |
tree | 3d4cce0da669b0c9f5abc7756c2ff39d7169fae7 | |
parent | 94f283af71581298316e4a274fd6c4c676dec01d (diff) | |
download | freebsd-ports-56180410efbfa1c53c064829c7b33758344928f2.zip |
devel/py-hologram: fix packaging
It's a direct commit. py-python-dateutil is not in the 2024Q2, so change
it back to py-dateutil while preserving required version limitation change.
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/R11:eb44fa832b1272ee0eb8273e13bc2dac348278c2
-rw-r--r-- | devel/py-hologram/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile index 704e231fbbbe..bc9edf8d2325 100644 --- a/devel/py-hologram/Makefile +++ b/devel/py-hologram/Makefile @@ -1,5 +1,6 @@ PORTNAME= hologram PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ WWW= https://github.com/dbt-labs/hologram LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} USES= python |