Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: plover-4.0.0.dev12
@ 2023-02-04 17:09 mhmdanas
  2023-02-04 17:11 ` [PR REVIEW] " mhmdanas
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 5024 bytes --]

From 807fb5d85150e5095ceac967095eacb58da9d2a1 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:27:44 +0000
Subject: [PATCH 1/4] New package: python3-babel-2.11.0

---
 srcpkgs/python3-babel/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-babel/template

diff --git a/srcpkgs/python3-babel/template b/srcpkgs/python3-babel/template
new file mode 100644
index 000000000000..f77be6cbfb0b
--- /dev/null
+++ b/srcpkgs/python3-babel/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-babel'
+pkgname=python3-babel
+version=2.11.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel python3-setuptools"
+depends="python3-pytz"
+checkdepends="${depends} python3-pytest python3-freezegun"
+short_desc="Integrated collection of Python i18n and l10n utilities"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://babel.pocoo.org"
+changelog="https://github.com/python-babel/babel/raw/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/b/Babel/Babel-${version}.tar.gz"
+checksum=5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6
+
+post_install() {
+	vlicense LICENSE
+}

From ca569727e63042b00ee7b068f668d62a5e56b579 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 2/4] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From a1a9e711f4724e58cc3af2632a2ebb32c0c4ab9e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 3/4] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 2848607d0b1196530a87520a161c75e2d95924e2 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 4/4] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..cb8cee7a7c36
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,21 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: [PR REVIEW] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
@ 2023-02-04 17:11 ` mhmdanas
  2023-02-04 17:11 ` mhmdanas
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 17:11 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42077#discussion_r1096562071

Comment:
This looks like a development release, upstream actually recommends using it instead of v3:

> Note: It is currently recommended to download the unreleased Plover version 4 even if it is not considered "stable" yet. Version 3 is outdated and may not work on some operating systems and contains known bugs.

(From https://github.com/openstenoproject/plover/wiki/Installation-Guide#download-plover)

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

* Re: [PR REVIEW] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
  2023-02-04 17:11 ` [PR REVIEW] " mhmdanas
@ 2023-02-04 17:11 ` mhmdanas
  2023-02-04 17:11 ` mhmdanas
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 17:11 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42077#discussion_r1096562071

Comment:
This looks like a development release, but upstream actually recommends using it instead of v3:

> Note: It is currently recommended to download the unreleased Plover version 4 even if it is not considered "stable" yet. Version 3 is outdated and may not work on some operating systems and contains known bugs.

