Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: git-delete-merged-branches-7.4.0
@ 2023-02-16 18:53 icp1994
  2023-03-06 21:14 ` tornaria
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2023-02-16 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages git-delete-merged-branches
https://github.com/void-linux/void-packages/pull/42315

New package: git-delete-merged-branches-7.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-delete-merged-branches-42315.patch --]
[-- Type: text/x-diff, Size: 1577 bytes --]

From c9c167bfbb4b4b90c8582572ffbc2c99cc3b0738 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Feb 2023 18:51:22 +0530
Subject: [PATCH] New package: git-delete-merged-branches-7.4.0

---
 srcpkgs/git-delete-merged-branches/template | 23 +++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/git-delete-merged-branches/template

diff --git a/srcpkgs/git-delete-merged-branches/template b/srcpkgs/git-delete-merged-branches/template
new file mode 100644
index 000000000000..17214891b7d1
--- /dev/null
+++ b/srcpkgs/git-delete-merged-branches/template
@@ -0,0 +1,23 @@
+# Template file for 'git-delete-merged-branches'
+pkgname=git-delete-merged-branches
+version=7.4.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-colorama python3-prompt_toolkit"
+checkdepends="${depends} python3-parameterized python3-pytest"
+short_desc="CLI tool to delete merged git branches"
+maintainer="icp <pangolin@vivaldi.net>"
+license="GPL-3.0-or-later"
+homepage="https://pypi.org/project/git-delete-merged-branches/"
+distfiles="${PYPI_SITE}/g/git-delete-merged-branches/git-delete-merged-branches-${version}.tar.gz"
+checksum=b976b7b2210a1dab728e654e1b023f8e5309d98dc14730bfb613e893604847e5
+make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/git_delete_merged_branches/tests
+
+	# resolve conflicts against git-extras
+	rm ${DESTDIR}/usr/bin/git-delete-merged-branches
+	rm ${DESTDIR}/usr/share/man/man1/git-delete-merged-branches.1
+}

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

* Re: New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
@ 2023-03-06 21:14 ` tornaria
  2023-03-06 21:15 ` [PR REVIEW] " tornaria
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tornaria @ 2023-03-06 21:14 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#issuecomment-1457012269

Comment:
LGTM and useful, I tested on void-packages and it cleaned a bunch of branches, even through rebases.

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

* Re: [PR REVIEW] New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
  2023-03-06 21:14 ` tornaria
@ 2023-03-06 21:15 ` tornaria
  2023-03-07  5:51 ` icp1994
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tornaria @ 2023-03-06 21:15 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#discussion_r1127040100

Comment:
```suggestion
homepage="https://github.com/hartwork/git-delete-merged-branches"
changelog="https://github.com/hartwork/git-delete-merged-branches/releases"
```

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

* Re: [PR REVIEW] New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
  2023-03-06 21:14 ` tornaria
  2023-03-06 21:15 ` [PR REVIEW] " tornaria
@ 2023-03-07  5:51 ` icp1994
  2023-03-26 14:21 ` tornaria
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-03-07  5:51 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#discussion_r1127370972

Comment:
IMO the pypi page in this case is a better homepage since it has more information readily available about the project. Even the Github `About` section links to the pypi page.

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

* Re: [PR REVIEW] New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (2 preceding siblings ...)
  2023-03-07  5:51 ` icp1994
@ 2023-03-26 14:21 ` tornaria
  2023-03-26 19:37 ` [PR PATCH] [Updated] " icp1994
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tornaria @ 2023-03-26 14:21 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#discussion_r1148566953

Comment:
The metadata in `setup.py` and the manpage point to github, as does the "homepage" link in pypi.

Either way is ok with me, but whatever your choice can you please add the changelog line? I find it quite useful (I have a script to grab changelogs and it works good with github releases page https://gist.github.com/tornaria/38b82815f5705077244ef4bb0f685e12).

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

* Re: [PR PATCH] [Updated] New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (3 preceding siblings ...)
  2023-03-26 14:21 ` tornaria
