Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbenden <jbenden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-pre-commit-2.15.0_1.
Date: Tue, 26 Oct 2021 22:30:43 +0200	[thread overview]
Message-ID: <20211026203043.cOeLlfoa-lf5CpxFu9jlwyvtLZx4HS7hqqM20f42qRI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33770@inbox.vuxu.org>

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

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

https://github.com/jbenden/void-packages pre-commit
https://github.com/void-linux/void-packages/pull/33770

New package: python3-pre-commit-2.15.0_1.
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

The primary package "python3-pre-commit" could also be named "pre-commit". Not sure which is preferred.

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

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

From 71556381f81af2454feead4eb16ccac7e0deefe9 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Tue, 26 Oct 2021 12:40:30 -0700
Subject: [PATCH] New package: python3-pre-commit-2.15.0_1.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/python3-cfgv/template       | 17 +++++++++++++++++
 srcpkgs/python3-identify/template   | 17 +++++++++++++++++
 srcpkgs/python3-nodeenv/template    | 19 +++++++++++++++++++
 srcpkgs/python3-pre-commit/template | 18 ++++++++++++++++++
 4 files changed, 71 insertions(+)
 create mode 100644 srcpkgs/python3-cfgv/template
 create mode 100644 srcpkgs/python3-identify/template
 create mode 100644 srcpkgs/python3-nodeenv/template
 create mode 100644 srcpkgs/python3-pre-commit/template

diff --git a/srcpkgs/python3-cfgv/template b/srcpkgs/python3-cfgv/template
new file mode 100644
index 000000000000..7f2b5bf6aa63
--- /dev/null
+++ b/srcpkgs/python3-cfgv/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-cfgv'
+pkgname=python3-cfgv
+version=3.3.1
+revision=1
+wrksrc="cfgv-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Validate configuration and produce human readable error messages"
+maintainer="Joseph Benden <joe@benden.us>"
+license="MIT"
+homepage="https://github.com/asottile/cfgv"
+distfiles="${PYPI_SITE}/c/cfgv/cfgv-${version}.tar.gz"
+checksum=f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template
new file mode 100644
index 000000000000..2e3438257418
--- /dev/null
+++ b/srcpkgs/python3-identify/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-identify'
+pkgname=python3-identify
+version=2.3.1
+revision=1
+wrksrc="identify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="File identification library for Python"
+maintainer="Joseph Benden <joe@benden.us>"
+license="MIT"
+homepage="https://github.com/chriskuehl/identify"
+distfiles="${PYPI_SITE}/i/identify/identify-${version}.tar.gz"
+checksum=8a92c56893e9a4ce951f09a50489986615e3eba7b4c60610e0b25f93ca4487ba
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-nodeenv/template b/srcpkgs/python3-nodeenv/template
new file mode 100644
index 000000000000..80052bdce145
--- /dev/null
+++ b/srcpkgs/python3-nodeenv/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nodeenv'
+pkgname=python3-nodeenv
+version=1.6.0
+revision=1
+wrksrc="nodeenv-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="make"
+checkdepends="nodejs python3-coverage python3-mock python3-pytest which"
+short_desc="Node.js virtual environment builder"
+maintainer="Joseph Benden <joe@benden.us>"
+license="BSD-3-Clause"
+homepage="https://github.com/ekalinin/nodeenv"
+distfiles="https://github.com/ekalinin/nodeenv/archive/${version}.tar.gz"
+checksum=87b04b0832d38bd825e004e7c8ed82d75524efaa6b8a72e3a55088d93e4e17f7
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-pre-commit/template b/srcpkgs/python3-pre-commit/template
new file mode 100644
index 000000000000..9da348c4ce17
--- /dev/null
+++ b/srcpkgs/python3-pre-commit/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pre-commit'
+pkgname=python3-pre-commit
+version=2.15.0
+revision=1
+wrksrc="pre_commit-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-cfgv python3-identify python3-nodeenv python3-yaml python3-toml"
+short_desc="Framework for multi-language pre-commit hooks"
+maintainer="Joseph Benden <joe@benden.us>"
+license="MIT"
+homepage="https://pre-commit.com/"
+distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
+checksum=3c25add78dbdfb6a28a651780d5c311ac40dd17f160eb3954a0c59da40a505a7
+
+post_install() {
+	vlicense LICENSE
+}

  reply	other threads:[~2021-10-26 20:30 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26 19:49 [PR PATCH] " jbenden
2021-10-26 20:30 ` jbenden [this message]
2021-10-26 20:44 ` [PR PATCH] [Updated] " jbenden
2021-10-27 16:33 ` Chocimier
2021-10-27 21:35 ` [PR PATCH] [Updated] " jbenden
2021-10-27 21:37 ` jbenden
2021-10-29 19:37 ` Chocimier
2021-10-29 20:19 ` jbenden
2021-11-03 21:08 ` [PR REVIEW] " Chocimier
2021-11-03 22:31 ` jbenden
2021-11-03 22:45 ` paper42
2021-11-06  4:05 ` [PR PATCH] [Updated] " jbenden
2021-11-06  4:07 ` jbenden
2021-11-06 18:56 ` [PR REVIEW] " jbenden
2021-11-06 20:05 ` Chocimier
2021-11-06 22:20 ` [PR PATCH] [Updated] " jbenden
2021-11-06 22:33 ` [PR REVIEW] " jbenden
2021-11-06 23:29 ` jbenden
2021-11-06 23:32 ` jbenden
2021-11-09  0:10 ` Chocimier
2021-12-06 20:16 ` [PR PATCH] [Updated] " jbenden
2021-12-06 20:20 ` jbenden
2021-12-08 17:29 ` [PR REVIEW] " Chocimier
2021-12-08 17:30 ` Chocimier
2021-12-08 18:52 ` [PR PATCH] [Updated] " jbenden
2021-12-28 23:46 ` jbenden
2021-12-29 23:13 ` [PR PATCH] [Merged]: " Chocimier

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=20211026203043.cOeLlfoa-lf5CpxFu9jlwyvtLZx4HS7hqqM20f42qRI@z \
    --to=jbenden@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).