Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pre-commit-2.9.3
@ 2020-12-19 23:11 RecursiveForest
  2020-12-19 23:18 ` [PR PATCH] [Updated] " RecursiveForest
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: RecursiveForest @ 2020-12-19 23:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RecursiveForest/void-packages python3-pre-commit-2.9.3
https://github.com/void-linux/void-packages/pull/27288

New package: python3-pre-commit-2.9.3
Closes https://github.com/void-linux/void-packages/issues/27225

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

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

From a712a544b0d442c687f8123bf89db8d70b4efa93 Mon Sep 17 00:00:00 2001
From: Samantha Baldwin <fuhsaz+git@cryptic.li>
Date: Sat, 19 Dec 2020 18:10:03 -0500
Subject: [PATCH] New package: python3-pre-commit-2.9.3

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

diff --git a/srcpkgs/python3-pre-commit/template b/srcpkgs/python3-pre-commit/template
new file mode 100644
index 00000000000..3e4d6a95c1b
--- /dev/null
+++ b/srcpkgs/python3-pre-commit/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pre-commit'
+pkgname=python3-pre-commit
+version=2.9.3
+revision=1
+wrksrc=pre-commit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Framework for managing and maintaining multi-language pre-commit hooks"
+maintainer="Samantha Baldwin <fuhsaz+git@cryptic.li>"
+license="MIT"
+homepage="https://pre-commit.com"
+distfiles="https://github.com/pre-commit/pre-commit/archive/v${version}.tar.gz"
+checksum=8592823c229e0da5cd8bfa8d5fc2e2e6d3790ca3ac67ce023a7a05b1fc1b61f6
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
@ 2020-12-19 23:18 ` RecursiveForest
  2021-02-16  6:34 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: RecursiveForest @ 2020-12-19 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RecursiveForest/void-packages python3-pre-commit-2.9.3
https://github.com/void-linux/void-packages/pull/27288

New package: python3-pre-commit-2.9.3
Closes https://github.com/void-linux/void-packages/issues/27225

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

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

From 5fc5e7329a10f1f5ba559d0c05ec0535f3f191d1 Mon Sep 17 00:00:00 2001
From: Samantha Baldwin <fuhsaz+git@cryptic.li>
Date: Sat, 19 Dec 2020 18:18:01 -0500
Subject: [PATCH] New package: python3-pre-commit-2.9.3

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

diff --git a/srcpkgs/python3-pre-commit/template b/srcpkgs/python3-pre-commit/template
new file mode 100644
index 00000000000..a46233fa427
--- /dev/null
+++ b/srcpkgs/python3-pre-commit/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pre-commit'
+pkgname=python3-pre-commit
+version=2.9.3
+revision=1
+wrksrc=pre-commit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3"
+short_desc="Framework for managing and maintaining multi-language pre-commit hooks"
+maintainer="Samantha Baldwin <fuhsaz+git@cryptic.li>"
+license="MIT"
+homepage="https://pre-commit.com"
+distfiles="https://github.com/pre-commit/pre-commit/archive/v${version}.tar.gz"
+checksum=8592823c229e0da5cd8bfa8d5fc2e2e6d3790ca3ac67ce023a7a05b1fc1b61f6
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
  2020-12-19 23:18 ` [PR PATCH] [Updated] " RecursiveForest
@ 2021-02-16  6:34 ` ericonr
  2021-05-27  7:05 ` eoli3n
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-16  6:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27288#issuecomment-779619626

Comment:
All tests are failing? You might need `PYTHONPATH` set in `pre_check`

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

* Re: New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
  2020-12-19 23:18 ` [PR PATCH] [Updated] " RecursiveForest
  2021-02-16  6:34 ` ericonr
@ 2021-05-27  7:05 ` eoli3n
  2021-05-27  7:05 ` eoli3n
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: eoli3n @ 2021-05-27  7:05 UTC (permalink / raw)
  To: ml

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

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27288#issuecomment-849388069

Comment:
Up ?

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

* Re: New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
                   ` (2 preceding siblings ...)
  2021-05-27  7:05 ` eoli3n
@ 2021-05-27  7:05 ` eoli3n
  2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: eoli3n @ 2021-05-27  7:05 UTC (permalink / raw)
  To: ml

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

New comment by eoli3n on void-packages repository

https://github.com/void-linux/void-packages/pull/27288#issuecomment-849388069

Comment:
Up @RecursiveForest ?

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

* Re: New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
                   ` (3 preceding siblings ...)
  2021-05-27  7:05 ` eoli3n
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-01  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27288#issuecomment-1114104723

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-pre-commit-2.9.3
  2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
                   ` (4 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: python3-pre-commit-2.9.3
https://github.com/void-linux/void-packages/pull/27288

Description:
Closes https://github.com/void-linux/void-packages/issues/27225

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

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 23:11 [PR PATCH] New package: python3-pre-commit-2.9.3 RecursiveForest
2020-12-19 23:18 ` [PR PATCH] [Updated] " RecursiveForest
2021-02-16  6:34 ` ericonr
2021-05-27  7:05 ` eoli3n
2021-05-27  7:05 ` eoli3n
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions

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).