Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hg-evolve-11.0.0
@ 2023-02-28 19:01 icp1994
  2023-03-01 19:15 ` [PR PATCH] [Updated] " icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-02-28 19:01 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1153 bytes --]

From 666e45f171237c8e9b0742752068b85d8b904a04 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.0

---
 srcpkgs/hg-evolve/template | 15 +++++++++++++++
 1 file changed, 15 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..ed769c28ce1f
--- /dev/null
+++ b/srcpkgs/hg-evolve/template
@@ -0,0 +1,15 @@
+# Template file for 'hg-evolve'
+pkgname=hg-evolve
+version=11.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="mercurial"
+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"
+checksum=ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5
+make_check=no # requires building mercurial from source tree

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

* Re: [PR PATCH] [Updated] New package: hg-evolve-11.0.0
  2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 icp1994
@ 2023-03-01 19:15 ` icp1994
  2023-03-01 19:52 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-03-01 19:15 UTC (permalink / raw)
  To: ml

[-- 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: 1619 bytes --]

From c1355a77eb49a6a4f23a8def946179172928bb26 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.0

---
 srcpkgs/hg-evolve/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 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..872aeb597288
--- /dev/null
+++ b/srcpkgs/hg-evolve/template
@@ -0,0 +1,27 @@
+# Template file for 'hg-evolve'
+pkgname=hg-evolve
+version=11.0.0
+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="ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5
+ 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
+}

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

* Re: [PR PATCH] [Updated] New package: hg-evolve-11.0.0
  2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 icp1994
  2023-03-01 19:15 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-01 19:52 ` icp1994
  2023-06-01  2:13 ` github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-03-01 19:52 UTC (permalink / raw)
  To: ml

[-- 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 1d5d9f82af273ed7663879366e17cb5ff10511b6 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.0

---
 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..223faecbf887
--- /dev/null
+++ b/srcpkgs/hg-evolve/template
@@ -0,0 +1,32 @@
+# Template file for 'hg-evolve'
+pkgname=hg-evolve
+version=11.0.0
+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="ecb0acc3a2d2141d2bda326deffdd7d7c8f14612c6b118d69a396554bc6ca5b5
+ 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
+}

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

* Re: New package: hg-evolve-11.0.0
  2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 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 ` [PR PATCH] [Updated] " icp1994
  2023-06-24 13:47 ` [PR PATCH] [Merged]: New package: hg-evolve-11.0.1 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-06-01  2:13 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/42508#issuecomment-1571221256

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

* Re: [PR PATCH] [Updated] New package: hg-evolve-11.0.0
  2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 icp1994
                   ` (2 preceding siblings ...)
  2023-06-01  2:13 ` github-actions
@ 2023-06-01  8:22 ` icp1994
  2023-06-24 13:47 ` [PR PATCH] [Merged]: New package: hg-evolve-11.0.1 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-06-01  8:22 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: New package: hg-evolve-11.0.1
  2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 icp1994
                   ` (3 preceding siblings ...)
  2023-06-01  8:22 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-24 13:47 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-24 13:47 UTC (permalink / raw)
  To: ml

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

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

New package: hg-evolve-11.0.1
https://github.com/void-linux/void-packages/pull/42508

Description:
#### 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).

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

end of thread, other threads:[~2023-06-24 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 19:01 [PR PATCH] New package: hg-evolve-11.0.0 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 ` [PR PATCH] [Updated] " icp1994
2023-06-24 13:47 ` [PR PATCH] [Merged]: New package: hg-evolve-11.0.1 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).