Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: finvizfinance-0.14.3
@ 2022-07-20 21:31 jason1987d
  2022-07-20 21:33 ` [PR PATCH] [Updated] " jason1987d
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:31 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2183 bytes --]

From 15e0f53e2cf6cda481be1212e7de51a57f0cd319 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               | 19 +++++++++++++++++++
 2 files changed, 37 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..17b2543931ae
--- /dev/null
+++ b/srcpkgs/finvizfinance/template
@@ -0,0 +1,19 @@
+# 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

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

* Re: [PR PATCH] [Updated] New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
@ 2022-07-20 21:33 ` jason1987d
  2022-07-20 21:36 ` jason1987d
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:33 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
  2022-07-20 21:33 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20 21:36 ` jason1987d
  2022-07-20 21:38 ` jason1987d
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:36 UTC (permalink / raw)
  To: ml

[-- 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: 2237 bytes --]

From b0f8d1497ccb11332f5583ee0a58b159a21d483f 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..8e88437cc9c1
--- /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 python3-lxml" 
+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
+}

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

* Re: [PR PATCH] [Updated] New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
  2022-07-20 21:33 ` [PR PATCH] [Updated] " jason1987d
  2022-07-20 21:36 ` jason1987d
@ 2022-07-20 21:38 ` jason1987d
  2022-07-20 21:39 ` jason1987d
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:38 UTC (permalink / raw)
  To: ml

[-- 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: 2236 bytes --]

From 3f5059870951ab88412f74e9663c563cfeff81a0 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..c2698fdacae0
--- /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 python3-lxml"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (2 preceding siblings ...)
  2022-07-20 21:38 ` jason1987d
@ 2022-07-20 21:39 ` jason1987d
  2022-07-20 21:39 ` paper42
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:39 UTC (permalink / raw)
  To: ml

[-- 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: 2291 bytes --]

From c1b1c3e9958263c6899cfcdc4c2d643c2b30f470 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..9a3f082bba21
--- /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 python3-lxml python3-BeautifulSoup4 python3-requests python3-pandas"
+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
+}

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

* Re: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (3 preceding siblings ...)
  2022-07-20 21:39 ` jason1987d
@ 2022-07-20 21:39 ` paper42
  2022-07-20 21:46 ` jason1987d
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-07-20 21:39 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1190784053

Comment:
* try to build the package on your own computer before pushing
* do NOT push every 10 seconds
* do not delete the PR template and fill it

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

* Re: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (4 preceding siblings ...)
  2022-07-20 21:39 ` paper42
@ 2022-07-20 21:46 ` jason1987d
  2022-07-20 22:19 ` WIP: " classabbyamp
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 21:46 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1190789421

Comment:
My apologies. Discovered the xbps-src pkg -Q switch now. Even though I've included python3-BeautifulSoup4 as a hostmakedepends, makedepends, and depends, it's still not finding 'bs4' in its check mode.

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (5 preceding siblings ...)
  2022-07-20 21:46 ` jason1987d
@ 2022-07-20 22:19 ` classabbyamp
  2022-07-20 23:00 ` jason1987d
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-07-20 22:19 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1190817965

Comment:
add it to checkdepends (or, even better: `checkdepends="$depends"`)

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (6 preceding siblings ...)
  2022-07-20 22:19 ` WIP: " classabbyamp
@ 2022-07-20 23:00 ` jason1987d
  2022-07-21 12:52 ` tranzystorek-io
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-20 23:00 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1190850625

Comment:
> add it to checkdepends (or, even better: `checkdepends="$depends"`)

Sorry, meant that it failed even with that.

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (7 preceding siblings ...)
  2022-07-20 23:00 ` jason1987d
@ 2022-07-21 12:52 ` tranzystorek-io
  2022-07-21 12:53 ` tranzystorek-io
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorek-io @ 2022-07-21 12:52 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191447206

Comment:
This patch should fix the bs4 problem:

```patch
diff --git a/setup.py b/setup.py
index 3671638..3e2030b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ INSTALL_REQUIRES = [
       'pandas',
       'datetime',
       'requests',
-      'bs4',
+      'beautifulsoup4',
       'lxml'
 ]
 CLASSIFIERS = [
```

but it seems we're missing the `datetime` dependency anyway

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (8 preceding siblings ...)
  2022-07-21 12:52 ` tranzystorek-io
@ 2022-07-21 12:53 ` tranzystorek-io
  2022-07-21 13:19 ` tranzystorek-io
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorek-io @ 2022-07-21 12:53 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191447206

Comment:
This patch should fix the bs4 problem:

```patch
diff --git a/setup.py b/setup.py
index 3671638..3e2030b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ INSTALL_REQUIRES = [
       'pandas',
       'datetime',
       'requests',
-      'bs4',
+      'beautifulsoup4',
       'lxml'
 ]
 CLASSIFIERS = [
```

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (9 preceding siblings ...)
  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
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorek-io @ 2022-07-21 13:19 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191447206

Comment:
This patch should fix the bs4 problem:

```patch
diff --git a/setup.py b/setup.py
index 3671638..3e2030b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ INSTALL_REQUIRES = [
       'pandas',
       'datetime',
       'requests',
-      'bs4',
+      'beautifulsoup4',
       'lxml'
 ]
 CLASSIFIERS = [
```

You also need to package https://pypi.org/project/DateTime/

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

* Re: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (10 preceding siblings ...)
  2022-07-21 13:19 ` tranzystorek-io
@ 2022-07-21 13:21 ` tranzystorek-io
  2022-07-21 22:05 ` [PR PATCH] [Closed]: " jason1987d
  12 siblings, 0 replies; 14+ messages in thread
From: tranzystorek-io @ 2022-07-21 13:21 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191478633

Comment:
Also, since this is purely API, the package should be named "python3-finvizfinance"

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

* Re: [PR PATCH] [Closed]: WIP: New package: finvizfinance-0.14.3
  2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
                   ` (11 preceding siblings ...)
  2022-07-21 13:21 ` tranzystorek-io
@ 2022-07-21 22:05 ` jason1987d
  12 siblings, 0 replies; 14+ messages in thread
From: jason1987d @ 2022-07-21 22:05 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

WIP: New package: finvizfinance-0.14.3
https://github.com/void-linux/void-packages/pull/38161

Description:
None

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

end of thread, other threads:[~2022-07-21 22:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 21:31 [PR PATCH] New package: finvizfinance-0.14.3 jason1987d
2022-07-20 21:33 ` [PR PATCH] [Updated] " jason1987d
2022-07-20 21:36 ` 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

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