From eeead56d575b9ddbe68692f3043e3e2d538c3700 Mon Sep 17 00:00:00 2001 From: Jason Manley Date: Sun, 6 Nov 2022 17:06:40 -0600 Subject: [PATCH] New package: python3-finvizfinance-0.14.5 --- 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 000000000000..ef11ef4ff7ae --- /dev/null +++ b/srcpkgs/python3-finvizfinance/template @@ -0,0 +1,18 @@ +# Template file for 'python3-finvizfinance' +pkgname=python3-finvizfinance +version=0.14.5 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml" +checkdepends="${depends} python3-pytest python3-pytest-mock" +short_desc="FinViz API Python 3 Module" +maintainer="Jason Manley " +license="MIT" +homepage="https://pypi.org/project/finvizfinance/" +distfiles="${PYPI_SITE}/f/finvizfinance/finvizfinance-${version}.tar.gz" +checksum=c97fe0e69d681d9108113aed943988561665d0d4dbd64ffa0b666a2899c25899 + +post_install() { + vlicense LICENSE +}