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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
@ 2022-07-22  3:31 ` tranzystorek-io
  2022-07-22  3:34 ` tranzystorek-io
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  3:31 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r927258645

Comment:
you only need `hostmakedepends="python3-setuptools"` here

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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  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
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  3:34 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r927259832

Comment:
`python3-dateutil` isn't needed after all, the package just uses the python3 built-in `datetime` module

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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  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
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  3:37 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r927260536

Comment:
`checkdepends="${depends} python3-pytest python3-pytest-mock"` should be sufficient

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

* Re: New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (2 preceding siblings ...)
  2022-07-22  3:37 ` tranzystorek-io
@ 2022-07-22  3:44 ` tranzystorek-io
  2022-07-22  4:01 ` tranzystorek-io
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  3:44 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#issuecomment-1192148443

Comment:
The upstream package seems to be set up incorrectly and we end up installing the test module, not sure how to best work around this

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

* Re: New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (3 preceding siblings ...)
  2022-07-22  3:44 ` tranzystorek-io
@ 2022-07-22  4:01 ` tranzystorek-io
  2022-07-22  4:03 ` [PR REVIEW] " tranzystorek-io
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  4:01 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#issuecomment-1192148443

Comment:
The upstream package seems to be set up incorrectly and we end up installing the test module, not sure how to best work around this

EDIT: adding the following `pre_build` fixes this:
```sh
pre_build() {
    rm test/__init__.py
}
```

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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (4 preceding siblings ...)
  2022-07-22  4:01 ` tranzystorek-io
@ 2022-07-22  4:03 ` tranzystorek-io
  2022-07-22  4:05 ` [PR PATCH] [Updated] " jason1987d
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-22  4:03 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r927258645

Comment:
you only need `hostmakedepends="python3-setuptools"` here, and no `makedepends`

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (5 preceding siblings ...)
  2022-07-22  4:03 ` [PR REVIEW] " tranzystorek-io
@ 2022-07-22  4:05 ` jason1987d
  2022-07-23  8:55 ` [PR REVIEW] " tranzystorek-io
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jason1987d @ 2022-07-22  4:05 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (6 preceding siblings ...)
  2022-07-22  4:05 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-23  8:55 ` tranzystorek-io
  2022-07-23  8:55 ` tranzystorek-io
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-23  8:55 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r928098947

Comment:
makedepends not needed altogether

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

* Re: [PR REVIEW] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (7 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorek-io @ 2022-07-23  8:55 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#discussion_r928099024

Comment:
We usually don't include `python3` if there are already `python3-*` deps

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (8 preceding siblings ...)
  2022-07-23  8:55 ` tranzystorek-io
@ 2022-07-23 13:48 ` jason1987d
  2022-07-23 13:48 ` jason1987d
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jason1987d @ 2022-07-23 13:48 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (9 preceding siblings ...)
  2022-07-23 13:48 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-23 13:48 ` jason1987d
  2022-07-23 13:50 ` jason1987d
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jason1987d @ 2022-07-23 13:48 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (10 preceding siblings ...)
  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
  13 siblings, 0 replies; 15+ messages in thread
From: jason1987d @ 2022-07-23 13:50 UTC (permalink / raw)
  To: ml

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

From 04dd763e903525f96215ea926691d9988870e7bc 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        | 23 +++++++++++++++++++
 2 files changed, 42 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..20e75e99bc75
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.3
+revision=1
+wrksrc="finvizfinance-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests python3-BeautifulSoup4 python3-pandas python3-lxml"
+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
+}

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

* Re: New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (11 preceding siblings ...)
  2022-07-23 13:50 ` jason1987d
@ 2022-10-22  2:14 ` github-actions
  2022-11-06  2:13 ` [PR PATCH] [Closed]: " github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-10-22  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38180#issuecomment-1287582212

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-finvizfinance-0.14.3
  2022-07-22  1:38 [PR PATCH] New package: python3-finvizfinance-0.14.3 jason1987d
                   ` (12 preceding siblings ...)
  2022-10-22  2:14 ` github-actions
@ 2022-11-06  2:13 ` github-actions
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-11-06  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: python3-finvizfinance-0.14.3
https://github.com/void-linux/void-packages/pull/38180

Description:
#### 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
-->


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