Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-finvizfinance-0.14.3
@ 2022-07-22  1:38 jason1987d
  2022-07-22  3:31 ` [PR REVIEW] " tranzystorek-io
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: jason1987d @ 2022-07-22  1:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

There is a new 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**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!--
#### 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: 2461 bytes --]

From 336699c108f5aa685c7aeabd7fa3b17afaf29305 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        | 20 +++++++++++++++++++
 2 files changed, 39 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..1587ba75917b
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.3
+revision=1
+wrksrc="finvizfinance-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-lxml python3-BeautifulSoup4 python3-requests python3-pandas python3-Sphinx python3-sphinx_rtd_theme"
+makedepends="python3-BeautifulSoup4"
+depends="python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml python3-dateutil"
+checkdepends="python3-BeautifulSoup4 python3-dateutil python3-pytest python3-coverage python3-yaml 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
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-11-06  2:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 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
2022-07-23 13:50 ` jason1987d
2022-10-22  2:14 ` github-actions
2022-11-06  2:13 ` [PR PATCH] [Closed]: " github-actions

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).