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

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