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: gdt
Date: Wed Jun 18 23:48:35 UTC 2025
Modified Files:
pkgsrc/devel/py-maturin: Makefile
Log Message:
devel/py-maturin: Require new enough py-setuptools-rust
The maturin build fails non-obviously with 1.10.2, and works with
1.11.1.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/devel/py-maturin/Makefile:1.38
--- pkgsrc/devel/py-maturin/Makefile:1.37 Tue Jun 10 09:08:38 2025
+++ pkgsrc/devel/py-maturin/Makefile Wed Jun 18 23:48:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/06/10 09:08:38 adam Exp $
+# $NetBSD: Makefile,v 1.38 2025/06/18 23:48:34 gdt Exp $
DISTNAME= maturin-1.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Build and publish crates with p
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.4.0:../../devel/py-setuptools-rust
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.11.1:../../devel/py-setuptools-rust
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Home |
Main Index |
Thread Index |
Old Index