Github messages for voidlinux
 help / color / mirror / Atom feed
From: klardotsh <klardotsh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: pre-commit-2.3.0, python3-nodeenv-1.3.5, python3-identify-1.4.15, python3-cfgv-3.1.0
Date: Mon, 04 May 2020 03:04:53 +0200	[thread overview]
Message-ID: <20200504010453.t7l3Sud4xFi9V10m5NddNEvkyTbCcrAt5mM8B2SoRto@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21596@inbox.vuxu.org>

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

There is an updated pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/pre-commit
https://github.com/void-linux/void-packages/pull/21596

New packages: pre-commit-2.3.0, python3-nodeenv-1.3.5, python3-identify-1.4.15, python3-cfgv-3.1.0
This is [pre-commit](https://github.com/pre-commit/pre-commit) and its dependencies that aren't already in the tree.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/pre-commit-21596.patch --]
[-- Type: text/x-diff, Size: 4597 bytes --]

From 34c07481c3b9fd97be2039b694f25206174d7772 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 17:40:02 -0700
Subject: [PATCH 1/4] New package: python3-cfgv-3.1.0

---
 srcpkgs/python3-cfgv/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-cfgv/template

diff --git a/srcpkgs/python3-cfgv/template b/srcpkgs/python3-cfgv/template
new file mode 100644
index 00000000000..f9e1597f781
--- /dev/null
+++ b/srcpkgs/python3-cfgv/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-cfgv'
+pkgname=python3-cfgv
+version=3.1.0
+revision=1
+wrksrc="cfgv-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="tox"
+short_desc="Validate configuration and produce human readable error messages"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/asottile/cfgv"
+distfiles="https://github.com/asottile/cfgv/archive/v${version}.tar.gz"
+checksum=56048fc70b910c331e2550da9c3398d09028afb7af29f3b5ece02741c9bd2b28
+
+do_check() {
+	tox
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 0cb0892ca23d654b69c0b031bc6f08f4c9acfc8d Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 17:40:30 -0700
Subject: [PATCH 2/4] New package: python3-identify-1.4.15

---
 srcpkgs/python3-identify/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-identify/template

diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template
new file mode 100644
index 00000000000..3002331e4ab
--- /dev/null
+++ b/srcpkgs/python3-identify/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-identify'
+pkgname=python3-identify
+version=1.4.15
+revision=1
+wrksrc="identify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="tox"
+short_desc="File identification library for Python"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/chriskuehl/identify"
+distfiles="https://github.com/chriskuehl/identify/archive/v${version}.tar.gz"
+checksum=916180f074518c962c78e08d3da65e0f1861452f2789e622b0d7cbef9ddbbebb
+
+do_check() {
+	make test
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 95757cd7bb65a76de9c840fc8c984ca2497f2bc3 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 17:40:56 -0700
Subject: [PATCH 3/4] New package: python3-nodeenv-1.3.5

---
 srcpkgs/python3-nodeenv/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-nodeenv/template

diff --git a/srcpkgs/python3-nodeenv/template b/srcpkgs/python3-nodeenv/template
new file mode 100644
index 00000000000..22fcb73e3ef
--- /dev/null
+++ b/srcpkgs/python3-nodeenv/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-nodeenv'
+pkgname=python3-nodeenv
+version=1.3.5
+revision=1
+wrksrc="nodeenv-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Virtual environment for Node.js & integrator with virtualenv"
+maintainer="klardotsh <josh@klar.sh>"
+license="BSD-3-Clause"
+homepage="http://ekalinin.github.io/nodeenv/"
+distfiles="https://github.com/ekalinin/nodeenv/archive/${version}.tar.gz"
+checksum=825944b102e44f6a7a10e3f32a2004cbb62755becbe8ed188494e5d962bc7ea3
+
+do_check() {
+	make tests
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 9b88684d05e64de2f36ee25af828e6a809ddaf51 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Sun, 3 May 2020 17:41:12 -0700
Subject: [PATCH 4/4] New package: pre-commit-2.3.0

---
 srcpkgs/pre-commit/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/pre-commit/template

diff --git a/srcpkgs/pre-commit/template b/srcpkgs/pre-commit/template
new file mode 100644
index 00000000000..7539fbfb1fa
--- /dev/null
+++ b/srcpkgs/pre-commit/template
@@ -0,0 +1,17 @@
+# Template file for 'pre-commit'
+pkgname=pre-commit
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-cfgv python3-identify python3-nodeenv python3-toml python3-virtualenv python3-yaml"
+short_desc="Framework for managing and maintaining multi-language pre-commit hooks"
+maintainer="klardotsh <josh@klar.sh>"
+license="MIT"
+homepage="https://github.com/pre-commit/pre-commit"
+distfiles="https://github.com/pre-commit/pre-commit/archive/v${version}${_status}.tar.gz"
+checksum=cbe534c57d0e0e17b0a739d71bb0d33a3bc295e65d6d125860bcfc7053abd645
+
+post_install() {
+	vlicense LICENSE
+}

  reply	other threads:[~2020-05-04  1:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04  0:43 [PR PATCH] " klardotsh
2020-05-04  1:04 ` klardotsh [this message]
2020-05-04 17:52 ` Chocimier
2021-02-16  6:33 ` ericonr
2021-02-16  6:33 ` [PR PATCH] [Closed]: " ericonr

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=20200504010453.t7l3Sud4xFi9V10m5NddNEvkyTbCcrAt5mM8B2SoRto@z \
    --to=klardotsh@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).