@ 2023-03-26 19:37 ` icp1994
  2023-03-26 20:02 ` tornaria
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-03-26 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages git-delete-merged-branches
https://github.com/void-linux/void-packages/pull/42315

New package: git-delete-merged-branches-7.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-delete-merged-branches-42315.patch --]
[-- Type: text/x-diff, Size: 1656 bytes --]

From 47266670004530e99fe46da5d285551e44ad1d70 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 16 Feb 2023 18:51:22 +0530
Subject: [PATCH] New package: git-delete-merged-branches-7.4.0

---
 srcpkgs/git-delete-merged-branches/template | 24 +++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/git-delete-merged-branches/template

diff --git a/srcpkgs/git-delete-merged-branches/template b/srcpkgs/git-delete-merged-branches/template
new file mode 100644
index 000000000000..a98dd7cfc047
--- /dev/null
+++ b/srcpkgs/git-delete-merged-branches/template
@@ -0,0 +1,24 @@
+# Template file for 'git-delete-merged-branches'
+pkgname=git-delete-merged-branches
+version=7.4.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-colorama python3-prompt_toolkit"
+checkdepends="${depends} python3-parameterized python3-pytest"
+short_desc="CLI tool to delete merged git branches"
+maintainer="icp <pangolin@vivaldi.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/hartwork/git-delete-merged-branches"
+changelog="https://github.com/hartwork/git-delete-merged-branches/releases"
+distfiles="${PYPI_SITE}/g/git-delete-merged-branches/git-delete-merged-branches-${version}.tar.gz"
+checksum=b976b7b2210a1dab728e654e1b023f8e5309d98dc14730bfb613e893604847e5
+make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}"
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/git_delete_merged_branches/tests
+
+	# resolve conflicts against git-extras
+	rm ${DESTDIR}/usr/bin/git-delete-merged-branches
+	rm ${DESTDIR}/usr/share/man/man1/git-delete-merged-branches.1
+}

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

* Re: New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (4 preceding siblings ...)
  2023-03-26 19:37 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-26 20:02 ` tornaria
  2023-06-25  2:12 ` github-actions
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tornaria @ 2023-03-26 20:02 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#issuecomment-1484206965

Comment:
LGTM, I built and tested it on x86_64 for a few weeks.

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

* Re: New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (5 preceding siblings ...)
  2023-03-26 20:02 ` tornaria
@ 2023-06-25  2:12 ` github-actions
  2023-06-25  3:04 ` tornaria
  2023-06-25 22:19 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-06-25  2:12 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/42315#issuecomment-1605822656

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

* Re: New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (6 preceding siblings ...)
  2023-06-25  2:12 ` github-actions
@ 2023-06-25  3:04 ` tornaria
  2023-06-25 22:19 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: tornaria @ 2023-06-25  3:04 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42315#issuecomment-1605838447

Comment:
ping

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

* Re: [PR PATCH] [Merged]: New package: git-delete-merged-branches-7.4.0
  2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
                   ` (7 preceding siblings ...)
  2023-06-25  3:04 ` tornaria
@ 2023-06-25 22:19 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-25 22:19 UTC (permalink / raw)
  To: ml

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

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

New package: git-delete-merged-branches-7.4.0
https://github.com/void-linux/void-packages/pull/42315

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-06-25 22:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 18:53 [PR PATCH] New package: git-delete-merged-branches-7.4.0 icp1994
2023-03-06 21:14 ` tornaria
2023-03-06 21:15 ` [PR REVIEW] " tornaria
2023-03-07  5:51 ` icp1994
2023-03-26 14:21 ` tornaria
2023-03-26 19:37 ` [PR PATCH] [Updated] " icp1994
2023-03-26 20:02 ` tornaria
2023-06-25  2:12 ` github-actions
2023-06-25  3:04 ` tornaria
2023-06-25 22:19 ` [PR PATCH] [Merged]: " Duncaen

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