From 6acb593a0a191c71e680960c4e1d6629f36a4a41 Mon Sep 17 00:00:00 2001 From: Jason Manley Date: Tue, 19 Jul 2022 18:34:10 -0500 Subject: [PATCH] New package: finviz-1.44 --- srcpkgs/finviz/template | 13 +++++++++++++ .../patches/CHANGELOG.md.patch | 10 ++++++++++ srcpkgs/python3-user_agent/template | 17 +++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 srcpkgs/finviz/template create mode 100644 srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch create mode 100644 srcpkgs/python3-user_agent/template diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template new file mode 100644 index 000000000000..406e008f3b25 --- /dev/null +++ b/srcpkgs/finviz/template @@ -0,0 +1,13 @@ +# Template file for 'finviz' +pkgname=finviz +version=1.4.4 +revision=1 +build_style=python3-module +hostmakedepends="python3" +depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent" +short_desc="FinViz Python API" +maintainer="Jason Manley " +license="GPL-3.0-or-later" +homepage="https://github.com/mariostoev/finviz/" +distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz" +checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f diff --git a/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch new file mode 100644 index 000000000000..6fbca2ba0c97 --- /dev/null +++ b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch @@ -0,0 +1,10 @@ +--- a/CHANGELOG.md 2020-11-06 19:12:15.000000000 -0600 ++++ b/CHANGELOG.md 2022-07-20 15:50:50.468908085 -0500 +@@ -1,6 +1,6 @@ + # Change Log of user_agent Library + +-## [0.1.20] - Unreleased ++## [0.1.10] - 2021-12-04 + ### Changed + + ## [0.1.9] - 2017-08-05 diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template new file mode 100644 index 000000000000..05a93652d3f2 --- /dev/null +++ b/srcpkgs/python3-user_agent/template @@ -0,0 +1,17 @@ +# Template file for 'python3-user_agent' +pkgname=python3-user_agent +version=0.1.10 +revision=1 +wrksrc="user_agent-${version}" +build_style=python3-module +hostmakedepends="python3 python3-setuptools python3-six python3-pytest" +short_desc="Python 3 user-agent module" +maintainer="Jason Manley " +license="MIT" +homepage="https://pypi.org/project/user-agent" +distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz" +checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723 + +post_install() { + vlicense LICENSE +}