From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.3
Date: Sat, 23 Jul 2022 15:48:53 +0200 [thread overview]
Message-ID: <20220723134853.rVTybqjRXqn0oBMEcNJiCy-cZy9YAy-gwjys08FbGg8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38180@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
There is an updated pull request by jason1987d against master on the void-packages repository
https://github.com/jason1987d/void-packages python3-finvizfinance
https://github.com/void-linux/void-packages/pull/38180
New package: python3-finvizfinance-0.14.3
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/38180.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-finvizfinance-38180.patch --]
[-- Type: text/x-diff, Size: 2324 bytes --]
From fb9abf83d81abe559294301f66df37825f638b2c Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Thu, 21 Jul 2022 20:17:14 -0500
Subject: [PATCH] New package: python3-finvizfinance-0.14.3
---
.../patches/setup.py.patch | 19 +++++++++++++++
srcpkgs/python3-finvizfinance/template | 24 +++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 srcpkgs/python3-finvizfinance/patches/setup.py.patch
create mode 100644 srcpkgs/python3-finvizfinance/template
diff --git a/srcpkgs/python3-finvizfinance/patches/setup.py.patch b/srcpkgs/python3-finvizfinance/patches/setup.py.patch
new file mode 100644
index 000000000000..0c86439f1648
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/patches/setup.py.patch
@@ -0,0 +1,19 @@
+--- a/setup.py 2022-06-18 17:13:25.000000000 -0500
++++ b/setup.py 2022-07-21 19:15:59.387971027 -0500
+@@ -11,14 +11,14 @@
+
+ LICENSE = 'The MIT License (MIT)'
+ DESCRIPTION = 'Finviz Finance. Information downloader.'
+-LONG_DESCRIPTION = (HERE / "README_pypi.md").read_text()
++LONG_DESCRIPTION = (HERE / "README.md").read_text()
+ LONG_DESC_TYPE = "text/markdown"
+
+ INSTALL_REQUIRES = [
+ 'pandas',
+ 'datetime',
+ 'requests',
+- 'bs4',
++ 'beautifulsoup4',
+ 'lxml'
+ ]
+ CLASSIFIERS = [
diff --git a/srcpkgs/python3-finvizfinance/template b/srcpkgs/python3-finvizfinance/template
new file mode 100644
index 000000000000..fbd44b240e6c
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.3
+revision=1
+wrksrc="finvizfinance-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-BeautifulSoup4"
+depends="python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml python3"
+checkdepends="${depends} python3-pytest python3-pytest-mock"
+short_desc="FinViz API Python 3 Module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/finvizfinance/"
+distfiles="${PYPI_SITE}/f/finvizfinance/finvizfinance-${version}.tar.gz"
+checksum=0e5b4dc3ccadda131064498435f85cb5c3396cdaf5f56f85202aafce995baa96
+
+pre_build() {
+ rm test/__init__.py
+}
+
+post_install() {
+ vlicense LICENSE
+}
next prev parent reply other threads:[~2022-07-23 13:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 1:38 [PR PATCH] " jason1987d
2022-07-22 3:31 ` [PR REVIEW] " tranzystorek-io
2022-07-22 3:34 ` tranzystorek-io
2022-07-22 3:37 ` tranzystorek-io
2022-07-22 3:44 ` tranzystorek-io
2022-07-22 4:01 ` tranzystorek-io
2022-07-22 4:03 ` [PR REVIEW] " tranzystorek-io
2022-07-22 4:05 ` [PR PATCH] [Updated] " jason1987d
2022-07-23 8:55 ` [PR REVIEW] " tranzystorek-io
2022-07-23 8:55 ` tranzystorek-io
2022-07-23 13:48 ` [PR PATCH] [Updated] " jason1987d
2022-07-23 13:48 ` jason1987d [this message]
2022-07-23 13:50 ` jason1987d
2022-10-22 2:14 ` github-actions
2022-11-06 2:13 ` [PR PATCH] [Closed]: " github-actions
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220723134853.rVTybqjRXqn0oBMEcNJiCy-cZy9YAy-gwjys08FbGg8@z \
--to=jason1987d@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).