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:           Wed Oct 23 06:05:41 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.7 -r1.8 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.7 pkgsrc/www/syncstorage-rs/Makefile:1.8
--- pkgsrc/www/syncstorage-rs/Makefile:1.7      Tue Oct 22 18:42:16 2024
+++ pkgsrc/www/syncstorage-rs/Makefile  Wed Oct 23 06:05:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/10/22 18:42:16 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/23 06:05:41 wiz Exp $
 
 DISTNAME=      syncstorage-rs-0.17.11
 CATEGORIES=    www
@@ -29,6 +29,9 @@ DEPENDS+=     ${PYPKGPREFIX}-tokenlib-[0-9]*
 
 RUST_REQ+=     1.80
 
+# https://github.com/mozilla-services/syncstorage-rs/issues/1617
+PYTHON_VERSIONS_INCOMPATIBLE=  313
+
 .include "cargo-depends.mk"
 
 # Depends on an mozilla-modified version of crate



Home | Main Index | Thread Index | Old Index