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

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