Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: git-delete-merged-branches-7.4.0
Date: Thu, 16 Feb 2023 19:53:54 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42315@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2023-02-16 18:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 18:53 icp1994 [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42315@inbox.vuxu.org \
    --to=icp1994@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).