Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 09:00:15 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 56180410efbf - 2024Q2 - devel/py-hologram: fix packaging
Message-ID:  <202406180900.45I90Fm2083182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56180410efbfa1c53c064829c7b33758344928f2

commit 56180410efbfa1c53c064829c7b33758344928f2
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-06-18 08:56:56 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-06-18 08:56:56 +0000

    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
---
 devel/py-hologram/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180900.45I90Fm2083182>