Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dialect-2.2.0
@ 2024-01-07  2:13 chrysos349
  2024-01-30 23:21 ` [PR PATCH] [Updated] " chrysos349
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chrysos349 @ 2024-01-07  2:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dialect
https://github.com/void-linux/void-packages/pull/48094

New package: dialect-2.2.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 515c7e06e7d3288a3d39ff456b4439385630cb31 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:06 +0300
Subject: [PATCH 1/2] New package: python3-gtts-2.5.0

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

diff --git a/srcpkgs/python3-gtts/template b/srcpkgs/python3-gtts/template
new file mode 100644
index 0000000000000..460a8f20b4415
--- /dev/null
+++ b/srcpkgs/python3-gtts/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-gtts'
+pkgname=python3-gtts
+version=2.5.0
+revision=1
+build_style=python3-pep517
+make_install_target="dist/gTTS-*-*-*-*.whl"
+hostmakedepends="python3-wheel"
+depends="python3-click python3-requests"
+short_desc="Library and CLI tool to interface with Google Translate's TTS API"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="MIT"
+homepage="https://github.com/pndurette/gTTS"
+changelog="https://raw.githubusercontent.com/pndurette/gTTS/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/g/gTTS/gTTS-${version}.tar.gz"
+checksum=d6d589b1759948490fbabd7a11d1799eeafdde8ba90580194918a18dc078ec49
+make_check=no # requires python3-testfixtures
+
+post_install() {
+	vlicense LICENSE
+	rm -rf ${DESTDIR}/${py3_sitelib}/gtts/{,tokenizer}/tests
+}

From 0cdd1b098be8e9361bef2f5a40b52113465776eb Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:46 +0300
Subject: [PATCH 2/2] New package: dialect-2.2.0

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

diff --git a/srcpkgs/dialect/template b/srcpkgs/dialect/template
new file mode 100644
index 0000000000000..5480bf40d59f4
--- /dev/null
+++ b/srcpkgs/dialect/template
@@ -0,0 +1,31 @@
+# Template file for 'dialect'
+pkgname=dialect
+version=2.2.0
+revision=1
+build_style=meson
+hostmakedepends="blueprint-compiler desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel python3-gobject-devel"
+depends="gst-plugins-good1 libadwaita libsoup3 python3-BeautifulSoup4
+ python3-dbus python3-gobject python3-gtts"
+short_desc="Translation app for GNOME"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dialect-app/dialect"
+changelog="https://raw.githubusercontent.com/dialect-app/dialect/main/NEWS.md"
+_commit=9155653c4493730508989617d8bf86980e6029ae
+distfiles="https://github.com/dialect-app/dialect/archive/${version}.tar.gz
+ https://github.com/dialect-app/po/archive/${_commit}.tar.gz"
+checksum="b0e4fcfff080d789f9ef71b6a5a9cb2b45348d6d313df442c36cbf25db353391
+ 021eb43c13485368158030f8866449a436890e83b821f9eb5f5e5f5567dac0c6"
+
+post_extract() {
+	mv ${pkgname}-${version}/* .
+	mv po*/* po
+}
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: dialect-2.2.0
  2024-01-07  2:13 [PR PATCH] New package: dialect-2.2.0 chrysos349
@ 2024-01-30 23:21 ` chrysos349
  2024-01-30 23:22 ` chrysos349
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-01-30 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dialect
https://github.com/void-linux/void-packages/pull/48094

New package: dialect-2.2.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 4ffea7a42117dd287429a3769b21c1bd6c15714d Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:06 +0300
Subject: [PATCH 1/2] New package: python3-gtts-2.5.1

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

diff --git a/srcpkgs/python3-gtts/template b/srcpkgs/python3-gtts/template
new file mode 100644
index 0000000000000..5c6171c79240f
--- /dev/null
+++ b/srcpkgs/python3-gtts/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-gtts'
+pkgname=python3-gtts
+version=2.5.1
+revision=1
+build_style=python3-pep517
+make_install_target="dist/gTTS-*-*-*-*.whl"
+hostmakedepends="python3-wheel"
+depends="python3-click python3-requests"
+short_desc="Library and CLI tool to interface with Google Translate's TTS API"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="MIT"
+homepage="https://github.com/pndurette/gTTS"
+changelog="https://raw.githubusercontent.com/pndurette/gTTS/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/g/gTTS/gTTS-${version}.tar.gz"
+checksum=02d0a9874f945dee9cd5092991c60bc88d4b7767b8cd81144b6fb49dc3de6897
+make_check=no # requires python3-testfixtures
+
+post_install() {
+	vlicense LICENSE
+	rm -rf ${DESTDIR}/${py3_sitelib}/gtts/{,tokenizer}/tests
+}

From 22371d7db193b6b5b345e0538de9a19202d38250 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:46 +0300
Subject: [PATCH 2/2] New package: dialect-2.2.0

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

diff --git a/srcpkgs/dialect/template b/srcpkgs/dialect/template
new file mode 100644
index 0000000000000..5480bf40d59f4
--- /dev/null
+++ b/srcpkgs/dialect/template
@@ -0,0 +1,31 @@
+# Template file for 'dialect'
+pkgname=dialect
+version=2.2.0
+revision=1
+build_style=meson
+hostmakedepends="blueprint-compiler desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel python3-gobject-devel"
+depends="gst-plugins-good1 libadwaita libsoup3 python3-BeautifulSoup4
+ python3-dbus python3-gobject python3-gtts"
+short_desc="Translation app for GNOME"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dialect-app/dialect"
+changelog="https://raw.githubusercontent.com/dialect-app/dialect/main/NEWS.md"
+_commit=9155653c4493730508989617d8bf86980e6029ae
+distfiles="https://github.com/dialect-app/dialect/archive/${version}.tar.gz
+ https://github.com/dialect-app/po/archive/${_commit}.tar.gz"
+checksum="b0e4fcfff080d789f9ef71b6a5a9cb2b45348d6d313df442c36cbf25db353391
+ 021eb43c13485368158030f8866449a436890e83b821f9eb5f5e5f5567dac0c6"
+
+post_extract() {
+	mv ${pkgname}-${version}/* .
+	mv po*/* po
+}
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

* Re: New package: dialect-2.2.0
  2024-01-07  2:13 [PR PATCH] New package: dialect-2.2.0 chrysos349
  2024-01-30 23:21 ` [PR PATCH] [Updated] " chrysos349
