From a286005a0f8f83cf6c3a60f8b98842692adec89d Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 7 Nov 2022 18:28:17 -0500 Subject: [PATCH] grex: update to 1.4.1 --- srcpkgs/grex/patches/force-std-indexmap.patch | 13 +++++++++++++ srcpkgs/grex/template | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/grex/patches/force-std-indexmap.patch diff --git a/srcpkgs/grex/patches/force-std-indexmap.patch b/srcpkgs/grex/patches/force-std-indexmap.patch new file mode 100644 index 000000000000..441d2ef50ddd --- /dev/null +++ b/srcpkgs/grex/patches/force-std-indexmap.patch @@ -0,0 +1,13 @@ +# Drop when using petgraph version greater than 0.6.2 +diff --git a/Cargo.toml b/Cargo.toml +index 3aa40a65cb..f5b93e8978 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -38,6 +38,7 @@ itertools = "0.10.5" + lazy_static = "1.4.0" + ndarray = "0.15.6" + petgraph = {version = "0.6.2", default-features = false, features = ["stable_graph"]} ++indexmap = {version = "1.7", features = ["std"] } + regex = "1.6.0" + unic-char-range = "0.9.0" + unic-ucd-category = "0.9.0" diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template index 8204541bf6f1..61c10181dc92 100644 --- a/srcpkgs/grex/template +++ b/srcpkgs/grex/template @@ -1,6 +1,6 @@ # Template file for 'grex' pkgname=grex -version=1.4.0 +version=1.4.1 revision=1 build_style=cargo short_desc="Tool for generating regular expressions from user-provided test cases" @@ -9,7 +9,7 @@ license="Apache-2.0" homepage="https://github.com/pemistahl/grex" changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md" distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz" -checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987 +checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9 post_install() { vdoc README.md