pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-cramjam: Fix build with newer py-maturin



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Oct 23 18:46:14 2022 -0700
Changeset:	e37c475a03afa7ddd6f62402b481bc637fc6cdce

Modified Files:
	py-cramjam/Makefile

Log Message:
py-cramjam: Fix build with newer py-maturin

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e37c475a03afa7ddd6f62402b481bc637fc6cdce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-cramjam/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-cramjam/Makefile b/py-cramjam/Makefile
index a00e576a64..335c0f2ae6 100644
--- a/py-cramjam/Makefile
+++ b/py-cramjam/Makefile
@@ -25,7 +25,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} maturin-${PYVERSSUFFIX} pep517 \
 		build-wheel -i ${PREFIX}/bin/python3.10 --compatibility off \
-		--cargo-extra-args="--offline"
+		--offline
 
 # Test Requires install
 do-test:


Home | Main Index | Thread Index | Old Index