From 401b5c849cbc33770e27adec92265e15b2c46ebb Mon Sep 17 00:00:00 2001 From: Ananteris 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 " +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 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 " +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 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 " +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 +}