Github messages for voidlinux
 help / color / mirror / Atom feed
From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: finvizfinance-0.14.3
Date: Wed, 20 Jul 2022 23:33:45 +0200	[thread overview]
Message-ID: <20220720213345.vwuEWxVv7AKH1idN1ijJz5IGKcw1vwqQrP9aPtzhEC0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38161@inbox.vuxu.org>

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

There is an updated pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages finvizfinance
https://github.com/void-linux/void-packages/pull/38161

New package: finvizfinance-0.14.3
None

A patch file from https://github.com/void-linux/void-packages/pull/38161.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-finvizfinance-38161.patch --]
[-- Type: text/x-diff, Size: 2223 bytes --]

From 2603963a665256d513ede79a8f7ff4e002aac445 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 20 Jul 2022 16:30:08 -0500
Subject: [PATCH] New package: finvizfinance-0.14.3

---
 srcpkgs/finvizfinance/patches/setup.py.patch | 18 +++++++++++++++
 srcpkgs/finvizfinance/template               | 23 ++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/finvizfinance/patches/setup.py.patch
 create mode 100644 srcpkgs/finvizfinance/template

diff --git a/srcpkgs/finvizfinance/patches/setup.py.patch b/srcpkgs/finvizfinance/patches/setup.py.patch
new file mode 100644
index 000000000000..599bf5f9d99f
--- /dev/null
+++ b/srcpkgs/finvizfinance/patches/setup.py.patch
@@ -0,0 +1,18 @@
+--- a/setup.py	2022-07-20 16:25:14.945476061 -0500
++++ b/setup.py	2022-07-20 16:25:32.661119877 -0500
+@@ -11,7 +11,7 @@
+ 
+ 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 = [
+@@ -43,4 +43,4 @@
+       install_requires=INSTALL_REQUIRES,
+       packages=find_packages(),
+       python_requires=PYTHON_REQUIRES
+-      )
+\ No newline at end of file
++      )
diff --git a/srcpkgs/finvizfinance/template b/srcpkgs/finvizfinance/template
new file mode 100644
index 000000000000..475b993a3712
--- /dev/null
+++ b/srcpkgs/finvizfinance/template
@@ -0,0 +1,23 @@
+# Template file for 'finvizfinance'
+pkgname=finvizfinance
+version=0.14.3
+revision=1
+#wrksrc=
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+depends="python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml"
+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/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=0e5b4dc3ccadda131064498435f85cb5c3396cdaf5f56f85202aafce995baa96
+
+post_install() {
+	vlicense LICENSE
+}

  reply	other threads:[~2022-07-20 21:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 21:31 [PR PATCH] " jason1987d
2022-07-20 21:33 ` jason1987d [this message]
2022-07-20 21:36 ` [PR PATCH] [Updated] " jason1987d
2022-07-20 21:38 ` jason1987d
2022-07-20 21:39 ` jason1987d
2022-07-20 21:39 ` paper42
2022-07-20 21:46 ` jason1987d
2022-07-20 22:19 ` WIP: " classabbyamp
2022-07-20 23:00 ` jason1987d
2022-07-21 12:52 ` tranzystorek-io
2022-07-21 12:53 ` tranzystorek-io
2022-07-21 13:19 ` tranzystorek-io
2022-07-21 13:21 ` tranzystorek-io
2022-07-21 22:05 ` [PR PATCH] [Closed]: " jason1987d

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=20220720213345.vwuEWxVv7AKH1idN1ijJz5IGKcw1vwqQrP9aPtzhEC0@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).