Github messages for voidlinux
 help / color / mirror / Atom feed
From: ananteris <ananteris@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-openai-0.25.0
Date: Sun, 18 Dec 2022 18:38:39 +0100	[thread overview]
Message-ID: <20221218173839.8syAEsK0TD5oBZ8RlLr-ljQHPUtJZ_Z8lnCd-NqY7As@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41153@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2022-12-18 17:38 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17 16:21 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221218173839.8syAEsK0TD5oBZ8RlLr-ljQHPUtJZ_Z8lnCd-NqY7As@z \
    --to=ananteris@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).