Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ReText: update to 7.2.3.
@ 2023-04-08 12:21 mhmdanas
  2023-04-08 12:22 ` [PR PATCH] [Updated] " mhmdanas
  2023-04-11 20:18 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-08 12:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages ReText-7.2.3
https://github.com/void-linux/void-packages/pull/43347

ReText: update to 7.2.3.
Fixes #43323.

There's ReText 8.0.0, but it migrates to Qt 6 and I don't have the time to do the migration at the moment.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ReText-7.2.3-43347.patch --]
[-- Type: text/x-diff, Size: 1848 bytes --]

From 556ced0f5a53a42b5ff13a7e6169bf497edf4058 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 8 Apr 2023 13:15:40 +0100
Subject: [PATCH] ReText: update to 7.2.3.

Fixes #43323.
---
 srcpkgs/ReText/template | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index f726168270ef..2892585ba58d 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,26 +1,21 @@
 # Template file for 'ReText'
 pkgname=ReText
-version=7.2.1
-revision=3
+version=7.2.3
+revision=1
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"
 makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
 depends="desktop-file-utils python3-chardet python3-docutils python3-Markdown
  python3-Markups python3-PyQt5-webkit python3-Pygments python3-enchant"
-checkdepends="${depends} xvfb-run"
+checkdepends="${depends} python3-pytest"
 short_desc="Simple editor for Markdown and reStructuredText"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/retext-project/retext"
 distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
-checksum=a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932
-
-do_check() {
-	# taken from
-	# https://github.com/retext-project/retext/blob/8329423add3a8edea94d8536a5325a3cc46a7a86/.github/workflows/main.yml
-	# FIXME: run tests under xvfb-run as well, fails with "Could not initialize GLX"
-	python3 -m unittest discover -s tests -v
-}
+checksum=45c47f58c4f9939429da09340833c0ffbe507f2c806e16b30aa1cf90eb954274
+# FIXME: fails with "Fatal Python error: Aborted"
+# make_check_pre="xvfb-run"
 
 post_install() {
 	local icondir=usr/share/icons/hicolor

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

* Re: [PR PATCH] [Updated] ReText: update to 7.2.3.
  2023-04-08 12:21 [PR PATCH] ReText: update to 7.2.3 mhmdanas
@ 2023-04-08 12:22 ` mhmdanas
  2023-04-11 20:18 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-08 12:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages ReText-7.2.3
https://github.com/void-linux/void-packages/pull/43347

ReText: update to 7.2.3.
Fixes #43323.

There's ReText 8.0.0, but it migrates to Qt 6 and I don't have the time to do the migration at the moment.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ReText-7.2.3-43347.patch --]
[-- Type: text/x-diff, Size: 1938 bytes --]

From 826cc1f9ff6b546c428e9579602eb954abdf7d58 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 8 Apr 2023 13:15:40 +0100
Subject: [PATCH] ReText: update to 7.2.3.

Fixes #43323.
---
 srcpkgs/ReText/template | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index f726168270ef..38ca326a22e6 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,26 +1,22 @@
 # Template file for 'ReText'
 pkgname=ReText
-version=7.2.1
-revision=3
+version=7.2.3
+revision=1
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"
 makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
 depends="desktop-file-utils python3-chardet python3-docutils python3-Markdown
  python3-Markups python3-PyQt5-webkit python3-Pygments python3-enchant"
-checkdepends="${depends} xvfb-run"
+checkdepends="${depends} python3-pytest"
 short_desc="Simple editor for Markdown and reStructuredText"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/retext-project/retext"
+changelog="https://raw.githubusercontent.com/retext-project/retext/master/changelog.md"
 distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
-checksum=a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932
-
-do_check() {
-	# taken from
-	# https://github.com/retext-project/retext/blob/8329423add3a8edea94d8536a5325a3cc46a7a86/.github/workflows/main.yml
-	# FIXME: run tests under xvfb-run as well, fails with "Could not initialize GLX"
-	python3 -m unittest discover -s tests -v
-}
+checksum=45c47f58c4f9939429da09340833c0ffbe507f2c806e16b30aa1cf90eb954274
+# FIXME: fails with "Fatal Python error: Aborted"
+# make_check_pre="xvfb-run"
 
 post_install() {
 	local icondir=usr/share/icons/hicolor

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

* Re: [PR PATCH] [Merged]: ReText: update to 7.2.3.
  2023-04-08 12:21 [PR PATCH] ReText: update to 7.2.3 mhmdanas
  2023-04-08 12:22 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-04-11 20:18 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-11 20:18 UTC (permalink / raw)
  To: ml

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

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

ReText: update to 7.2.3.
https://github.com/void-linux/void-packages/pull/43347

Description:
Fixes #43323.

There's ReText 8.0.0, but it migrates to Qt 6 and I don't have the time to do the migration at the moment.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-11 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08 12:21 [PR PATCH] ReText: update to 7.2.3 mhmdanas
2023-04-08 12:22 ` [PR PATCH] [Updated] " mhmdanas
2023-04-11 20:18 ` [PR PATCH] [Merged]: " classabbyamp

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