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

* [PR PATCH] New package: python3-openai-0.25.0
@ 2022-12-17 16:21 ananteris
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PR PATCH] New package: python3-openai-0.25.0
@ 2022-12-17 16:12 ananteris
  0 siblings, 0 replies; 6+ messages in thread
From: ananteris @ 2022-12-17 16:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 673 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/41152

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/41152.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-41152.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] 6+ messages in thread

end of thread, other threads:[~2022-12-17 16:21 UTC | newest]

Thread overview: 6+ 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:12 [PR PATCH] " ananteris
2022-12-17 16:21 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).