From 0f47b679eeb7bfde839f68de010afeeaa4fa1501 Mon Sep 17 00:00:00 2001 From: Ananteris 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 " +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 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 " +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 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 " +license="MIT" +homepage="https://github.com/openai/openai-python" +distfiles="${PYPI_SITE}/o/openai/openai-${version}.tar.gz" +checksum="59ac6531e4f7bf8e9a53186e853d9ffb1d5f07973ecb4f7d273163a314814510" + +post_install() { + vlicense LICENSE +}