Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vale update, style packages
@ 2020-12-16 17:44 paper42
  2020-12-16 20:33 ` SolitudeSF
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: paper42 @ 2020-12-16 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages vale-update
https://github.com/void-linux/void-packages/pull/27201

vale update, style packages
ping @SolitudeSF 

it does not build without this line, but I didn't find a better way to do it
```
go_import_path="."
```

A patch file from https://github.com/void-linux/void-packages/pull/27201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vale-update-27201.patch --]
[-- Type: text/x-diff, Size: 4589 bytes --]

From cfe16bb95eb7c15fadeb8d85513903dbd34c412d Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 16 Dec 2020 18:33:25 +0100
Subject: [PATCH 1/4] vale: update to 2.6.7

---
 srcpkgs/vale/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 198e8d1057f..7046a5a05ff 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,15 +1,15 @@
 # Template file for 'vale'
 pkgname=vale
-version=2.4.3
+version=2.6.7
 revision=1
 build_style=go
-go_import_path="github.com/errata-ai/vale"
+go_import_path="."
 short_desc="Natural language linter"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://docs.errata.ai/vale/about/"
 distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz"
-checksum=da6fa9224a6bec21dcea29d2b9b346d00c133c4864ea44c07ea222289ab98e70
+checksum=21a43c7122932d0914bd023ae412432aed3e0112473bf809b542dba3986ee4bd
 
 post_install() {
 	vlicense LICENSE

From da9986925f0394fe50157ce07e498ed25e08c959 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 16 Dec 2020 18:33:39 +0100
Subject: [PATCH 2/4] New package: vale-style-microsoft-0.8.1

---
 srcpkgs/vale-style-microsoft/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/vale-style-microsoft/template

diff --git a/srcpkgs/vale-style-microsoft/template b/srcpkgs/vale-style-microsoft/template
new file mode 100644
index 00000000000..4edd7b5c74f
--- /dev/null
+++ b/srcpkgs/vale-style-microsoft/template
@@ -0,0 +1,18 @@
+# Template file for 'vale-style-microsoft'
+pkgname=vale-style-microsoft
+version=0.8.1
+revision=1
+wrksrc=Microsoft-${version}
+short_desc="Vale-compatible implementation of the Microsoft Writing Style Guide"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/errata-ai/Microsoft/"
+distfiles="https://github.com/errata-ai/Microsoft/archive/v${version}.tar.gz"
+checksum=efb23757ded10679574dd10b280769a04beb567b57bb7ac625241152cd7249cd
+
+do_install() {
+	for f in Microsoft/*.yml; do
+		vinstall "$f" 644 "/usr/share/vale/Microsoft/"
+	done
+	vlicense LICENSE
+}

From af33c0f43c231605ae9f99bad6fd51ef6c1527d4 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 16 Dec 2020 18:34:12 +0100
Subject: [PATCH 3/4] New package: vale-style-proselint-0.3.2

---
 srcpkgs/vale-style-proselint/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/vale-style-proselint/template

diff --git a/srcpkgs/vale-style-proselint/template b/srcpkgs/vale-style-proselint/template
new file mode 100644
index 00000000000..d2552a537bf
--- /dev/null
+++ b/srcpkgs/vale-style-proselint/template
@@ -0,0 +1,18 @@
+# Template file for 'vale-style-proselint'
+pkgname=vale-style-proselint
+version=0.3.2
+revision=1
+wrksrc=proselint-${version}
+short_desc="Vale-compatible implementation of the proselint linter"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/errata-ai/proselint/"
+distfiles="https://github.com/errata-ai/proselint/archive/v${version}.tar.gz"
+checksum=69916df94c0bfcc2520d7f49ae7a002137985f04702a58d8aaa0adc5fa55b8e2
+
+do_install() {
+	for f in proselint/*.yml; do
+		vinstall "$f" 644 "/usr/share/vale/proselint/"
+	done
+	vlicense LICENSE
+}

From a470e06b8fc10bc11a3d709550b8bdef4885a5be Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 16 Dec 2020 18:34:50 +0100
Subject: [PATCH 4/4] New package: vale-style-write-good-0.4.0

---
 srcpkgs/vale-style-write-good/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/vale-style-write-good/template

diff --git a/srcpkgs/vale-style-write-good/template b/srcpkgs/vale-style-write-good/template
new file mode 100644
index 00000000000..a0d4cf968bc
--- /dev/null
+++ b/srcpkgs/vale-style-write-good/template
@@ -0,0 +1,18 @@
+# Template file for 'vale-style-write-good'
+pkgname=vale-style-write-good
+version=0.4.0
+revision=1
+wrksrc=write-good-${version}
+short_desc="Vale-compatible implementation of the write-good linter"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/errata-ai/write-good/"
+distfiles="https://github.com/errata-ai/write-good/archive/v${version}.tar.gz"
+checksum=ddf54a6b829603e6f01dbad428330911ee65c20f67eedb0ddc3369fdfe476799
+
+do_install() {
+	for f in write-good/*.yml; do
+		vinstall "$f" 644 "/usr/share/vale/write-good/"
+	done
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-12-22 11:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 17:44 [PR PATCH] vale update, style packages paper42
2020-12-16 20:33 ` SolitudeSF
2020-12-16 22:02 ` [PR PATCH] [Updated] " paper42
2020-12-16 22:02 ` paper42
2020-12-16 22:02 ` paper42
2020-12-17 18:12 ` ericonr
2020-12-17 19:56 ` paper42
2020-12-18  3:45 ` ericonr
2020-12-18  3:47 ` ericonr
2020-12-18  3:54 ` ericonr
2020-12-20 11:11 ` [PR PATCH] [Updated] " paper42
2020-12-20 11:25 ` paper42
2020-12-20 11:26 ` paper42
2020-12-22  0:11 ` ericonr
2020-12-22  0:12 ` [PR PATCH] [Merged]: " ericonr
2020-12-22  2:21 ` q66
2020-12-22  4:25 ` ericonr
2020-12-22 10:07 ` paper42
2020-12-22 11:39 ` q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).