Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: stgit 1.5
@ 2022-07-09 17:16 chexum
  2022-07-10  7:21 ` [PR REVIEW] " meator
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: chexum @ 2022-07-09 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages stgit
https://github.com/void-linux/void-packages/pull/37945

New package: stgit 1.5
stgit (command stg) is a git patch management tool that helps manage multiple pending patches without banishing them to a separate branch.

#### Testing the changes
- I tested the changes in this PR: **YES** (daily)

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From c087a453d64b5c55f218251a9acd318267e652e2 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sat, 9 Jul 2022 17:15:34 +0000
Subject: [PATCH] New package: stgit 1.5

---
 srcpkgs/stgit/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/stgit/template

diff --git a/srcpkgs/stgit/template b/srcpkgs/stgit/template
new file mode 100644
index 000000000000..00cb9fbe51e8
--- /dev/null
+++ b/srcpkgs/stgit/template
@@ -0,0 +1,13 @@
+# Template file for 'stgit'
+pkgname=stgit
+version=1.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools git"
+short_desc="Git patch management to keep commits as stack of patches"
+maintainer="J Farkas <chexum+git@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://stacked-git.github.io/"
+changelog="https://stacked-git.github.io/changelog/"
+distfiles="https://github.com/stacked-git/stgit/releases/download/v${version}/stgit-${version}.tar.gz"
+checksum=ce6f8a3536c8f09aa6b2f1b7c7546279c02c8beeb2ea1b296f29ae9fe0cf1ff3

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

* Re: [PR REVIEW] New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
@ 2022-07-10  7:21 ` meator
  2022-07-10  8:37 ` [PR PATCH] [Updated] " chexum
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: meator @ 2022-07-10  7:21 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/37945#discussion_r917351906

Comment:
Raw text files are preferred for `changelog`s.
```suggestion
changelog="https://raw.githubusercontent.com/stacked-git/stgit/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
  2022-07-10  7:21 ` [PR REVIEW] " meator
@ 2022-07-10  8:37 ` chexum
  2022-07-10  8:38 ` chexum
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2022-07-10  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages stgit
https://github.com/void-linux/void-packages/pull/37945

New package: stgit 1.5
stgit (command stg) is a git patch management tool that helps manage multiple pending patches without banishing them to a separate branch.

#### Testing the changes
- I tested the changes in this PR: **YES** (daily)

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 16ce8d731d962cb558c52674606ecf174c2abd95 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Mon, 27 Jun 2022 20:19:38 +0000
Subject: [PATCH] stgit 1.5

---
 srcpkgs/stgit/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/stgit/template

diff --git a/srcpkgs/stgit/template b/srcpkgs/stgit/template
new file mode 100644
index 000000000000..7f11353d7478
--- /dev/null
+++ b/srcpkgs/stgit/template
@@ -0,0 +1,13 @@
+# Template file for 'stgit'
+pkgname=stgit
+version=1.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools git"
+short_desc="Git patch management to keep commits as stack of patches"
+maintainer="J Farkas <chexum+git@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://stacked-git.github.io/"
+changelog="https://raw.githubusercontent.com/stacked-git/stgit/master/CHANGELOG.md"
+distfiles="https://github.com/stacked-git/stgit/releases/download/v${version}/stgit-${version}.tar.gz"
+checksum=ce6f8a3536c8f09aa6b2f1b7c7546279c02c8beeb2ea1b296f29ae9fe0cf1ff3

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

* Re: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
  2022-07-10  7:21 ` [PR REVIEW] " meator
  2022-07-10  8:37 ` [PR PATCH] [Updated] " chexum
@ 2022-07-10  8:38 ` chexum
  2022-07-10  8:39 ` [PR PATCH] [Updated] " chexum
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2022-07-10  8:38 UTC (permalink / raw)
  To: ml

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

New comment by chexum on void-packages repository

https://github.com/void-linux/void-packages/pull/37945#issuecomment-1179684035

Comment:
Thanks @meator (github didn't let me type into the comment field for resolution).  Amended/rebased/pushed.

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

* Re: [PR PATCH] [Updated] New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (2 preceding siblings ...)
  2022-07-10  8:38 ` chexum
@ 2022-07-10  8:39 ` chexum
  2022-07-22 21:00 ` [PR REVIEW] " Chocimier
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2022-07-10  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages stgit
https://github.com/void-linux/void-packages/pull/37945

