pkgsrc-WIP-changes archive

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

syncstorage-rs: needs rust >= 1.80



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 22 19:09:31 2024 +0200
Changeset:	2de91c758b052f325fa56f72ebc6f603d5991490

Modified Files:
	syncstorage-rs/Makefile
	syncstorage-rs/TODO

Log Message:
syncstorage-rs: needs rust >= 1.80

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2de91c758b052f325fa56f72ebc6f603d5991490

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

diffstat:
 syncstorage-rs/Makefile | 2 +-
 syncstorage-rs/TODO     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/syncstorage-rs/Makefile b/syncstorage-rs/Makefile
index d6fcfdb541..27f353a5b4 100644
--- a/syncstorage-rs/Makefile
+++ b/syncstorage-rs/Makefile
@@ -40,7 +40,7 @@ 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
+PYTHON_VERSIONS_INCOMPATIBLE=	38
 
 INSTALLATION_DIRS+=	bin share/doc/syncstorage-rs share/examples/syncstorage-rs
 INSTALLATION_DIRS+=	lib/tokenserver
diff --git a/syncstorage-rs/TODO b/syncstorage-rs/TODO
index cb6143bbd1..0f8dd108d7 100644
--- a/syncstorage-rs/TODO
+++ b/syncstorage-rs/TODO
@@ -1,3 +1,5 @@
+Needs rust 1.80:
+
    Compiling num-traits v0.1.43
 error[E0463]: can't find crate for `try_lock` which `want` depends on
   --> /scratch/www/syncstorage-rs/work/vendor/hyper-1.3.1/src/client/dispatch.rs:22:26


Home | Main Index | Thread Index | Old Index