(From https://github.com/openstenoproject/plover/wiki/Installation-Guide#download-plover)

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

* Re: [PR REVIEW] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
  2023-02-04 17:11 ` [PR REVIEW] " mhmdanas
  2023-02-04 17:11 ` mhmdanas
@ 2023-02-04 17:11 ` mhmdanas
  2023-02-04 17:15 ` [PR PATCH] [Updated] " mhmdanas
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 17:11 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42077#discussion_r1096562071

Comment:
This may look like a development release, but upstream actually recommends using it instead of v3:

> Note: It is currently recommended to download the unreleased Plover version 4 even if it is not considered "stable" yet. Version 3 is outdated and may not work on some operating systems and contains known bugs.

(From https://github.com/openstenoproject/plover/wiki/Installation-Guide#download-plover)

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

* Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (2 preceding siblings ...)
  2023-02-04 17:11 ` mhmdanas
@ 2023-02-04 17:15 ` mhmdanas
  2023-02-04 19:12 ` icp1994
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 5024 bytes --]

From 37975853c3ad4f760dd1bf1a9b1b593b33baaaa6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:27:44 +0000
Subject: [PATCH 1/4] New package: python3-babel-2.11.0

---
 srcpkgs/python3-babel/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-babel/template

diff --git a/srcpkgs/python3-babel/template b/srcpkgs/python3-babel/template
new file mode 100644
index 000000000000..d65d36edaa0b
--- /dev/null
+++ b/srcpkgs/python3-babel/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-babel'
+pkgname=python3-babel
+version=2.11.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel python3-setuptools"
+depends="python3-pytz"
+checkdepends="${depends} python3-pytest python3-freezegun"
+short_desc="Integrated collection of Python i18n and l10n utilities"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://babel.pocoo.org"
+changelog="https://github.com/python-babel/babel/raw/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
+checksum=5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6
+
+post_install() {
+	vlicense LICENSE
+}

From 7510ec487633c91073f43293a69d708e9f450621 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 2/4] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From 5048311b3d9c9056df4bac370b4f0cba2f0e8c92 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 3/4] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 94edaa061e2c2cb3a24cf2beb4e101f68c829950 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 4/4] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..cb8cee7a7c36
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,21 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (3 preceding siblings ...)
  2023-02-04 17:15 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-02-04 19:12 ` icp1994
  2023-02-04 20:46 ` mhmdanas
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-02-04 19:12 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42077#issuecomment-1416828948

Comment:
we have [babel](https://github.com/void-linux/void-packages/blob/master/srcpkgs/python3-Babel/template)

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

* Re: New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (4 preceding siblings ...)
  2023-02-04 19:12 ` icp1994
@ 2023-02-04 20:46 ` mhmdanas
  2023-02-05 18:46 ` [PR PATCH] [Updated] " mhmdanas
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-04 20:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42077#issuecomment-1416846594

Comment:
@icp1994 ah, haha, missed that somehow. I'll update the template to use it.

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

* Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (5 preceding siblings ...)
  2023-02-04 20:46 ` mhmdanas
@ 2023-02-05 18:46 ` mhmdanas
  2023-02-09 21:13 ` mhmdanas
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-05 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 3791 bytes --]

From ba49aa95c8805a5ecfda1b0fbecb9afc568a0309 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 1/3] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From 7b5c08cc814952e08a6e4b42dc73d6f69039daec Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 2/3] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 5327ad9cd28315e4fdb69881392c6c25bb425236 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 3/3] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..251108d44358
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,21 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-Babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (6 preceding siblings ...)
  2023-02-05 18:46 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-02-09 21:13 ` mhmdanas
  2023-02-09 21:16 ` mhmdanas
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-09 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 3847 bytes --]

From 81286547d0bf2ef1dd695e57f371c6e23caae442 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 1/3] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From cb0d36ae0e0ee55a37a2756582156b0209a3a21d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 2/3] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 810143cb52fa24c85d2272d61e504f9276b37deb Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 3/3] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..2ecaf984be24
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,22 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-Babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+make_check_args="-k not(test_readonly_readonly_file)"
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (7 preceding siblings ...)
  2023-02-09 21:13 ` mhmdanas
@ 2023-02-09 21:16 ` mhmdanas
  2023-02-09 21:17 ` mhmdanas
  2023-02-26 16:48 ` [PR PATCH] [Merged]: " leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-09 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 3847 bytes --]

From 81286547d0bf2ef1dd695e57f371c6e23caae442 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 1/3] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From cb0d36ae0e0ee55a37a2756582156b0209a3a21d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 2/3] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 646b5e6ac4807ee8bb3c342ffaa119507767f022 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 3/3] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..00a6fa9d6a54
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,22 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+make_check_args="-k not(test_readonly_readonly_file)"
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-Babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (8 preceding siblings ...)
  2023-02-09 21:16 ` mhmdanas
@ 2023-02-09 21:17 ` mhmdanas
  2023-02-26 16:48 ` [PR PATCH] [Merged]: " leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: mhmdanas @ 2023-02-09 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-plover
https://github.com/void-linux/void-packages/pull/42077

New package: plover-4.0.0.dev12
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- 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/42077.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-plover-42077.patch --]
[-- Type: text/x-diff, Size: 3911 bytes --]

From 81286547d0bf2ef1dd695e57f371c6e23caae442 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:04 +0000
Subject: [PATCH 1/3] New package: python3-plover_stroke-1.1.0

---
 srcpkgs/python3-plover_stroke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-plover_stroke/template

diff --git a/srcpkgs/python3-plover_stroke/template b/srcpkgs/python3-plover_stroke/template
new file mode 100644
index 000000000000..fed5eaa763ca
--- /dev/null
+++ b/srcpkgs/python3-plover_stroke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-plover_stroke'
+pkgname=python3-plover_stroke
+version=1.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Helper class for working with steno strokes"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/plover_stroke"
+distfiles="${PYPI_SITE}/p/plover_stroke/plover_stroke-${version}.tar.gz"
+checksum=de03b23f4aee66b65f69f7d4ecc4233681b43541502d86bf14fde29eaa72d153

From cb0d36ae0e0ee55a37a2756582156b0209a3a21d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:15 +0000
Subject: [PATCH 2/3] New package: python3-rtf_tokenize-1.0.0

---
 srcpkgs/python3-rtf_tokenize/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-rtf_tokenize/template

diff --git a/srcpkgs/python3-rtf_tokenize/template b/srcpkgs/python3-rtf_tokenize/template
new file mode 100644
index 000000000000..02223bbbcb72
--- /dev/null
+++ b/srcpkgs/python3-rtf_tokenize/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-rtf_tokenize'
+pkgname=python3-rtf_tokenize
+version=1.0.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Simple RTF tokenizer package for Python"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openstenoproject/rtf_tokenize"
+distfiles="${PYPI_SITE}/r/rtf_tokenize/rtf_tokenize-${version}.tar.gz"
+checksum=5c3df390d00479bd7637c823bfcd6fdfb21ddd1b96ae815463de7e1ed392d608

From 405dba9d43f8411fbf35167bc26fea7fd8be977e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 4 Feb 2023 16:28:26 +0000
Subject: [PATCH 3/3] New package: plover-4.0.0.dev12

---
 srcpkgs/plover/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/plover/template

diff --git a/srcpkgs/plover/template b/srcpkgs/plover/template
new file mode 100644
index 000000000000..5a9f63e6e0a5
--- /dev/null
+++ b/srcpkgs/plover/template
@@ -0,0 +1,23 @@
+# Template file for 'plover'
+pkgname=plover
+version=4.0.0.dev12
+revision=1
+build_style=python3-module
+# https://github.com/openstenoproject/plover/discussions/1587
+make_check_args="-k not(test_readonly_readonly_file)"
+hostmakedepends="python3-PyQt5-devel-tools python3-setuptools python3-wheel
+ python3-Babel"
+depends="python3-PyQt5 python3-appdirs python3-xlib python3-wcwidth
+ python3-rtf_tokenize python3-pyserial python3-plover_stroke"
+checkdepends="${depends} python3-pytest python3-pytest-qt"
+short_desc="Open source stenotype engine"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.openstenoproject.org/plover/"
+changelog="https://github.com/openstenoproject/plover/raw/master/NEWS.md"
+distfiles="https://github.com/openstenoproject/plover/releases/download/v${version}/plover-${version}.tar.gz"
+checksum=4dddc00771b8d4d36361f92130df3dd7fc38cdd584f015247fbe5bbf5361ad1b
+
+post_install() {
+	vinstall linux/plover.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Merged]: New package: plover-4.0.0.dev12
  2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
                   ` (9 preceding siblings ...)
  2023-02-09 21:17 ` mhmdanas
@ 2023-02-26 16:48 ` leahneukirchen
  10 siblings, 0 replies; 12+ messages in thread
From: leahneukirchen @ 2023-02-26 16:48 UTC (permalink / raw)
  To: ml

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

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

New package: plover-4.0.0.dev12
https://github.com/void-linux/void-packages/pull/42077

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

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

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

end of thread, other threads:[~2023-02-26 16:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-04 17:09 [PR PATCH] New package: plover-4.0.0.dev12 mhmdanas
2023-02-04 17:11 ` [PR REVIEW] " mhmdanas
2023-02-04 17:11 ` mhmdanas
2023-02-04 17:11 ` mhmdanas
2023-02-04 17:15 ` [PR PATCH] [Updated] " mhmdanas
2023-02-04 19:12 ` icp1994
2023-02-04 20:46 ` mhmdanas
2023-02-05 18:46 ` [PR PATCH] [Updated] " mhmdanas
2023-02-09 21:13 ` mhmdanas
2023-02-09 21:16 ` mhmdanas
2023-02-09 21:17 ` mhmdanas
2023-02-26 16:48 ` [PR PATCH] [Merged]: " leahneukirchen

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