From b87e9a508c52f97e52a07ab9970d44525ea78dcc Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Sat, 9 Dec 2023 20:35:53 -0600 Subject: [PATCH 1/3] New package: python3-multitasking-0.0.11 --- srcpkgs/python3-multitasking/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-multitasking/template diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template new file mode 100644 index 0000000000000..0ebbd11ea670f --- /dev/null +++ b/srcpkgs/python3-multitasking/template @@ -0,0 +1,13 @@ +# Template file for 'python3-multitasking' +pkgname=python3-multitasking +version=0.0.11 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Non-blocking Python methods using decorators" +maintainer="Jason Elswick " +license="Apache-2.0" +homepage="https://github.com/ranaroussi/multitasking" +distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz" +checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026 From 87c634b9e48f5323c70832f982a163adb88e1841 Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Sat, 9 Dec 2023 20:42:01 -0600 Subject: [PATCH 2/3] python3-peewee: update to 3.17.0. --- srcpkgs/python3-peewee/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template index 6d0e6640f48cd..5a7cf7b518a9e 100644 --- a/srcpkgs/python3-peewee/template +++ b/srcpkgs/python3-peewee/template @@ -1,7 +1,7 @@ # Template file for 'python3-peewee' pkgname=python3-peewee -version=3.14.4 -revision=5 +version=3.17.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="python3-devel sqlite-devel" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/coleifer/peewee" changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md" distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz" -checksum=cded912439699a63704fcad36ee15093bbf3cca502beb9ae648423f8722178c2 +checksum=25d013fb16287e07d2ec957c954f425fd8ab12a7c0c389f6fe5df3507f348838 alternatives="peewee:pwiz:/usr/bin/pwiz.py3" make_check=no # tests require postgres instance From b618c8eb3f4b9e99353cc2fc1484ac0084fbe9de Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Sat, 9 Dec 2023 20:59:43 -0600 Subject: [PATCH 3/3] New package: python3-yfinance-0.2.33 --- srcpkgs/python3-yfinance/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-yfinance/template diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template new file mode 100644 index 0000000000000..3c280bc418275 --- /dev/null +++ b/srcpkgs/python3-yfinance/template @@ -0,0 +1,18 @@ +# Template file for 'python3-yfinance' +pkgname=python3-yfinance +version=0.2.33 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-pip" +depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict python3-pytz python3-html5lib python3-peewee python3-BeautifulSoup4" +checkdepends="${depends}" +short_desc="Download market data from Yahoo! Finance's API" +maintainer="Jason Elswick " +license="Apache-2.0" +homepage="https://github.com/ranaroussi/yfinance" +distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz" +checksum=08aeb63a927742514098698d80f4315aa92d23bc253c1f204ced6377457c3e07 + +post_install() { + rm -f ${DESTDIR}/usr/bin/sample +}