Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  New package: chatblade-0.7.0
@ 2025-02-10 10:00 Eloitor
  2025-02-10 10:05 ` [PR PATCH] [Updated] " Eloitor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2025-02-10 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages chatblade
https://github.com/void-linux/void-packages/pull/54271

 New package: chatblade-0.7.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-glibc)

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

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

From ffd51946eda6dfcb1e2f7da7b3258f37b9246177 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:19 +0100
Subject: [PATCH 1/5] New package: python3-jiter-0.8.2

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

diff --git a/srcpkgs/python3-jiter/template b/srcpkgs/python3-jiter/template
new file mode 100644
index 00000000000000..586d4ecab62583
--- /dev/null
+++ b/srcpkgs/python3-jiter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jiter'
+pkgname=python3-jiter
+version=0.8.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="cargo maturin"
+short_desc="Fast iterable JSON parser"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pydantic/jiter"
+distfiles="${PYPI_SITE}/j/jiter/jiter-${version}.tar.gz"
+checksum=cd73d3e740666d0e639f678adb176fad25c1bcbdae88d8d7b857e1783bb4212d

From 93a800f7dd81b3f899bce99408bed9cc95f0677f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:33 +0100
Subject: [PATCH 2/5] python3-openai: update to 1.61.1.

---
 srcpkgs/python3-openai/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
index ba8df652574431..91a89a2ee809e2 100644
--- a/srcpkgs/python3-openai/template
+++ b/srcpkgs/python3-openai/template
@@ -1,16 +1,19 @@
 # Template file for 'python3-openai'
 pkgname=python3-openai
-version=1.12.0
+version=1.61.1
 revision=2
 build_style=python3-pep517
-hostmakedepends="python3-setuptools python3-wheel hatchling"
-depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl python3-pydantic python3-httpx python3-distro"
+hostmakedepends="python3-setuptools python3-wheel hatchling
+	hatch-fancy-pypi-readme"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm
+	python3-openpyxl python3-pydantic python3-httpx python3-distro
+	python3-anyio python3-sniffio python3-typing_extensions python3-jiter"
 short_desc="OpenAI Python library"
 maintainer="Ananteris <ananteris@protonmail.ch>"
 license="MIT"
 homepage="https://github.com/openai/openai-python"
 distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
-checksum=0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd
+checksum=3ec501c46a755960b7b1369f0cb9ec61dfa735236d9589151af315700c772bd5
 make_check=extended # Requires valid API key
 
 post_install() {

From 182e36794195d3d2fe0fbb87b89949a83c506d05 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:45 +0100
Subject: [PATCH 3/5] New package: python3-tiktoken-0.8.0

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

diff --git a/srcpkgs/python3-tiktoken/template b/srcpkgs/python3-tiktoken/template
new file mode 100644
index 00000000000000..1229ee94aa37d5
--- /dev/null
+++ b/srcpkgs/python3-tiktoken/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-tiktoken'
+pkgname=python3-tiktoken
+version=0.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-setuptools-rust rust cargo"
+depends="python3-regex python3-requests"
+short_desc="Fast BPE tokeniser for use with OpenAI's models"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openai/tiktoken"
+changelog="https://raw.githubusercontent.com/openai/tiktoken/refs/heads/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tiktoken/tiktoken-${version}.tar.gz"
+checksum=9ccbb2740f24542534369c5635cfd9b2b3c2490754a78ac8831d99f89f94eeb2

From ecfdf61afd0f6a2b83c7c00211993ef97e2d5479 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:58 +0100
Subject: [PATCH 4/5] New package: latexencode-2.10

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

diff --git a/srcpkgs/latexencode/template b/srcpkgs/latexencode/template
new file mode 100644
index 00000000000000..8fc02d332ca850
--- /dev/null
+++ b/srcpkgs/latexencode/template
@@ -0,0 +1,13 @@
+# Template file for 'latexencode'
+pkgname=latexencode
+version=2.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="latex-to-unicode and unicode-to-latex conversion"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://pylatexenc.readthedocs.io/"
+changelog="https://pylatexenc.readthedocs.io/en/latest/changes/"
+distfiles="${PYPI_SITE}/p/pylatexenc/pylatexenc-${version}.tar.gz"
+checksum=3dd8fd84eb46dc30bee1e23eaab8d8fb5a7f507347b23e5f38ad9675c84f40d3

From 0c3a255ed8347c4e68d28fee90d02765de351a19 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:49:10 +0100
Subject: [PATCH 5/5] New package: chatblade-0.7.0

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

diff --git a/srcpkgs/chatblade/template b/srcpkgs/chatblade/template
new file mode 100644
index 00000000000000..76c313faee8c50
--- /dev/null
+++ b/srcpkgs/chatblade/template
@@ -0,0 +1,13 @@
+# Template file for 'chatblade'
+pkgname=chatblade
+version=0.7.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-openai latexencode python3-tiktoken"
+short_desc="CLI Swiss Army Knife for ChatGPT"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/npiv/chatblade"
+distfiles="https://github.com/npiv/chatblade/archive/refs/tags/v${version}.tar.gz"
+checksum=ffe136b110debe72bae6d651d21f259c5e85117276b8458c4ebd598b9cc368e4

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

* Re: [PR PATCH] [Updated]  New package: chatblade-0.7.0
  2025-02-10 10:00 [PR PATCH] New package: chatblade-0.7.0 Eloitor
@ 2025-02-10 10:05 ` Eloitor
  2025-02-10 10:11 ` Eloitor
  2025-02-10 10:18 ` Eloitor
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-02-10 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages chatblade
https://github.com/void-linux/void-packages/pull/54271

 New package: chatblade-0.7.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-glibc)

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

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

