pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-cramjam: Remove hardcoded python version
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Thu Mar 16 04:51:32 2023 -0700
Changeset: 6e98067dbda210313f576587e80db5a8e9bb160f
Modified Files:
py-cramjam/Makefile
Log Message:
py-cramjam: Remove hardcoded python version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e98067dbda210313f576587e80db5a8e9bb160f
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 a2828286d9..1368484690 100644
--- a/py-cramjam/Makefile
+++ b/py-cramjam/Makefile
@@ -24,7 +24,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 \
+ build-wheel -i ${PREFIX}/bin/python${PYVERSSUFFIX} --compatibility off \
--offline
# Test Requires install
Home |
Main Index |
Thread Index |
Old Index