pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/syncstorage-rs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct 11 14:03:21 UTC 2024

Modified Files:
        pkgsrc/www/syncstorage-rs: Makefile

Log Message:
syncstorage-rs: not for Python 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/syncstorage-rs/Makefile

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

Modified files:

Index: pkgsrc/www/syncstorage-rs/Makefile
diff -u pkgsrc/www/syncstorage-rs/Makefile:1.4 pkgsrc/www/syncstorage-rs/Makefile:1.5
--- pkgsrc/www/syncstorage-rs/Makefile:1.4      Fri Sep 13 09:57:15 2024
+++ pkgsrc/www/syncstorage-rs/Makefile  Fri Oct 11 14:03:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/09/13 09:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/11 14:03:21 wiz Exp $
 
 DISTNAME=      syncstorage-rs-0.17.4
 CATEGORIES=    www
@@ -40,7 +40,11 @@ USE_TOOLS+=          pkg-config
 RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+# as of 0.17.4
+# error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)
+# = help: please check if an updated version of PyO3 is available. Current version: 0.21.2
+# = help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
+PYTHON_VERSIONS_INCOMPATIBLE=  313
 
 INSTALLATION_DIRS+=    bin share/doc/syncstorage-rs share/examples/syncstorage-rs
 INSTALLATION_DIRS+=    lib/tokenserver



Home | Main Index | Thread Index | Old Index