pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cddl



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Aug 12 17:11:43 UTC 2024

Modified Files:
        pkgsrc/devel/py-cddl: Makefile

Log Message:
devel/py-cddl: Add TOOL_DEPENDS on py-maturin


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cddl/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-cddl/Makefile
diff -u pkgsrc/devel/py-cddl/Makefile:1.2 pkgsrc/devel/py-cddl/Makefile:1.3
--- pkgsrc/devel/py-cddl/Makefile:1.2   Sun Aug 11 22:38:30 2024
+++ pkgsrc/devel/py-cddl/Makefile       Mon Aug 12 17:11:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/11 22:38:30 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/12 17:11:43 gdt Exp $
 
 VERSION=       0.6.3
 DISTNAME=      pycddl-${VERSION}
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 USE_LANGUAGES+=                c
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-maturin>=1:../../devel/py-maturin
+
 CARGO_CRATE_DEPENDS+=  abnf-0.12.0
 CARGO_CRATE_DEPENDS+=  abnf-core-0.5.0
 CARGO_CRATE_DEPENDS+=  abnf_to_pest-0.5.1



Home | Main Index | Thread Index | Old Index