From 88f31e5c84943e1d6910ad873ee186e4d7b02172 Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Mon, 11 Dec 2023 09:03:05 -0600 Subject: [PATCH] New package: python3-finvizfinance-0.14.7 --- srcpkgs/python3-finvizfinance/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-finvizfinance/template diff --git a/srcpkgs/python3-finvizfinance/template b/srcpkgs/python3-finvizfinance/template new file mode 100644 index 00000000000000..c7ef50095bccac --- /dev/null +++ b/srcpkgs/python3-finvizfinance/template @@ -0,0 +1,18 @@ +# Template file for 'python3-finvizfinance' +pkgname=python3-finvizfinance +version=0.14.7 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml python3-Sphinx python3-sphinx_rtd_theme python3-docutils" +checkdepends="${depends} python3-pytest python3-pytest-mock python3-yaml python3-coverage python3-coveralls" +short_desc="FinViz API Python 3 Module" +maintainer="Jason Elswick " +license="MIT" +homepage="https://pypi.org/project/finvizfinance/" +distfiles="${PYPI_SITE}/f/finvizfinance/finvizfinance-${version}.tar.gz" +checksum=5b937fdc803a03493bfbcdbdcb857174a2cb6dc557cc87f791d19e5f4f15ca5a + +post_install() { + vlicense LICENSE +}