@ 2024-01-30 23:22 ` chrysos349
  2024-04-04 15:36 ` [PR PATCH] [Updated] " chrysos349
  2024-04-04 15:37 ` New package: dialect-2.3.0 chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-01-30 23:22 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/48094#issuecomment-1918080458

Comment:
`python3-gtts` updated to `2.5.1`

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

* Re: [PR PATCH] [Updated] New package: dialect-2.2.0
  2024-01-07  2:13 [PR PATCH] New package: dialect-2.2.0 chrysos349
  2024-01-30 23:21 ` [PR PATCH] [Updated] " chrysos349
  2024-01-30 23:22 ` chrysos349
@ 2024-04-04 15:36 ` chrysos349
  2024-04-04 15:37 ` New package: dialect-2.3.0 chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-04-04 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages dialect
https://github.com/void-linux/void-packages/pull/48094

New package: dialect-2.2.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 366b476966068d8951169f7c024a90507b3f5493 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:06 +0300
Subject: [PATCH 1/2] New package: python3-gtts-2.5.1

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

diff --git a/srcpkgs/python3-gtts/template b/srcpkgs/python3-gtts/template
new file mode 100644
index 00000000000000..5c6171c79240fc
--- /dev/null
+++ b/srcpkgs/python3-gtts/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-gtts'
+pkgname=python3-gtts
+version=2.5.1
+revision=1
+build_style=python3-pep517
+make_install_target="dist/gTTS-*-*-*-*.whl"
+hostmakedepends="python3-wheel"
+depends="python3-click python3-requests"
+short_desc="Library and CLI tool to interface with Google Translate's TTS API"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="MIT"
+homepage="https://github.com/pndurette/gTTS"
+changelog="https://raw.githubusercontent.com/pndurette/gTTS/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/g/gTTS/gTTS-${version}.tar.gz"
+checksum=02d0a9874f945dee9cd5092991c60bc88d4b7767b8cd81144b6fb49dc3de6897
+make_check=no # requires python3-testfixtures
+
+post_install() {
+	vlicense LICENSE
+	rm -rf ${DESTDIR}/${py3_sitelib}/gtts/{,tokenizer}/tests
+}

From 2e1fb8754bf63ee4ef41a3fe9feccf23e50c9f01 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 7 Jan 2024 05:11:46 +0300
Subject: [PATCH 2/2] New package: dialect-2.3.0

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

diff --git a/srcpkgs/dialect/template b/srcpkgs/dialect/template
new file mode 100644
index 00000000000000..cd56e99091a616
--- /dev/null
+++ b/srcpkgs/dialect/template
@@ -0,0 +1,29 @@
+# Template file for 'dialect'
+pkgname=dialect
+version=2.3.0
+revision=1
+build_style=meson
+hostmakedepends="blueprint-compiler desktop-file-utils gettext glib-devel
+ gtk4-update-icon-cache pkg-config"
+makedepends="libadwaita-devel python3-gobject-devel"
+depends="gst-plugins-good1 libadwaita libsoup3 python3-BeautifulSoup4
+ python3-dbus python3-gobject python3-gtts"
+short_desc="Translation app for GNOME"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/dialect-app/dialect"
+changelog="https://raw.githubusercontent.com/dialect-app/dialect/main/NEWS.md"
+_commit=5dc38d6bf510db873a4972fe2b0695239aa6bf00
+distfiles="https://github.com/dialect-app/dialect/archive/${version}.tar.gz
+ https://github.com/dialect-app/po/archive/${_commit}.tar.gz"
+checksum="e304210368c3d35feafa7fee77471d89e5c15cd654b658091dc8a4d1a893e5a0
+ 491ac8fcba4a51b271a398d0f5a994441365b4a03525392d638475a52ee9bb11"
+skip_extraction="${_commit}.tar.gz"
+
+post_extract() {
+	vsrcextract -C po "${_commit}.tar.gz"
+}
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

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

* Re: New package: dialect-2.3.0
  2024-01-07  2:13 [PR PATCH] New package: dialect-2.2.0 chrysos349
                   ` (2 preceding siblings ...)
  2024-04-04 15:36 ` [PR PATCH] [Updated] " chrysos349
@ 2024-04-04 15:37 ` chrysos349
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-04-04 15:37 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/48094#issuecomment-2037543499

Comment:
`dialect` updated to `2.3.0`

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

end of thread, other threads:[~2024-04-04 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07  2:13 [PR PATCH] New package: dialect-2.2.0 chrysos349
2024-01-30 23:21 ` [PR PATCH] [Updated] " chrysos349
2024-01-30 23:22 ` chrysos349
2024-04-04 15:36 ` [PR PATCH] [Updated] " chrysos349
2024-04-04 15:37 ` New package: dialect-2.3.0 chrysos349

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