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