From ffd51946eda6dfcb1e2f7da7b3258f37b9246177 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:19 +0100
Subject: [PATCH 1/5] New package: python3-jiter-0.8.2

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

diff --git a/srcpkgs/python3-jiter/template b/srcpkgs/python3-jiter/template
new file mode 100644
index 00000000000000..586d4ecab62583
--- /dev/null
+++ b/srcpkgs/python3-jiter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jiter'
+pkgname=python3-jiter
+version=0.8.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="cargo maturin"
+short_desc="Fast iterable JSON parser"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pydantic/jiter"
+distfiles="${PYPI_SITE}/j/jiter/jiter-${version}.tar.gz"
+checksum=cd73d3e740666d0e639f678adb176fad25c1bcbdae88d8d7b857e1783bb4212d

From 4faf356804f390f714daeefb6a967653841021d2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:33 +0100
Subject: [PATCH 2/5] python3-openai: update to 1.61.1.

---
 srcpkgs/python3-openai/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
index ba8df652574431..31ae6297dcc1c2 100644
--- a/srcpkgs/python3-openai/template
+++ b/srcpkgs/python3-openai/template
@@ -1,16 +1,19 @@
 # Template file for 'python3-openai'
 pkgname=python3-openai
-version=1.12.0
-revision=2
+version=1.61.1
+revision=1
 build_style=python3-pep517
-hostmakedepends="python3-setuptools python3-wheel hatchling"
-depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl python3-pydantic python3-httpx python3-distro"
+hostmakedepends="python3-setuptools python3-wheel hatchling
+	hatch-fancy-pypi-readme"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm
+	python3-openpyxl python3-pydantic python3-httpx python3-distro
+	python3-anyio python3-sniffio python3-typing_extensions python3-jiter"
 short_desc="OpenAI Python library"
 maintainer="Ananteris <ananteris@protonmail.ch>"
 license="MIT"
 homepage="https://github.com/openai/openai-python"
 distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
