Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-openai-0.25.0
@ 2022-12-17 16:21 ananteris
  2022-12-17 16:38 ` icp1994
                   ` (39 more replies)
  0 siblings, 40 replies; 43+ messages in thread
From: ananteris @ 2022-12-17 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 9e83e55deb568eb677de55fe95245f376d6d9d3e Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sat, 17 Dec 2022 17:20:42 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..6489ab9e0b8e
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-openai'
+# This template was written by OpenAI's text-davinci-003 model
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-matplotlib python3-numpy python3-scipy python3-pandas python3-jupyter"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
@ 2022-12-17 16:38 ` icp1994
  2022-12-17 17:18 ` JamiKettunen
                   ` (38 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: icp1994 @ 2022-12-17 16:38 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356328466

Comment:
Woah! Is it really written by AI?! Apart from a few [discrepancies under `depends`](https://github.com/openai/openai-python/blob/v0.25.0/setup.py#L16-L24), seems pretty solid.

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
  2022-12-17 16:38 ` icp1994
@ 2022-12-17 17:18 ` JamiKettunen
  2022-12-18 13:35 ` ananteris
                   ` (37 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: JamiKettunen @ 2022-12-17 17:18 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356339807

Comment:
Btw there was no need to close #41151 and #41152, you can force-push commits to the PR branch so they appear right here without having to make an entirely new pull request each time.

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
  2022-12-17 16:38 ` icp1994
  2022-12-17 17:18 ` JamiKettunen
@ 2022-12-18 13:35 ` ananteris
  2022-12-18 14:19 ` [PR PATCH] [Updated] " ananteris
                   ` (36 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 13:35 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356799793

Comment:
>Woah! Is it really written by AI?! Apart from a few [discrepancies under depends](https://github.com/openai/openai-python/blob/v0.25.0/setup.py#L16-L24), seems pretty solid.

it was, distfiles and the checksum needed manual intervention, i'll doublecheck the depends although it's been working fine in testing on my end.

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (2 preceding siblings ...)
  2022-12-18 13:35 ` ananteris
@ 2022-12-18 14:19 ` ananteris
  2022-12-18 14:26 ` ananteris
                   ` (35 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 9ec69b066231398974cafd4a64269a765a4a3015 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 15:19:16 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..b9fd158cd7a2
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was written by OpenAI's text-davinci-003 model
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-requests python3-numpy python3-pandas python3-tqdm"
+optdepends="python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (3 preceding siblings ...)
  2022-12-18 14:19 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-18 14:26 ` ananteris
  2022-12-18 14:30 ` ananteris
                   ` (34 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 53e1db59f8f560755be148f1041fafb290c012e1 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 15:26:41 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..29e4f366eda7
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was written by OpenAI's text-davinci-003 model
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-requests python3-numpy python3-pandas python3-tqdm"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+optdepends="python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly"
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (4 preceding siblings ...)
  2022-12-18 14:26 ` ananteris
@ 2022-12-18 14:30 ` ananteris
  2022-12-18 14:33 ` ananteris
                   ` (33 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 3e86c48a9dfc6238c32d5b6e1bcc604b5f7eeb94 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 15:29:49 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..ed33e9ce0f04
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was mostly written by OpenAI's text-davinci-003 model
+# Optional Dependencies: python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-requests python3-numpy python3-pandas python3-tqdm"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (5 preceding siblings ...)
  2022-12-18 14:30 ` ananteris
@ 2022-12-18 14:33 ` ananteris
  2022-12-18 14:43 ` [PR REVIEW] " paper42
                   ` (32 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 14:33 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356812311

Comment:
Alright, I manually went over the dependencies, OpenAI seems to think optdepends= is a valid feature of a template file. This commit is tested to be working fine on my end as well.

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (9 preceding siblings ...)
  2022-12-18 14:43 ` paper42
@ 2022-12-18 14:43 ` paper42
  2022-12-18 14:43 ` paper42
                   ` (28 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051614843

Comment:
```suggestion
```

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (7 preceding siblings ...)
  2022-12-18 14:43 ` [PR REVIEW] " paper42
@ 2022-12-18 14:43 ` paper42
  2022-12-18 14:43 ` paper42
                   ` (30 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051614490

Comment:
tests are there, at least in the github tarball

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (8 preceding siblings ...)
  2022-12-18 14:43 ` paper42
@ 2022-12-18 14:43 ` paper42
  2022-12-18 14:43 ` paper42
                   ` (29 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051614653

Comment:
setuptools doesn't seem to be required for runtime
```suggestion
depends="python3-requests python3-numpy python3-pandas python3-tqdm"
```

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (11 preceding siblings ...)
  2022-12-18 14:43 ` paper42
@ 2022-12-18 14:43 ` paper42
  2022-12-18 15:40 ` ananteris
                   ` (26 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051615315

Comment:
```suggestion
license="MIT"
```

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (10 preceding siblings ...)
  2022-12-18 14:43 ` paper42
@ 2022-12-18 14:43 ` paper42
  2022-12-18 14:43 ` paper42
                   ` (27 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051615100

Comment:
maybe we should use pep517 instead

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (6 preceding siblings ...)
  2022-12-18 14:33 ` ananteris
@ 2022-12-18 14:43 ` paper42
  2022-12-18 14:43 ` paper42
                   ` (31 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-18 14:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1051614982

Comment:
```suggestion
hostmakedepends="python3-setuptools"
```

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (12 preceding siblings ...)
  2022-12-18 14:43 ` paper42
@ 2022-12-18 15:40 ` ananteris
  2022-12-18 15:40 ` ananteris
                   ` (25 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 15:40 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356823952

Comment:
Good ideas, I'll commit those and also add packages for python3-panda-stubs and python3-openpyxl

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (13 preceding siblings ...)
  2022-12-18 15:40 ` ananteris
@ 2022-12-18 15:40 ` ananteris
  2022-12-18 16:47 ` ananteris
                   ` (24 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 15:40 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356823952

Comment:
Good ideas, I'll commit those and also add packages for dependencies python3-panda-stubs and python3-openpyxl

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (14 preceding siblings ...)
  2022-12-18 15:40 ` ananteris
@ 2022-12-18 16:47 ` ananteris
  2022-12-18 17:36 ` [PR PATCH] [Updated] " ananteris
                   ` (23 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 16:47 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356823952

Comment:
Good ideas, I'll commit those and also add packages for dependencies python3-pandas-stubs and python3-openpyxl

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (15 preceding siblings ...)
  2022-12-18 16:47 ` ananteris
@ 2022-12-18 17:36 ` ananteris
  2022-12-18 17:38 ` ananteris
                   ` (22 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 17:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 40af918ef4b4b01079e710590a2930c88f18b0f4 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:47:04 +0000
Subject: [PATCH 1/3] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..5927a498314f
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 401b5c849cbc33770e27adec92265e15b2c46ebb Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:29:11 +0000
Subject: [PATCH 2/3] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..7199872d9944
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum=0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2
+make_check=yes
+
+post_install() {
+	vlicense LICENSE
+}

From 05c236cc4078a054294cd610129033528bd8dbb5 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:36:24 +0000
Subject: [PATCH 3/3] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..877ba274d8f2
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was mostly written by OpenAI's text-davinci-003 model
+# Optional Dependencies: python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (16 preceding siblings ...)
  2022-12-18 17:36 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-18 17:38 ` ananteris
  2022-12-18 18:22 ` ananteris
                   ` (21 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 17:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 401b5c849cbc33770e27adec92265e15b2c46ebb Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:29:11 +0000
Subject: [PATCH 1/3] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..7199872d9944
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum=0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2
+make_check=yes
+
+post_install() {
+	vlicense LICENSE
+}

From 6d07f0ad2881b6cc309059ce9b2b859d3abea351 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:47:04 +0000
Subject: [PATCH 2/3] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..5927a498314f
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 14b1aa6e419b7e517bb7e2ef69b521e19a9f6d9d Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:38:24 +0000
Subject: [PATCH 3/3] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..6897d7262c2e
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-openai'
+# This template was mostly written by OpenAI's text-davinci-003 model
+# Optional Dependencies: python3-matplotlib python3-scikit-learn python3-tenacity python3-plotly
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+make_check=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (17 preceding siblings ...)
  2022-12-18 17:38 ` ananteris
@ 2022-12-18 18:22 ` ananteris
  2022-12-18 18:30 ` ananteris
                   ` (20 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From eee47cf018ea399b8dc1f52d341b44c72e34ad21 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:14:47 +0000
Subject: [PATCH 1/3] python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..f387962437ad
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum="0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"
+
+post_install() {
+	vlicense LICENSE
+}

From 2ebebe4ed87b3a501de72ff7d6331d6e19472914 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:19:42 +0000
Subject: [PATCH 2/3] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..d5c4d5c256cd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum="e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 8621eb0d9b3e5bfb52907d2f4af80bca50d0cc72 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:21:55 +0000
Subject: [PATCH 3/3] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..cd4916af8a72
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum="59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (18 preceding siblings ...)
  2022-12-18 18:22 ` ananteris
@ 2022-12-18 18:30 ` ananteris
  2022-12-18 18:41 ` ananteris
                   ` (19 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 2ebebe4ed87b3a501de72ff7d6331d6e19472914 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:19:42 +0000
Subject: [PATCH 1/3] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..d5c4d5c256cd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum="e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 7bc9d3c7352befa07069f923c022708e8f80e2ad Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:25:55 +0000
Subject: [PATCH 2/3] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..f387962437ad
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum="0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"
+
+post_install() {
+	vlicense LICENSE
+}

From 0b5dbc6deeffc96d6779f266863dd4a00dbca827 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:30:14 +0000
Subject: [PATCH 3/3] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..cd4916af8a72
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum="59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (19 preceding siblings ...)
  2022-12-18 18:30 ` ananteris
@ 2022-12-18 18:41 ` ananteris
  2022-12-18 18:46 ` ananteris
                   ` (18 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 0f47b679eeb7bfde839f68de010afeeaa4fa1501 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:40:02 +0000
Subject: [PATCH 1/3] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..d5c4d5c256cd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum="e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
+
+post_install() {
+	vlicense LICENCE.rst
+}

From a093012f80800ab990548d1db8eded86f571ccd8 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:40:46 +0000
Subject: [PATCH 2/3] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..f387962437ad
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum="0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"
+
+post_install() {
+	vlicense LICENSE
+}

From ee4772bfa564f03c113b54315873c4e45e9300d8 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:41:29 +0000
Subject: [PATCH 3/3] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..cd4916af8a72
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum="59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (20 preceding siblings ...)
  2022-12-18 18:41 ` ananteris
@ 2022-12-18 18:46 ` ananteris
  2022-12-19 11:34 ` ananteris
                   ` (17 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-18 18:46 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1356852543

Comment:
Closed the other PRs for dependencies after realizing they would all be in one. 

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (21 preceding siblings ...)
  2022-12-18 18:46 ` ananteris
@ 2022-12-19 11:34 ` ananteris
  2022-12-19 11:38 ` ananteris
                   ` (16 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-19 11:34 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1357504972

Comment:
It looks like @yopito merged in python3-openpyxl himself, should I be removing that commit from this PR?

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (22 preceding siblings ...)
  2022-12-19 11:34 ` ananteris
@ 2022-12-19 11:38 ` ananteris
  2022-12-19 11:40 ` [PR PATCH] [Updated] " ananteris
                   ` (15 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-19 11:38 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1357504972

Comment:
It looks like @yopito and @Piraty merged in python3-openpyxl already, I'll remove that commit shortly.

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (23 preceding siblings ...)
  2022-12-19 11:38 ` ananteris
@ 2022-12-19 11:40 ` ananteris
  2022-12-19 11:48 ` ananteris
                   ` (14 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-19 11:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 7c833e575bf261a710728cd206360e087e2cdf33 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:40:46 +0000
Subject: [PATCH 1/2] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..f387962437ad
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum="0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"
+
+post_install() {
+	vlicense LICENSE
+}

From 693666e213d88a078aeade9b0a388e0239fc94ef Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:41:29 +0000
Subject: [PATCH 2/2] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..cd4916af8a72
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum="59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (24 preceding siblings ...)
  2022-12-19 11:40 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-19 11:48 ` ananteris
  2022-12-19 19:39 ` [PR REVIEW] " paper42
                   ` (13 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-19 11:48 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1357504972

Comment:
It looks like @yopito and @Piraty [merged](https://github.com/void-linux/void-packages/commit/574fbf3aa496900feec945d11b0a9d526a7d63ca) in python3-openpyxl already, I'll remove that commit shortly.

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (26 preceding siblings ...)
  2022-12-19 19:39 ` [PR REVIEW] " paper42
@ 2022-12-19 19:39 ` paper42
  2022-12-20 21:28 ` ananteris
                   ` (11 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-19 19:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1052570963

Comment:
```suggestion
depends="python3-typing_extensions python3-pandas"
checkdepends="python3-pytest"
```
and use the github tarball because it has tests

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (25 preceding siblings ...)
  2022-12-19 11:48 ` ananteris
@ 2022-12-19 19:39 ` paper42
  2022-12-19 19:39 ` paper42
                   ` (12 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-19 19:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1052571958

Comment:
```suggestion
depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
checkdepends="python3-pytest"
```

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (27 preceding siblings ...)
  2022-12-19 19:39 ` paper42
@ 2022-12-20 21:28 ` ananteris
  2022-12-20 21:31 ` ananteris
                   ` (10 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-20 21:28 UTC (permalink / raw)
  To: ml

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

New review comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1053767993

Comment:
This looks to be easy enough although it will fail on the build server unless it has a valid API key set as an environment variable.

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (28 preceding siblings ...)
  2022-12-20 21:28 ` ananteris
@ 2022-12-20 21:31 ` ananteris
  2022-12-20 21:37 ` paper42
                   ` (9 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-20 21:31 UTC (permalink / raw)
  To: ml

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

New review comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1053771196

Comment:
To implement this at a minimum will require new packages for:
python3-xarray
python3-pyarrow

and an update to:
python3-SQLAlchemy

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (29 preceding siblings ...)
  2022-12-20 21:31 ` ananteris
@ 2022-12-20 21:37 ` paper42
  2022-12-20 21:38 ` paper42
                   ` (8 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-20 21:37 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1053775249

Comment:
You can just disable tests in that case and mention why in a comment next to it

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (30 preceding siblings ...)
  2022-12-20 21:37 ` paper42
@ 2022-12-20 21:38 ` paper42
  2022-12-21 10:03 ` [PR PATCH] [Updated] " ananteris
                   ` (7 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-20 21:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1053775514

Comment:
in that case, mark tests as extended

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (31 preceding siblings ...)
  2022-12-20 21:38 ` paper42
@ 2022-12-21 10:03 ` ananteris
  2022-12-21 10:04 ` ananteris
                   ` (6 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-21 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From f09e42258ab4ab0670218994babb491cd76d9139 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Wed, 21 Dec 2022 11:01:48 +0000
Subject: [PATCH 1/2] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..2f4328115e12
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="https://github.com/pandas-dev/pandas-stubs/archive/refs/tags/v${version}.tar.gz"
+checksum="cb049f35732c07d232a942b73c1ef0ab582e9005cfb5fa724f640c4a7a1e299c"
+make_checks=extended   # needs python3-xarray and python3-pyarrow
+
+post_install() {
+	vlicense LICENSE
+}

From b00b1a45174ed3b619a5f0f6e3a2bae0cddad9b9 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Wed, 21 Dec 2022 11:02:15 +0000
Subject: [PATCH 2/2] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..df9be5c67434
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-pandas-stubs python3-openpyxl"
+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="422a42368b0264ebcd9914e0b38004b2c441a69ea7f3a059d6afe84b770f8553"
+make_check=extended # Needs valid API key to test
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (32 preceding siblings ...)
  2022-12-21 10:03 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-21 10:04 ` ananteris
  2022-12-22 16:33 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-21 10:04 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1361108622

Comment:
Alright, updated to make_checks=extended. I was able to get all tests to pass on my local machine after manually installing checkdepends.

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (33 preceding siblings ...)
  2022-12-21 10:04 ` ananteris
@ 2022-12-22 16:33 ` paper42
  2022-12-22 16:41 ` paper42
                   ` (4 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-22 16:33 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1055640101

Comment:
that's not how you disable tests
```suggestion
make_check=no
```

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

* Re: [PR REVIEW] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (34 preceding siblings ...)
  2022-12-22 16:33 ` [PR REVIEW] " paper42
@ 2022-12-22 16:41 ` paper42
  2022-12-23 12:08 ` [PR PATCH] [Updated] " ananteris
                   ` (3 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-22 16:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#discussion_r1055647792

Comment:
I am pretty sure pandas-stubs are only necessary for development, so we don't care about that dependency.

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (35 preceding siblings ...)
  2022-12-22 16:41 ` paper42
@ 2022-12-23 12:08 ` ananteris
  2022-12-23 12:09 ` ananteris
                   ` (2 subsequent siblings)
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-23 12:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 74a56b9985b7c4b9c7ad226dc144fa7be6b48bd0 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Fri, 23 Dec 2022 13:08:26 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..b18826d98f13
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl"
+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="422a42368b0264ebcd9914e0b38004b2c441a69ea7f3a059d6afe84b770f8553"
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (36 preceding siblings ...)
  2022-12-23 12:08 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-23 12:09 ` ananteris
  2022-12-23 12:10 ` [PR PATCH] [Updated] " ananteris
  2022-12-25  9:54 ` [PR PATCH] [Merged]: " paper42
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-23 12:09 UTC (permalink / raw)
  To: ml

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

New comment by ananteris on void-packages repository

https://github.com/void-linux/void-packages/pull/41153#issuecomment-1363900575

Comment:
Sure, removed pandas-stubs as a package and dependency

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (37 preceding siblings ...)
  2022-12-23 12:09 ` ananteris
@ 2022-12-23 12:10 ` ananteris
  2022-12-25  9:54 ` [PR PATCH] [Merged]: " paper42
  39 siblings, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-23 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41153

New package: python3-openai-0.25.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)



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

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

From 47bb4b46dde9f583e8c3f9fa6fdf8055c3c96bd2 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Fri, 23 Dec 2022 13:10:35 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..3133a73583d8
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openai'
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-requests python3-numpy python3-pandas python3-tqdm python3-openpyxl"
+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="422a42368b0264ebcd9914e0b38004b2c441a69ea7f3a059d6afe84b770f8553"
+make_check=extended # Requires valid API key
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
                   ` (38 preceding siblings ...)
  2022-12-23 12:10 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-25  9:54 ` paper42
  39 siblings, 0 replies; 43+ messages in thread
From: paper42 @ 2022-12-25  9:54 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: python3-openai-0.25.0
https://github.com/void-linux/void-packages/pull/41153

Description:

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



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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:01 [PR PATCH] " ananteris
  2022-12-17 16:04 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-17 16:10 ` ananteris
  1 sibling, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-17 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41151

New package: python3-openai-0.25.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)


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

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

From d4dc81e29fd12d5f9081e6487c471102f42ad1de Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sat, 17 Dec 2022 16:57:29 +0000
Subject: [PATCH] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..166066b6ab41
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was written by OpenAI's text-davinci-003 model
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-matplotlib python3-numpy python3-scipy python3-pandas python3-jupyter"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+  vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:01 [PR PATCH] " ananteris
@ 2022-12-17 16:04 ` ananteris
  2022-12-17 16:10 ` ananteris
  1 sibling, 0 replies; 43+ messages in thread
From: ananteris @ 2022-12-17 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages master
https://github.com/void-linux/void-packages/pull/41151

New package: python3-openai-0.25.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)


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

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

From d4dc81e29fd12d5f9081e6487c471102f42ad1de Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sat, 17 Dec 2022 16:57:29 +0000
Subject: [PATCH 1/2] New package: python3-openai-0.25.0

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
new file mode 100644
index 000000000000..166066b6ab41
--- /dev/null
+++ b/srcpkgs/python3-openai/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-openai'
+# This template was written by OpenAI's text-davinci-003 model
+pkgname=python3-openai
+version=0.25.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-matplotlib python3-numpy python3-scipy python3-pandas python3-jupyter"
+short_desc="OpenAI Python library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://github.com/openai/openai-python"
+distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz"
+checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
+# Tests not supported
+make_check=no
+
+post_install() {
+  vlicense LICENSE
+}
+

From bd0a1d9ed96494e5bc93440ba1e614e1d9e4a5e1 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sat, 17 Dec 2022 17:04:02 +0000
Subject: [PATCH 2/2] New package: python3-openai-0.25.0_2

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

diff --git a/srcpkgs/python3-openai/template b/srcpkgs/python3-openai/template
index 166066b6ab41..6702f6268637 100644
--- a/srcpkgs/python3-openai/template
+++ b/srcpkgs/python3-openai/template
@@ -2,7 +2,7 @@
 # This template was written by OpenAI's text-davinci-003 model
 pkgname=python3-openai
 version=0.25.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3 python3-setuptools python3-matplotlib python3-numpy python3-scipy python3-pandas python3-jupyter"
@@ -16,6 +16,5 @@ checksum=59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510
 make_check=no
 
 post_install() {
-  vlicense LICENSE
+	vlicense LICENSE
 }
-

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

end of thread, other threads:[~2022-12-25  9:54 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17 16:21 [PR PATCH] New package: python3-openai-0.25.0 ananteris
2022-12-17 16:38 ` icp1994
2022-12-17 17:18 ` JamiKettunen
2022-12-18 13:35 ` ananteris
2022-12-18 14:19 ` [PR PATCH] [Updated] " ananteris
2022-12-18 14:26 ` ananteris
2022-12-18 14:30 ` ananteris
2022-12-18 14:33 ` ananteris
2022-12-18 14:43 ` [PR REVIEW] " paper42
2022-12-18 14:43 ` paper42
2022-12-18 14:43 ` paper42
2022-12-18 14:43 ` paper42
2022-12-18 14:43 ` paper42
2022-12-18 14:43 ` paper42
2022-12-18 15:40 ` ananteris
2022-12-18 15:40 ` ananteris
2022-12-18 16:47 ` ananteris
2022-12-18 17:36 ` [PR PATCH] [Updated] " ananteris
2022-12-18 17:38 ` ananteris
2022-12-18 18:22 ` ananteris
2022-12-18 18:30 ` ananteris
2022-12-18 18:41 ` ananteris
2022-12-18 18:46 ` ananteris
2022-12-19 11:34 ` ananteris
2022-12-19 11:38 ` ananteris
2022-12-19 11:40 ` [PR PATCH] [Updated] " ananteris
2022-12-19 11:48 ` ananteris
2022-12-19 19:39 ` [PR REVIEW] " paper42
2022-12-19 19:39 ` paper42
2022-12-20 21:28 ` ananteris
2022-12-20 21:31 ` ananteris
2022-12-20 21:37 ` paper42
2022-12-20 21:38 ` paper42
2022-12-21 10:03 ` [PR PATCH] [Updated] " ananteris
2022-12-21 10:04 ` ananteris
2022-12-22 16:33 ` [PR REVIEW] " paper42
2022-12-22 16:41 ` paper42
2022-12-23 12:08 ` [PR PATCH] [Updated] " ananteris
2022-12-23 12:09 ` ananteris
2022-12-23 12:10 ` [PR PATCH] [Updated] " ananteris
2022-12-25  9:54 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-12-17 16:01 [PR PATCH] " ananteris
2022-12-17 16:04 ` [PR PATCH] [Updated] " ananteris
2022-12-17 16:10 ` ananteris

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