Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 21:22:33 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb5e894b96c6 - main - archivers/py-pyzstd: Use PY_BACKPORTS.ZSTD
Message-ID:  <6941cd99.3dbd7.286ebb0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit cb5e894b96c63069522e3ac4b741dfd2b1560ca2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 21:17:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 21:17:09 +0000

    archivers/py-pyzstd: Use PY_BACKPORTS.ZSTD
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 archivers/py-pyzstd/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile
index a03fed64117c..d561feaade82 100644
--- a/archivers/py-pyzstd/Makefile
+++ b/archivers/py-pyzstd/Makefile
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PY_BACKPORTS.ZSTD}
 
 USES=		python
 USE_PYTHON=	autoplist pep517 pytest
@@ -28,8 +29,5 @@ do-test:
 .if ${PYTHON_REL} < 31300
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 .endif
-.if ${PYTHON_REL} < 31400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.zstd>=0:devel/py-backports.zstd@${PY_FLAVOR}
-.endif
 
 .include <bsd.port.post.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6941cd99.3dbd7.286ebb0>