Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vale update, style packages
Date: Sun, 20 Dec 2020 12:11:38 +0100	[thread overview]
Message-ID: <20201220111138.4RFjsE-7b9N97fL54B6pwv3-xAnnnVJFgvqfB_dwPfs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27201@inbox.vuxu.org>

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

There is an updated 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: 4659 bytes --]

From 1b84136fdf6f3b350748c2a9856618fc05137a2d 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template
index 198e8d1057f..387c8af6ed4 100644
--- a/srcpkgs/vale/template
+++ b/srcpkgs/vale/template
@@ -1,15 +1,16 @@
 # 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="github.com/errata-ai/vale/v2"
+go_ldflags=" -X main.version=${version}"
 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 693221dee273844710ddb15874c7f41f99f7b7a2 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 9e126ff6e03fc3f724e63c04b08286a8a3eb2b53 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 a023807df561611fc480dd3cd6df27ab94f93e41 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
+}

  parent reply	other threads:[~2020-12-20 11:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 17:44 [PR PATCH] " 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 ` paper42 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201220111138.4RFjsE-7b9N97fL54B6pwv3-xAnnnVJFgvqfB_dwPfs@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).