pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python313



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  5 11:18:28 UTC 2025

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
python313: switch to external mpdecimal dependency

Recommended by Python's build system.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/python313/Makefile

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

Modified files:

Index: pkgsrc/lang/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.12 pkgsrc/lang/python313/Makefile:1.13
--- pkgsrc/lang/python313/Makefile:1.12 Sun Jan  5 11:17:56 2025
+++ pkgsrc/lang/python313/Makefile      Sun Jan  5 11:18:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/01/05 11:17:56 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/05 11:18:28 wiz Exp $
 
-PKGREVISION=   2
+PKGREVISION=   3
 .include "dist.mk"
 
 PKGNAME=       python313-${PY_DISTVERSION}
@@ -220,7 +220,7 @@ CONFIGURE_ENV+=             ac_cv_lib_intl_textdoma
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-#.include "../../math/mpdecimal/buildlink3.mk"
+.include "../../math/mpdecimal/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bdb.buildlink3.mk"



Home | Main Index | Thread Index | Old Index