Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-openai-0.25.0
@ 2022-12-17 16:01 ananteris
  2022-12-17 16:04 ` [PR PATCH] [Updated] " ananteris
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: ananteris @ 2022-12-17 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 671 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/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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:01 [PR PATCH] New package: python3-openai-0.25.0 ananteris
@ 2022-12-17 16:04 ` ananteris
  2022-12-17 16:10 ` ananteris
  2022-12-17 16:10 ` [PR PATCH] [Closed]: " ananteris
  2 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:01 [PR PATCH] New package: python3-openai-0.25.0 ananteris
  2022-12-17 16:04 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-17 16:10 ` ananteris
  2022-12-17 16:10 ` [PR PATCH] [Closed]: " ananteris
  2 siblings, 0 replies; 16+ 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] 16+ messages in thread

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

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

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

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

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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (10 preceding siblings ...)
  2022-12-23 12:08 ` ananteris
@ 2022-12-23 12:10 ` ananteris
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (9 preceding siblings ...)
  2022-12-21 10:03 ` ananteris
@ 2022-12-23 12:08 ` ananteris
  2022-12-23 12:10 ` ananteris
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (8 preceding siblings ...)
  2022-12-19 11:40 ` ananteris
@ 2022-12-21 10:03 ` ananteris
  2022-12-23 12:08 ` ananteris
  2022-12-23 12:10 ` ananteris
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (7 preceding siblings ...)
  2022-12-18 18:41 ` ananteris
@ 2022-12-19 11:40 ` ananteris
  2022-12-21 10:03 ` ananteris
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (6 preceding siblings ...)
  2022-12-18 18:30 ` ananteris
@ 2022-12-18 18:41 ` ananteris
  2022-12-19 11:40 ` ananteris
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (5 preceding siblings ...)
  2022-12-18 18:22 ` ananteris
@ 2022-12-18 18:30 ` ananteris
  2022-12-18 18:41 ` ananteris
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (4 preceding siblings ...)
  2022-12-18 17:38 ` ananteris
@ 2022-12-18 18:22 ` ananteris
  2022-12-18 18:30 ` ananteris
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (3 preceding siblings ...)
  2022-12-18 17:36 ` ananteris
@ 2022-12-18 17:38 ` ananteris
  2022-12-18 18:22 ` ananteris
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
                   ` (2 preceding siblings ...)
  2022-12-18 14:30 ` ananteris
@ 2022-12-18 17:36 ` ananteris
  2022-12-18 17:38 ` ananteris
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " 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 17:36 ` ananteris
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
  2022-12-18 14:19 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-18 14:26 ` ananteris
  2022-12-18 14:30 ` ananteris
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
  2022-12-17 16:21 [PR PATCH] " ananteris
@ 2022-12-18 14:19 ` ananteris
  2022-12-18 14:26 ` ananteris
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 16+ 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] 16+ messages in thread

end of thread, other threads:[~2022-12-23 12:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17 16:01 [PR PATCH] New package: python3-openai-0.25.0 ananteris
2022-12-17 16:04 ` [PR PATCH] [Updated] " ananteris
2022-12-17 16:10 ` ananteris
2022-12-17 16:10 ` [PR PATCH] [Closed]: " ananteris
2022-12-17 16:21 [PR PATCH] " 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 17:36 ` 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-19 11:40 ` ananteris
2022-12-21 10:03 ` ananteris
2022-12-23 12:08 ` ananteris
2022-12-23 12: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).