head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2026.09.05.09.25.46; author wiz; state Exp; branches; next 1.2; commitid WlFotOmknSnVIpUG; 1.2 date 2026.09.03.12.50.36; author adam; state Exp; branches; next 1.1; commitid Kw8yg2p2YpOkVaUG; 1.1 date 2026.09.03.08.25.04; author adam; state Exp; branches; next ; commitid 8lIxMnfzUThas9UG; desc @@ 1.3 log @py-backports.zstd: do not enable for Python 3.10 3.10 is not in the default-allowed set, so the dependencies are not available for bulk builds. @ text @# $NetBSD: Makefile,v 1.2 2026/09/03 12:50:36 adam Exp $ DISTNAME= backports_zstd-1.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=b/backports.zstd/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/rogdham/backports.zstd COMMENT= Backport of compression.zstd LICENSE= python-software-foundation TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80:../../devel/py-setuptools PYTHON_VERSIONS_ACCEPTED= 313 312 311 # included in 3.14+ .include "../../archivers/zstd/buildlink3.mk" .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @py-backports.zstd: remove unused WHEEL_ARGS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/09/03 08:25:04 adam Exp $ d15 1 a15 1 PYTHON_VERSIONS_ACCEPTED= 313 312 311 310 # included in 3.14+ @ 1.1 log @py-backports.zstd: added version 1.7.0 Backport of PEP-784 "adding Zstandard to the standard library". @ text @d1 1 a1 1 # $NetBSD$ a14 3 WHEEL_ARGS+= -C=--system-zstd=1 #WHEEL_ARGS+= --system-zstd @