pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-maturin
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 2 06:20:33 UTC 2023
Modified Files:
pkgsrc/devel/py-maturin: Makefile
Log Message:
py-maturin: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-maturin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-maturin/Makefile
diff -u pkgsrc/devel/py-maturin/Makefile:1.1 pkgsrc/devel/py-maturin/Makefile:1.2
--- pkgsrc/devel/py-maturin/Makefile:1.1 Wed Mar 1 18:35:29 2023
+++ pkgsrc/devel/py-maturin/Makefile Thu Mar 2 06:20:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/03/01 18:35:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/02 06:20:33 wiz Exp $
DISTNAME= maturin-0.14.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36.2:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} maturin maturin-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index