New package: stgit 1.5
stgit (command stg) is a git patch management tool that helps manage multiple pending patches without banishing them to a separate branch.

#### Testing the changes
- I tested the changes in this PR: **YES** (daily)

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From add67ad2450ed064aaebbf64f2c98d5ad8d44de7 Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Sun, 10 Jul 2022 08:38:50 +0000
Subject: [PATCH] New package: stgit 1.5

---
 srcpkgs/stgit/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/stgit/template

diff --git a/srcpkgs/stgit/template b/srcpkgs/stgit/template
new file mode 100644
index 000000000000..7f11353d7478
--- /dev/null
+++ b/srcpkgs/stgit/template
@@ -0,0 +1,13 @@
+# Template file for 'stgit'
+pkgname=stgit
+version=1.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools git"
+short_desc="Git patch management to keep commits as stack of patches"
+maintainer="J Farkas <chexum+git@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://stacked-git.github.io/"
+changelog="https://raw.githubusercontent.com/stacked-git/stgit/master/CHANGELOG.md"
+distfiles="https://github.com/stacked-git/stgit/releases/download/v${version}/stgit-${version}.tar.gz"
+checksum=ce6f8a3536c8f09aa6b2f1b7c7546279c02c8beeb2ea1b296f29ae9fe0cf1ff3

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

* Re: [PR REVIEW] New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (3 preceding siblings ...)
  2022-07-10  8:39 ` [PR PATCH] [Updated] " chexum
@ 2022-07-22 21:00 ` Chocimier
  2022-10-09 18:56 ` chexum
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2022-07-22 21:00 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37945#discussion_r927985622

Comment:
Doesn't need git build time, but needs git and python3 runtime. Please add `depends`.

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

* Re: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (4 preceding siblings ...)
  2022-07-22 21:00 ` [PR REVIEW] " Chocimier
@ 2022-10-09 18:56 ` chexum
  2023-01-08  2:01 ` github-actions
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2022-10-09 18:56 UTC (permalink / raw)
  To: ml

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

New comment by chexum on void-packages repository

https://github.com/void-linux/void-packages/pull/37945#issuecomment-1272606918

Comment:
Thank you for the comments, I'll try to get around to reviewing in substance soon

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

* Re: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (5 preceding siblings ...)
  2022-10-09 18:56 ` chexum
@ 2023-01-08  2:01 ` github-actions
  2023-01-18 18:09 ` chexum
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-01-08  2:01 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/37945#issuecomment-1374685411

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] 11+ messages in thread

* Re: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (6 preceding siblings ...)
  2023-01-08  2:01 ` github-actions
@ 2023-01-18 18:09 ` chexum
  2023-04-20  1:51 ` github-actions
  2023-05-05  1:49 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: chexum @ 2023-01-18 18:09 UTC (permalink / raw)
  To: ml

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

New comment by chexum on void-packages repository

https://github.com/void-linux/void-packages/pull/37945#issuecomment-1387498882

Comment:
still working on getting back on my feet and retesting this package, appreciate the patience

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

* Re: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (7 preceding siblings ...)
  2023-01-18 18:09 ` chexum
@ 2023-04-20  1:51 ` github-actions
  2023-05-05  1:49 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-04-20  1:51 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/37945#issuecomment-1515600409

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: New package: stgit 1.5
  2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
                   ` (8 preceding siblings ...)
  2023-04-20  1:51 ` github-actions
@ 2023-05-05  1:49 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-05-05  1:49 UTC (permalink / raw)
  To: ml

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

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

New package: stgit 1.5
https://github.com/void-linux/void-packages/pull/37945

Description:
stgit (command stg) is a git patch management tool that helps manage multiple pending patches without banishing them to a separate branch.

#### Testing the changes
- I tested the changes in this PR: **YES** (daily)

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-05-05  1:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 17:16 [PR PATCH] New package: stgit 1.5 chexum
2022-07-10  7:21 ` [PR REVIEW] " meator
2022-07-10  8:37 ` [PR PATCH] [Updated] " chexum
2022-07-10  8:38 ` chexum
2022-07-10  8:39 ` [PR PATCH] [Updated] " chexum
2022-07-22 21:00 ` [PR REVIEW] " Chocimier
2022-10-09 18:56 ` chexum
2023-01-08  2:01 ` github-actions
2023-01-18 18:09 ` chexum
2023-04-20  1:51 ` github-actions
2023-05-05  1:49 ` [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).