-checksum=0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd
+checksum=3ec501c46a755960b7b1369f0cb9ec61dfa735236d9589151af315700c772bd5
 make_check=extended # Requires valid API key
 
 post_install() {

From a9469739ba0db69c0c4a78001799384766abbcb7 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:45 +0100
Subject: [PATCH 3/5] New package: python3-tiktoken-0.8.0

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

diff --git a/srcpkgs/python3-tiktoken/template b/srcpkgs/python3-tiktoken/template
new file mode 100644
index 00000000000000..1229ee94aa37d5
--- /dev/null
+++ b/srcpkgs/python3-tiktoken/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-tiktoken'
+pkgname=python3-tiktoken
+version=0.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-setuptools-rust rust cargo"
+depends="python3-regex python3-requests"
+short_desc="Fast BPE tokeniser for use with OpenAI's models"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openai/tiktoken"
+changelog="https://raw.githubusercontent.com/openai/tiktoken/refs/heads/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tiktoken/tiktoken-${version}.tar.gz"
+checksum=9ccbb2740f24542534369c5635cfd9b2b3c2490754a78ac8831d99f89f94eeb2

From b556f09fcf14553f916546663e7cdea9ea51c4bc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:58 +0100
Subject: [PATCH 4/5] New package: latexencode-2.10

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

diff --git a/srcpkgs/latexencode/template b/srcpkgs/latexencode/template
new file mode 100644
index 00000000000000..83ea07de9b359e
--- /dev/null
+++ b/srcpkgs/latexencode/template
@@ -0,0 +1,13 @@
+# Template file for 'latexencode'
+pkgname=latexencode
+version=2.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Latex-to-unicode and unicode-to-latex conversion"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://pylatexenc.readthedocs.io/"
+changelog="https://pylatexenc.readthedocs.io/en/latest/changes/"
+distfiles="${PYPI_SITE}/p/pylatexenc/pylatexenc-${version}.tar.gz"
+checksum=3dd8fd84eb46dc30bee1e23eaab8d8fb5a7f507347b23e5f38ad9675c84f40d3

From 8e0d0c3715ffcb9c67c42016f4353f2b945bda7a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:49:10 +0100
Subject: [PATCH 5/5] New package: chatblade-0.7.0

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

diff --git a/srcpkgs/chatblade/template b/srcpkgs/chatblade/template
new file mode 100644
index 00000000000000..76c313faee8c50
--- /dev/null
+++ b/srcpkgs/chatblade/template
@@ -0,0 +1,13 @@
+# Template file for 'chatblade'
+pkgname=chatblade
+version=0.7.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-openai latexencode python3-tiktoken"
+short_desc="CLI Swiss Army Knife for ChatGPT"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/npiv/chatblade"
+distfiles="https://github.com/npiv/chatblade/archive/refs/tags/v${version}.tar.gz"
+checksum=ffe136b110debe72bae6d651d21f259c5e85117276b8458c4ebd598b9cc368e4

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

* Re: [PR PATCH] [Updated]  New package: chatblade-0.7.0
  2025-02-10 10:00 [PR PATCH] New package: chatblade-0.7.0 Eloitor
  2025-02-10 10:05 ` [PR PATCH] [Updated] " Eloitor
@ 2025-02-10 10:11 ` Eloitor
  2025-02-10 10:18 ` Eloitor
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-02-10 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages chatblade
https://github.com/void-linux/void-packages/pull/54271

 New package: chatblade-0.7.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-glibc)

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

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

From ffd51946eda6dfcb1e2f7da7b3258f37b9246177 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:19 +0100
Subject: [PATCH 1/5] New package: python3-jiter-0.8.2

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

diff --git a/srcpkgs/python3-jiter/template b/srcpkgs/python3-jiter/template
new file mode 100644
index 00000000000000..586d4ecab62583
--- /dev/null
+++ b/srcpkgs/python3-jiter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jiter'
+pkgname=python3-jiter
+version=0.8.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="cargo maturin"
+short_desc="Fast iterable JSON parser"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/pydantic/jiter"
+distfiles="${PYPI_SITE}/j/jiter/jiter-${version}.tar.gz"
+checksum=cd73d3e740666d0e639f678adb176fad25c1bcbdae88d8d7b857e1783bb4212d

From 4faf356804f390f714daeefb6a967653841021d2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:33 +0100
Subject: [PATCH 2/5] python3-openai: update to 1.61.1.

---
 srcpkgs/python3-openai/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
index ba8df652574431..31ae6297dcc1c2 100644
--- a/srcpkgs/python3-openai/template
+++ b/srcpkgs/python3-openai/template
@@ -1,16 +1,19 @@
 # Template file for 'python3-openai'
 pkgname=python3-openai
-version=1.12.0
-revision=2
+version=1.61.1
+revision=1
 build_style=python3-pep517
-hostmakedepends="python3-setuptools python3-wheel hatchling"
-depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl python3-pydantic python3-httpx python3-distro"
+hostmakedepends="python3-setuptools python3-wheel hatchling
+	hatch-fancy-pypi-readme"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm
+	python3-openpyxl python3-pydantic python3-httpx python3-distro
+	python3-anyio python3-sniffio python3-typing_extensions python3-jiter"
 short_desc="OpenAI Python library"
 maintainer="Ananteris <ananteris@protonmail.ch>"
 license="MIT"
 homepage="https://github.com/openai/openai-python"
 distfiles="https://github.com/openai/openai-python/archive/refs/tags/v${version}.tar.gz"
-checksum=0489d66f1bb37abd4472342446e47086e81561e4047eb50254cf3275b6995ffd
+checksum=3ec501c46a755960b7b1369f0cb9ec61dfa735236d9589151af315700c772bd5
 make_check=extended # Requires valid API key
 
 post_install() {

From a9469739ba0db69c0c4a78001799384766abbcb7 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:45 +0100
Subject: [PATCH 3/5] New package: python3-tiktoken-0.8.0

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

diff --git a/srcpkgs/python3-tiktoken/template b/srcpkgs/python3-tiktoken/template
new file mode 100644
index 00000000000000..1229ee94aa37d5
--- /dev/null
+++ b/srcpkgs/python3-tiktoken/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-tiktoken'
+pkgname=python3-tiktoken
+version=0.8.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-setuptools-rust rust cargo"
+depends="python3-regex python3-requests"
+short_desc="Fast BPE tokeniser for use with OpenAI's models"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openai/tiktoken"
+changelog="https://raw.githubusercontent.com/openai/tiktoken/refs/heads/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/tiktoken/tiktoken-${version}.tar.gz"
+checksum=9ccbb2740f24542534369c5635cfd9b2b3c2490754a78ac8831d99f89f94eeb2

From b556f09fcf14553f916546663e7cdea9ea51c4bc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:48:58 +0100
Subject: [PATCH 4/5] New package: latexencode-2.10

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

diff --git a/srcpkgs/latexencode/template b/srcpkgs/latexencode/template
new file mode 100644
index 00000000000000..83ea07de9b359e
--- /dev/null
+++ b/srcpkgs/latexencode/template
@@ -0,0 +1,13 @@
+# Template file for 'latexencode'
+pkgname=latexencode
+version=2.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Latex-to-unicode and unicode-to-latex conversion"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://pylatexenc.readthedocs.io/"
+changelog="https://pylatexenc.readthedocs.io/en/latest/changes/"
+distfiles="${PYPI_SITE}/p/pylatexenc/pylatexenc-${version}.tar.gz"
+checksum=3dd8fd84eb46dc30bee1e23eaab8d8fb5a7f507347b23e5f38ad9675c84f40d3

From 0e1c234f52ee12359e8ec5c834f4eb7fddc90bd0 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 10 Feb 2025 10:49:10 +0100
Subject: [PATCH 5/5] New package: chatblade-0.7.0

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

diff --git a/srcpkgs/chatblade/template b/srcpkgs/chatblade/template
new file mode 100644
index 00000000000000..e6fd9d0cc5a320
--- /dev/null
+++ b/srcpkgs/chatblade/template
@@ -0,0 +1,14 @@
+# Template file for 'chatblade'
+pkgname=chatblade
+version=0.7.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-openai latexencode python3-tiktoken python3-platformdirs
+	python3-rich python3-yaml"
+short_desc="CLI Swiss Army Knife for ChatGPT"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/npiv/chatblade"
+distfiles="https://github.com/npiv/chatblade/archive/refs/tags/v${version}.tar.gz"
+checksum=ffe136b110debe72bae6d651d21f259c5e85117276b8458c4ebd598b9cc368e4

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

* Re:  New package: chatblade-0.7.0
  2025-02-10 10:00 [PR PATCH] New package: chatblade-0.7.0 Eloitor
  2025-02-10 10:05 ` [PR PATCH] [Updated] " Eloitor
  2025-02-10 10:11 ` Eloitor
@ 2025-02-10 10:18 ` Eloitor
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-02-10 10:18 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/54271#issuecomment-2647543235

Comment:
Some builds of `python3-jiter` fail with
```
 error[E0463]: can't find crate for `std`
  |
  = note: the `x86_64-unknown-linux-gnu` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-unknown-linux-gnu`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `python3-dll-a` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `autocfg` (lib) due to 1 previous error
error: could not compile `target-lexicon` (build script) due to 1 previous error
error: could not compile `once_cell` (lib) due to 1 previous error
💥 maturin failed
  Caused by: Failed to build a native library through cargo
  Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/usr/bin/python3" PYTHON_SYS_EXECUTABLE="/usr/bin/python3" "cargo" "rustc" "--features" "pyo3/extension-module" "--features" "pyo3/generate-import-lib" "--message-format" "json-render-diagnostics" "--manifest-path" "/builddir/python3-jiter-0.8.2/crates/jiter-python/Cargo.toml" "--release" "--lib" "--crate-type" "cdylib"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/usr/bin/python3', '--compatibility', 'off'] returned non-zero exit status 1

ERROR Backend subprocess exited when trying to invoke build_wheel
=> ERROR: python3-jiter-0.8.2_1: do_build: 'python3 -m build --no-isolation --wheel ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/python3-pep517.sh:17

Error: Process completed with exit code 1.
```

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

end of thread, other threads:[~2025-02-10 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10 10:00 [PR PATCH] New package: chatblade-0.7.0 Eloitor
2025-02-10 10:05 ` [PR PATCH] [Updated] " Eloitor
2025-02-10 10:11 ` Eloitor
2025-02-10 10:18 ` Eloitor

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