Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: plover-4.0.0.dev12
Date: Thu, 09 Feb 2023 22:17:06 +0100	[thread overview]
Message-ID: <20230209211706.LjkGv7PeZ5OKTIIA7NpPDX7bebXQHouOKPuhh8X1Glg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42077@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-02-09 21:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04 17:09 [PR PATCH] " 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 [this message]
2023-02-26 16:48 ` [PR PATCH] [Merged]: " leahneukirchen

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=20230209211706.LjkGv7PeZ5OKTIIA7NpPDX7bebXQHouOKPuhh8X1Glg@z \
    --to=mhmdanas@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).