pkgsrc-WIP-changes archive

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

taplo-lsp: try and fail at pinning a working 'clap' dependency version



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Dec 10 18:47:20 2021 +0100
Changeset:	2957ed55f66a05640494a675de45bd7c8d3c0bac

Modified Files:
	taplo-lsp/distinfo
Added Files:
	taplo-lsp/patches/patch-taplo-cli_Cargo.toml
	taplo-lsp/patches/patch-taplo-lsp_Cargo.toml

Log Message:
taplo-lsp: try and fail at pinning a working 'clap' dependency version

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

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

diffstat:
 taplo-lsp/distinfo                           |  2 ++
 taplo-lsp/patches/patch-taplo-cli_Cargo.toml | 13 +++++++++++++
 taplo-lsp/patches/patch-taplo-lsp_Cargo.toml | 13 +++++++++++++
 3 files changed, 28 insertions(+)

diffs:
diff --git a/taplo-lsp/distinfo b/taplo-lsp/distinfo
index ca90ba5e49..4d10bc1ff2 100644
--- a/taplo-lsp/distinfo
+++ b/taplo-lsp/distinfo
@@ -675,3 +675,5 @@ Size (ws2_32-sys-0.2.1.crate) = 4697 bytes
 BLAKE2s (yaml-rust-0.4.5.crate) = 65c7c0fe708cb682959e36fbb03b09a35b09d529e5c87364107f5985940a1404
 SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0
 Size (yaml-rust-0.4.5.crate) = 47783 bytes
+SHA1 (patch-taplo-cli_Cargo.toml) = ef4636eb2e9ce33b563404fc0f934f706d70a361
+SHA1 (patch-taplo-lsp_Cargo.toml) = 0ebc8113af2100a99121da3fa6830c4acbb79f24
diff --git a/taplo-lsp/patches/patch-taplo-cli_Cargo.toml b/taplo-lsp/patches/patch-taplo-cli_Cargo.toml
new file mode 100644
index 0000000000..27758239fd
--- /dev/null
+++ b/taplo-lsp/patches/patch-taplo-cli_Cargo.toml
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- taplo-cli/Cargo.toml.orig	2021-09-28 18:57:16.000000000 +0000
++++ taplo-cli/Cargo.toml
+@@ -22,7 +22,7 @@ nightly = []
+ 
+ [dependencies]
+ anyhow = "1"
+-clap = { package = "tamasfe-clap", version = "3.0.0-beta.2", features = ["suggestions", "std", "cargo"] }
++clap = { package = "tamasfe-clap", version = "=3.0.0-beta.2", features = ["suggestions", "std", "cargo"] }
+ futures = "0.3"
+ glob = "0.3"
+ hex = "0.4"
diff --git a/taplo-lsp/patches/patch-taplo-lsp_Cargo.toml b/taplo-lsp/patches/patch-taplo-lsp_Cargo.toml
new file mode 100644
index 0000000000..89d79f1813
--- /dev/null
+++ b/taplo-lsp/patches/patch-taplo-lsp_Cargo.toml
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- taplo-lsp/Cargo.toml.orig	2021-09-28 18:57:16.000000000 +0000
++++ taplo-lsp/Cargo.toml
+@@ -57,7 +57,7 @@ tokio = { version = "1", features = [
+     "time",
+     "process",
+ ] }
+-clap = "3.0.0-beta.2"
++clap = "=3.0.0-beta.2"
+ ctrlc = "3"
+ notify = "4"
+ 


Home | Main Index | Thread Index | Old Index