Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-finvizfinance-0.14.4
@ 2022-11-13  2:33 jason1987d
  2022-11-14  3:47 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jason1987d @ 2022-11-13  2:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1247 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/40499

New package: python3-finvizfinance-0.14.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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/40499.patch is attached

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

From b51cba1b33cbc7324401dff4c43e620144696bf7 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 6 Nov 2022 17:06:40 -0600
Subject: [PATCH] New package: python3-finvizfinance-0.14.4

---
 .../patches/setup.py.patch                    | 19 +++++++++++++++++++
 srcpkgs/python3-finvizfinance/template        | 19 +++++++++++++++++++
 2 files changed, 38 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..f62cf5a07343
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.4
+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=de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.4
  2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
@ 2022-11-14  3:47 ` jason1987d
  2022-11-19 17:56 ` jason1987d
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason1987d @ 2022-11-14  3:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 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/40499

New package: python3-finvizfinance-0.14.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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/40499.patch is attached

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

From 5d86e3fcfbd7ba5010c750d4c2bab292623d6bbb Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 6 Nov 2022 17:06:40 -0600
Subject: [PATCH] New package: python3-finvizfinance-0.14.4

---
 .../patches/setup.py.patch                    | 19 +++++++++++++++++++
 srcpkgs/python3-finvizfinance/template        | 18 ++++++++++++++++++
 2 files changed, 37 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..86c124d5fd9a
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.4
+revision=1
+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=de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.4
  2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
  2022-11-14  3:47 ` [PR PATCH] [Updated] " jason1987d
@ 2022-11-19 17:56 ` jason1987d
  2022-11-19 17:56 ` jason1987d
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason1987d @ 2022-11-19 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 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/40499

New package: python3-finvizfinance-0.14.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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/40499.patch is attached

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

From 26b15520e01c8992bf21e33f5b30a3ac957af64c Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 6 Nov 2022 17:06:40 -0600
Subject: [PATCH] New package: python3-finvizfinance-0.14.4

---
 .../patches/setup.py.patch                    | 19 +++++++++++++++++++
 srcpkgs/python3-finvizfinance/template        | 18 ++++++++++++++++++
 2 files changed, 37 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..43c1477fe6af
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 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=de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-finvizfinance-0.14.4
  2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
  2022-11-14  3:47 ` [PR PATCH] [Updated] " jason1987d
  2022-11-19 17:56 ` jason1987d
@ 2022-11-19 17:56 ` jason1987d
  2023-02-18  2:00 ` github-actions
  2023-03-04  2:00 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: jason1987d @ 2022-11-19 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1252 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/40499

New package: python3-finvizfinance-0.14.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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/40499.patch is attached

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

From b1b21d90f7406f6a1a56ba00fddf87e93f0e28e6 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 6 Nov 2022 17:06:40 -0600
Subject: [PATCH] New package: python3-finvizfinance-0.14.4

---
 .../patches/setup.py.patch                    | 19 +++++++++++++++++++
 srcpkgs/python3-finvizfinance/template        | 18 ++++++++++++++++++
 2 files changed, 37 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..43c1477fe6af
--- /dev/null
+++ b/srcpkgs/python3-finvizfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-finvizfinance'
+pkgname=python3-finvizfinance
+version=0.14.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 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=de2a14dcc0371ac936f365881303dd4d2163910b5384f3153ab99c931d3d1a15
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-finvizfinance-0.14.4
  2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
                   ` (2 preceding siblings ...)
  2022-11-19 17:56 ` jason1987d
@ 2023-02-18  2:00 ` github-actions
  2023-03-04  2:00 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-02-18  2:00 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/40499#issuecomment-1435449606

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-finvizfinance-0.14.4
  2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
                   ` (3 preceding siblings ...)
  2023-02-18  2:00 ` github-actions
@ 2023-03-04  2:00 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-03-04  2:00 UTC (permalink / raw)
  To: ml

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

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

New package: python3-finvizfinance-0.14.4
https://github.com/void-linux/void-packages/pull/40499

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### 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] 6+ messages in thread

end of thread, other threads:[~2023-03-04  2:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13  2:33 [PR PATCH] New package: python3-finvizfinance-0.14.4 jason1987d
2022-11-14  3:47 ` [PR PATCH] [Updated] " jason1987d
2022-11-19 17:56 ` jason1987d
2022-11-19 17:56 ` jason1987d
2023-02-18  2:00 ` github-actions
2023-03-04  2:00 ` [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).