Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: hg-evolve-11.0.0
Date: Thu, 01 Jun 2023 10:22:40 +0200	[thread overview]
Message-ID: <20230601082240.d3JWLkq0AzrlQQUYkQGsPRmfl_nPyTHWG47089PyzMw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42508@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages hg-evolve
https://github.com/void-linux/void-packages/pull/42508

New package: hg-evolve-11.0.0
#### Description
[evolve](https://www.mercurial-scm.org/wiki/EvolveExtension) is a Mercurial extension for faster and safer mutable history. It implements the [changeset evolution](https://www.mercurial-scm.org/doc/evolution/#changeset-evolution) concept for Mercurial.

#### 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**

This version of evolve finally ships the stabilized (v1.0.0) version of the [topics extension](https://www.mercurial-scm.org/doc/evolution/tutorials/topic-tutorial.html).

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

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

From 81ac3a59f6b42ef907e4e85efcb90a718e50baf0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 14 Jan 2023 13:06:02 +0530
Subject: [PATCH] New package: hg-evolve-11.0.1

---
 srcpkgs/hg-evolve/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/hg-evolve/template

diff --git a/srcpkgs/hg-evolve/template b/srcpkgs/hg-evolve/template
new file mode 100644
index 000000000000..e173aab9c989
--- /dev/null
+++ b/srcpkgs/hg-evolve/template
@@ -0,0 +1,32 @@
+# Template file for 'hg-evolve'
+pkgname=hg-evolve
+version=11.0.1
+revision=1
+_hg_version=6.3.2 # sync with mercurial version in repo"
+build_style=python3-module
+build_wrksrc="hg-evolve-${version}"
+hostmakedepends="python3-setuptools"
+depends="mercurial"
+checkdepends="mercurial unzip"
+short_desc="Mercurial extension for faster and safer mutable history"
+maintainer="icp <pangolin@vivaldi.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.mercurial-scm.org/doc/evolution/"
+changelog="https://www.mercurial-scm.org/repo/evolve/file/tip/CHANGELOG"
+distfiles="${PYPI_SITE}/h/hg-evolve/hg-evolve-${version}.tar.gz
+ https://www.mercurial-scm.org/release/mercurial-${_hg_version}.tar.gz"
+checksum="82ea42df9a4b40e2604a65e2069f8ac6a5ae317de22925fdc4352d11a07fc054
+ cfe6eeb5dd893ab32c0b79c1531aac420773e0fc837a35db3d4d92703df45a98"
+
+do_check() {
+	_skips="check-compat-strings check-sdist version-install"
+	for skip in $_skips; do rm "tests/test-${skip}.t"; done
+
+	python3 ${wrksrc}/mercurial-${_hg_version}/tests/run-tests.py \
+		${makejobs} --with-hg=/usr/bin/hg tests
+}
+
+post_install() {
+	# resolve conflict against mercurial
+	rm ${DESTDIR}/${py3_sitelib}/hgext3rd/__init__.py
+}

  parent reply	other threads:[~2023-06-01  8:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 19:01 [PR PATCH] " icp1994
2023-03-01 19:15 ` [PR PATCH] [Updated] " icp1994
2023-03-01 19:52 ` icp1994
2023-06-01  2:13 ` github-actions
2023-06-01  8:22 ` icp1994 [this message]
2023-06-24 13:47 ` [PR PATCH] [Merged]: New package: hg-evolve-11.0.1 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=20230601082240.d3JWLkq0AzrlQQUYkQGsPRmfl_nPyTHWG47089PyzMw@z \
    --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).