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: Sat, 04 Feb 2023 18:15:35 +0100	[thread overview]
Message-ID: <20230204171535.Q93gOu2gP2pabTe7Fzc_e6vtzfu00Vy6Po0dP-Zy0Hw@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: 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
+}

  parent reply	other threads:[~2023-02-04 17:15 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 ` mhmdanas [this message]
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

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=20230204171535.Q93gOu2gP2pabTe7Fzc_e6vtzfu00Vy6Po0dP-Zy0Hw@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).