pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-orjson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  2 18:09:30 UTC 2025

Modified Files:
        pkgsrc/textproc/py-orjson: Makefile

Log Message:
py-orjson: set required minimal rust version


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-orjson/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-orjson/Makefile
diff -u pkgsrc/textproc/py-orjson/Makefile:1.14 pkgsrc/textproc/py-orjson/Makefile:1.15
--- pkgsrc/textproc/py-orjson/Makefile:1.14     Sun Feb  2 16:09:06 2025
+++ pkgsrc/textproc/py-orjson/Makefile  Sun Feb  2 18:09:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/02 16:09:06 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/02 18:09:30 wiz Exp $
 
 DISTNAME=      orjson-3.10.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/ijl/orjson
 COMMENT=       Fast, correct Python JSON library
 LICENSE=       apache-2.0 OR mit
 
+RUST_REQ=      1.82.0
+
 .include "cargo-depends.mk"
 
 .include "../../devel/py-maturin/tool.mk"



Home | Main Index | Thread Index | Old Index