Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: finviz-1.44
@ 2022-07-19 23:34 jason1987d
  2022-07-19 23:45 ` [PR PATCH] [Updated] " jason1987d
                   ` (48 more replies)
  0 siblings, 49 replies; 50+ messages in thread
From: jason1987d @ 2022-07-19 23:34 UTC (permalink / raw)
  To: ml

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

There is a new pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 0a6a84fed9bd5235ef298c9a8f2ae503ea86ed02 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..6a15f8290429
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,12 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://codeload.github.com/mariostoev/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
@ 2022-07-19 23:45 ` jason1987d
  2022-07-19 23:46 ` jason1987d
                   ` (47 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-19 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 9a7e49292ed4c6ef1d4af4e38d95b5f9f2e20aa9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..6a15f8290429
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,12 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://codeload.github.com/mariostoev/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
  2022-07-19 23:45 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-19 23:46 ` jason1987d
  2022-07-19 23:54 ` [PR REVIEW] " classabbyamp
                   ` (46 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-19 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From e120cd8d9345f269247e87e2191cb9a673e2d2a0 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..5c7b5b4a022b
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,12 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://codeload.github.com/mariostoev/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
  2022-07-19 23:45 ` [PR PATCH] [Updated] " jason1987d
  2022-07-19 23:46 ` jason1987d
@ 2022-07-19 23:54 ` classabbyamp
  2022-07-19 23:54 ` classabbyamp
                   ` (45 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-19 23:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925045822

Comment:
incorrect licence

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (2 preceding siblings ...)
  2022-07-19 23:54 ` [PR REVIEW] " classabbyamp
@ 2022-07-19 23:54 ` classabbyamp
  2022-07-19 23:54 ` classabbyamp
                   ` (44 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-19 23:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925046008

Comment:
```suggestion
distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (4 preceding siblings ...)
  2022-07-19 23:54 ` classabbyamp
@ 2022-07-19 23:54 ` classabbyamp
  2022-07-20  0:00 ` jason1987d
                   ` (42 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-19 23:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925046399

Comment:
the issue with cross is caused by a missing hostmakedepend on python3

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (3 preceding siblings ...)
  2022-07-19 23:54 ` classabbyamp
@ 2022-07-19 23:54 ` classabbyamp
  2022-07-19 23:54 ` classabbyamp
                   ` (43 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-19 23:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925046749

Comment:
seems to be missing some dependencies? https://github.com/mariostoev/finviz/blob/v1.4.4/setup.py#L15-L23

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (5 preceding siblings ...)
  2022-07-19 23:54 ` classabbyamp
@ 2022-07-20  0:00 ` jason1987d
  2022-07-20  0:02 ` [PR PATCH] [Updated] " jason1987d
                   ` (41 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:00 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925050025

Comment:
> seems to be missing some dependencies? https://github.com/mariostoev/finviz/blob/v1.4.4/setup.py#L15-L23

Good catch. Come to think of it, for user_agent in particular, I don't see a void python3 package for that.

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (6 preceding siblings ...)
  2022-07-20  0:00 ` jason1987d
@ 2022-07-20  0:02 ` jason1987d
  2022-07-20  0:03 ` jason1987d
                   ` (40 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 591f297dc77359e7732a9d76cab2f93deef3436d Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..9c0a88783aa5
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,12 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml" 
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://codeload.github.com/mariostoev/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (7 preceding siblings ...)
  2022-07-20  0:02 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  0:03 ` jason1987d
  2022-07-20  0:05 ` jason1987d
                   ` (39 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 5c8b09c2c05a01e135227886fda1fdfe7a00f767 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..a74c095ce801
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://codeload.github.com/mariostoev/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (8 preceding siblings ...)
  2022-07-20  0:03 ` jason1987d
@ 2022-07-20  0:05 ` jason1987d
  2022-07-20  0:13 ` [PR REVIEW] " classabbyamp
                   ` (38 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 1c9a913578dae91d390a6f2ef62dc8641cc186aa Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..567f823a2b87
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (9 preceding siblings ...)
  2022-07-20  0:05 ` jason1987d
@ 2022-07-20  0:13 ` classabbyamp
  2022-07-20  0:54 ` [PR PATCH] [Updated] " jason1987d
                   ` (37 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-20  0:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925054794

Comment:
then you'll want to package that too, in this same PR

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (10 preceding siblings ...)
  2022-07-20  0:13 ` [PR REVIEW] " classabbyamp
@ 2022-07-20  0:54 ` jason1987d
  2022-07-20  0:55 ` [PR REVIEW] " jason1987d
                   ` (36 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From f94e3e99a99f7236cea3f6cbc681c1befa10218b Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/finviz/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..fc9899e12990
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (11 preceding siblings ...)
  2022-07-20  0:54 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  0:55 ` jason1987d
  2022-07-20  1:05 ` classabbyamp
                   ` (35 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  0:55 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925070038

Comment:
> > seems to be missing some dependencies? https://github.com/mariostoev/finviz/blob/v1.4.4/setup.py#L15-L23
> 
> Good catch. Come to think of it, for user_agent in particular, I don't see a void python3 package for that.

In fact, I guess I should make a python module package for user_agent ?

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (12 preceding siblings ...)
  2022-07-20  0:55 ` [PR REVIEW] " jason1987d
@ 2022-07-20  1:05 ` classabbyamp
  2022-07-20  1:26 ` jason1987d
                   ` (34 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-20  1:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925073502

Comment:
yes

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (13 preceding siblings ...)
  2022-07-20  1:05 ` classabbyamp
@ 2022-07-20  1:26 ` jason1987d
  2022-07-20  1:27 ` jason1987d
                   ` (33 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:26 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925081326

Comment:
> yes

Since then this package depends on the package I will build that isn't yet merged, do I need to do anything special beyond setting up that pull request and including it python3-user_agent in the depends here?

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (14 preceding siblings ...)
  2022-07-20  1:26 ` jason1987d
@ 2022-07-20  1:27 ` jason1987d
  2022-07-20  1:37 ` [PR PATCH] [Updated] " jason1987d
                   ` (32 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925081326

Comment:
> yes

Since then this package depends on the package I will build that isn't yet merged, do I need to do anything special beyond setting up that pull request and including it python3-user_agent in the depends here?

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (15 preceding siblings ...)
  2022-07-20  1:27 ` jason1987d
@ 2022-07-20  1:37 ` jason1987d
  2022-07-20  1:42 ` [PR REVIEW] " jason1987d
                   ` (31 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From cb8d13de94ebeac9d1bfa38cb1127fe24ffc4cc3 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..62c889b5295e
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/lorien/user_agent"
+distfiles="https://github.com/lorien/user_agent/archive/refs/tags/v${version}.tar.gz"
+checksum=7475211a4b67db9b8f0d8bce73ef0918517ed781196cce6e01b9ecdf0b4f2136
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (16 preceding siblings ...)
  2022-07-20  1:37 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  1:42 ` jason1987d
  2022-07-20  1:42 ` jason1987d
                   ` (30 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:42 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925087098

Comment:
From the error I'm getting now, it looks like python3-six is a hostmakedepends?

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (17 preceding siblings ...)
  2022-07-20  1:42 ` [PR REVIEW] " jason1987d
@ 2022-07-20  1:42 ` jason1987d
  2022-07-20  1:42 ` jason1987d
                   ` (29 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:42 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925087098

Comment:
From the error I'm getting now for the musl builds, it looks like python3-six is a hostmakedepends?

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (18 preceding siblings ...)
  2022-07-20  1:42 ` jason1987d
@ 2022-07-20  1:42 ` jason1987d
  2022-07-20  1:44 ` [PR PATCH] [Updated] " jason1987d
                   ` (28 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:42 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925087098

Comment:
From the error I'm getting now, it looks like python3-six is a hostmakedepends?

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (19 preceding siblings ...)
  2022-07-20  1:42 ` jason1987d
@ 2022-07-20  1:44 ` jason1987d
  2022-07-20  1:49 ` jason1987d
                   ` (27 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 3690ec781f82641d3a7e966ece4aef9d4ce0d695 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..1aaffcaabd02
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/lorien/user_agent"
+distfiles="https://github.com/lorien/user_agent/archive/refs/tags/v${version}.tar.gz"
+checksum=7475211a4b67db9b8f0d8bce73ef0918517ed781196cce6e01b9ecdf0b4f2136
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (20 preceding siblings ...)
  2022-07-20  1:44 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  1:49 ` jason1987d
  2022-07-20  1:59 ` [PR REVIEW] " jason1987d
                   ` (26 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 3a14264cd1766907c9e39dcc258a8e838e8b1b48 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..d638b27d5a51
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/lorien/user_agent"
+distfiles="https://github.com/lorien/user_agent/archive/refs/tags/v${version}.tar.gz"
+checksum=7475211a4b67db9b8f0d8bce73ef0918517ed781196cce6e01b9ecdf0b4f2136
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (21 preceding siblings ...)
  2022-07-20  1:49 ` jason1987d
@ 2022-07-20  1:59 ` jason1987d
  2022-07-20  2:19 ` jason1987d
                   ` (25 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  1:59 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925093397

Comment:
> From the error I'm getting now, it looks like python3-six is a hostmakedepends?

Got that part fixed, but with the newest errors I'm a bit stumped. Perhaps it requires the packages listed in here?
https://github.com/lorien/user_agent/blob/master/requirements_dev.txt

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

* Re: [PR REVIEW] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (22 preceding siblings ...)
  2022-07-20  1:59 ` [PR REVIEW] " jason1987d
@ 2022-07-20  2:19 ` jason1987d
  2022-07-20  2:44 ` jason1987d
                   ` (24 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  2:19 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#discussion_r925102893

Comment:
> > From the error I'm getting now, it looks like python3-six is a hostmakedepends?
> 
> Got that part fixed, but with the newest errors I'm a bit stumped. Perhaps it requires the packages listed in here? https://github.com/lorien/user_agent/blob/master/requirements_dev.txt

Okay never mind, was actually able to find a module called 'ua' https://github.com/tombulled/ua
https://pypi.org/project/ua/

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (23 preceding siblings ...)
  2022-07-20  2:19 ` jason1987d
@ 2022-07-20  2:44 ` jason1987d
  2022-07-20  3:00 ` classabbyamp
                   ` (23 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  2:44 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189744455

Comment:
Actually checking this more carefully. Looks like I might need to patch the changelog.md or something. At least on master branch, despite there being a release 0.1.10 from 2021, the last release shown on here is 0.1.9 from 2017.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (24 preceding siblings ...)
  2022-07-20  2:44 ` jason1987d
@ 2022-07-20  3:00 ` classabbyamp
  2022-07-20  3:17 ` jason1987d
                   ` (22 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-20  3:00 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189752169

Comment:
it's not our job as downstream to fix their changelog. if it doesn't look like upstream is updating it, imo just leave it out as it's not very informative to users.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (25 preceding siblings ...)
  2022-07-20  3:00 ` classabbyamp
@ 2022-07-20  3:17 ` jason1987d
  2022-07-20  3:21 ` [PR PATCH] [Updated] " jason1987d
                   ` (21 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:17 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189766103

Comment:
> Actually checking this more carefully. Looks like I might need to patch the changelog.md or something. At least on master branch, despite there being a release 0.1.10 from 2021, the last release shown on here is 0.1.9 from 2017.

Or actually, checking most other python modules use the pypi site, found a link there. I'll test with that.

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (26 preceding siblings ...)
  2022-07-20  3:17 ` jason1987d
@ 2022-07-20  3:21 ` jason1987d
  2022-07-20  3:27 ` jason1987d
                   ` (20 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From b5113cdbdd7397ccbcd23175e03821512842f63f Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..05a93652d3f2
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (27 preceding siblings ...)
  2022-07-20  3:21 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  3:27 ` jason1987d
  2022-07-20  3:28 ` classabbyamp
                   ` (19 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:27 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189772655

Comment:
> it's not our job as downstream to fix their changelog. if it doesn't look like upstream is updating it, imo just leave it out as it's not very informative to users.

What would I remove then to make the tests pass? Remove just the changelog.md file itself?


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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (28 preceding siblings ...)
  2022-07-20  3:27 ` jason1987d
@ 2022-07-20  3:28 ` classabbyamp
  2022-07-20  3:28 ` jason1987d
                   ` (18 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-20  3:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189773153

Comment:
remove the test. that doesn't do anything useful for us, that's more for the devs

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (29 preceding siblings ...)
  2022-07-20  3:28 ` classabbyamp
@ 2022-07-20  3:28 ` jason1987d
  2022-07-20  3:29 ` jason1987d
                   ` (17 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:28 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189772655

Comment:
> it's not our job as downstream to fix their changelog. if it doesn't look like upstream is updating it, imo just leave it out as it's not very informative to users.

What would I remove then to make the tests pass? Remove just the changelog.md file itself?

Also noting the tests fail even when I use pypi instead.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (30 preceding siblings ...)
  2022-07-20  3:28 ` jason1987d
@ 2022-07-20  3:29 ` jason1987d
  2022-07-20  3:33 ` jason1987d
                   ` (16 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:29 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189775411

Comment:
> remove the test. that doesn't do anything useful for us, that's more for the devs

Remove the test/ directory? Or is there a switch for the template to not run tests that I'm missing?

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (31 preceding siblings ...)
  2022-07-20  3:29 ` jason1987d
@ 2022-07-20  3:33 ` jason1987d
  2022-07-20  4:18 ` classabbyamp
                   ` (15 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  3:33 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189778619

Comment:
> > remove the test. that doesn't do anything useful for us, that's more for the devs
> 
> Remove the test/ directory? Or is there a switch for the template to not run tests that I'm missing?

Actually, I could just remove release.py within tests?

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (32 preceding siblings ...)
  2022-07-20  3:33 ` jason1987d
@ 2022-07-20  4:18 ` classabbyamp
  2022-07-20  5:10 ` [PR PATCH] [Updated] " jason1987d
                   ` (14 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: classabbyamp @ 2022-07-20  4:18 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1189809187

Comment:
yeah remove just the release-related test.

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (33 preceding siblings ...)
  2022-07-20  4:18 ` classabbyamp
@ 2022-07-20  5:10 ` jason1987d
  2022-07-20  5:16 ` jason1987d
                   ` (13 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  5:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 7d769a4879869e93c2d90311acf6abcc72402ae6 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 21 +++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..4362d0e65ed9
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_fetch() {
+	rm -f ${wrksrc}/test/release.py
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (34 preceding siblings ...)
  2022-07-20  5:10 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  5:16 ` jason1987d
  2022-07-20 13:15 ` jason1987d
                   ` (12 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From e6cf4aec8494656cf396b7c2cb8af22a9b940b9e Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 21 +++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..ef7147a237f0
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_extract() {
+	rm -f ${wrksrc}/test/release.py
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (35 preceding siblings ...)
  2022-07-20  5:16 ` jason1987d
@ 2022-07-20 13:15 ` jason1987d
  2022-07-20 20:41 ` [PR PATCH] [Updated] " jason1987d
                   ` (11 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 13:15 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190273251

Comment:
Still failing. I guess what I'm looking for is what the typical fix is for this kind of thing. There are tons of python3 modules out there yet I haven't seen anything yet quite like this. I'm tempted to delete the test directory entirely. The package builds just fine when running ./xbps-src pkg python3-user_agent and it doesn't appear to run any tests with that.

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (36 preceding siblings ...)
  2022-07-20 13:15 ` jason1987d
@ 2022-07-20 20:41 ` jason1987d
  2022-07-20 21:03 ` jason1987d
                   ` (10 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 24530d28b12a9ddcf3e979a42ffec9459580bf70 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 13 +++++++++++++
 srcpkgs/python3-user_agent/template | 21 +++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..316c98f83ba6
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_extract() {
+	rm -rf ${wrksrc}/test/
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (37 preceding siblings ...)
  2022-07-20 20:41 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20 21:03 ` jason1987d
  2022-07-20 21:10 ` jason1987d
                   ` (9 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From 6acb593a0a191c71e680960c4e1d6629f36a4a41 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template                         | 13 +++++++++++++
 .../patches/CHANGELOG.md.patch                  | 10 ++++++++++
 srcpkgs/python3-user_agent/template             | 17 +++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
new file mode 100644
index 000000000000..6fbca2ba0c97
--- /dev/null
+++ b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
@@ -0,0 +1,10 @@
+--- a/CHANGELOG.md	2020-11-06 19:12:15.000000000 -0600
++++ b/CHANGELOG.md	2022-07-20 15:50:50.468908085 -0500
+@@ -1,6 +1,6 @@
+ # Change Log of user_agent Library
+ 
+-## [0.1.20] - Unreleased
++## [0.1.10] - 2021-12-04
+ ### Changed
+ 
+ ## [0.1.9] - 2017-08-05
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..05a93652d3f2
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (38 preceding siblings ...)
  2022-07-20 21:03 ` jason1987d
@ 2022-07-20 21:10 ` jason1987d
  2022-07-20 21:14 ` jason1987d
                   ` (8 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From c7ad0ab012d36fbc9422f43d6402c5c08ffeeb28 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH] New package: finviz-1.44

---
 srcpkgs/finviz/template                         | 13 +++++++++++++
 .../patches/CHANGELOG.md.patch                  | 10 ++++++++++
 .../python3-user_agent/patches/release.py.patch |  8 ++++++++
 srcpkgs/python3-user_agent/template             | 17 +++++++++++++++++
 4 files changed, 48 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
 create mode 100644 srcpkgs/python3-user_agent/patches/release.py.patch
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
new file mode 100644
index 000000000000..6fbca2ba0c97
--- /dev/null
+++ b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
@@ -0,0 +1,10 @@
+--- a/CHANGELOG.md	2020-11-06 19:12:15.000000000 -0600
++++ b/CHANGELOG.md	2022-07-20 15:50:50.468908085 -0500
+@@ -1,6 +1,6 @@
+ # Change Log of user_agent Library
+ 
+-## [0.1.20] - Unreleased
++## [0.1.10] - 2021-12-04
+ ### Changed
+ 
+ ## [0.1.9] - 2017-08-05
diff --git a/srcpkgs/python3-user_agent/patches/release.py.patch b/srcpkgs/python3-user_agent/patches/release.py.patch
new file mode 100644
index 000000000000..38641b717e68
--- /dev/null
+++ b/srcpkgs/python3-user_agent/patches/release.py.patch
@@ -0,0 +1,8 @@
+--- a/test/release.py	2021-12-04 07:55:41.000000000 -0600
++++ b/test/release.py	2022-07-20 16:08:34.049161879 -0500
+@@ -24,4 +24,4 @@
+     print(ver_history)
+     assert 'unreleased' not in ver_dates[release]
+     assert re_date.match(ver_dates[release])
+-    assert ver_history.index(release) == 1
++    assert ver_history.index(release) == 0
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..05a93652d3f2
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (39 preceding siblings ...)
  2022-07-20 21:10 ` jason1987d
@ 2022-07-20 21:14 ` jason1987d
  2022-07-20 22:03 ` jason1987d
                   ` (7 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 21:14 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190764753

Comment:
So far have patched the changelog and release.py , still failing. I might try another finviz api tool, as I see another one out there finvizfinance https://github.com/lit26/finvizfinance .

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (40 preceding siblings ...)
  2022-07-20 21:14 ` jason1987d
@ 2022-07-20 22:03 ` jason1987d
  2022-07-20 22:14 ` jason1987d
                   ` (6 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 22:03 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190806750

Comment:
> So far have patched the changelog and release.py , still failing. I might try another finviz api tool, as I see another one out there finvizfinance https://github.com/lit26/finvizfinance .

And on that other package. My testing shows even when including python3-BeautifulSoup4 in the relevant depends sections, that the check mode cannot find bs4.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (41 preceding siblings ...)
  2022-07-20 22:03 ` jason1987d
@ 2022-07-20 22:14 ` jason1987d
  2022-07-20 22:34 ` jason1987d
                   ` (5 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 22:14 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190764753

Comment:
So far have patched the changelog and release.py , still failing. I might try another finviz api tool, as I see another one out there finvizfinance https://github.com/lit26/finvizfinance .

The issue being no matter what I try, the tests for python3-user_agent cannot find 'ua'.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (42 preceding siblings ...)
  2022-07-20 22:14 ` jason1987d
@ 2022-07-20 22:34 ` jason1987d
  2022-07-20 23:02 ` jason1987d
                   ` (4 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 22:34 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190764753

Comment:
So far have patched the changelog and release.py , still failing. I might try another finviz api tool, as I see another one out there finvizfinance https://github.com/lit26/finvizfinance .

The issue being no matter what I try, the tests for python3-user_agent cannot find 'ua'. It even looks like it's looking for a shell script/binary 'ua' instead of a python module to test that. I wonder what switch I would need to throw to build that too.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (43 preceding siblings ...)
  2022-07-20 22:34 ` jason1987d
@ 2022-07-20 23:02 ` jason1987d
  2022-07-21 13:24 ` jason1987d
                   ` (3 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-20 23:02 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1190851538

Comment:
Reading more about that 'ua' is a python script run from the shell. It works when testing out the pip module, but then what command do I run to get that 'ua' calling script to where it needs to be for testing mode? 'vcompletion ua bash' not doing it.

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (44 preceding siblings ...)
  2022-07-20 23:02 ` jason1987d
@ 2022-07-21 13:24 ` jason1987d
  2022-07-22  0:09 ` [PR PATCH] [Updated] " jason1987d
                   ` (2 subsequent siblings)
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-21 13:24 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1191481681

Comment:
> Reading more about that 'ua' is a python script run from the shell. It works when testing out the pip module, but then what command do I run to get that 'ua' calling script to where it needs to be for testing mode? 'vcompletion ua bash' not doing it.

As in, are there any decent resources I can check to see how to set that up properly?

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

* Re: [PR PATCH] [Updated] New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (45 preceding siblings ...)
  2022-07-21 13:24 ` jason1987d
@ 2022-07-22  0:09 ` jason1987d
  2022-07-22  0:31 ` jason1987d
  2022-07-22  0:32 ` [PR PATCH] [Closed]: " jason1987d
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-22  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages finviz
https://github.com/void-linux/void-packages/pull/38146

New package: finviz-1.44
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38146.patch is attached

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

From c7ad0ab012d36fbc9422f43d6402c5c08ffeeb28 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH 1/2] New package: finviz-1.44

---
 srcpkgs/finviz/template                         | 13 +++++++++++++
 .../patches/CHANGELOG.md.patch                  | 10 ++++++++++
 .../python3-user_agent/patches/release.py.patch |  8 ++++++++
 srcpkgs/python3-user_agent/template             | 17 +++++++++++++++++
 4 files changed, 48 insertions(+)
 create mode 100644 srcpkgs/finviz/template
 create mode 100644 srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
 create mode 100644 srcpkgs/python3-user_agent/patches/release.py.patch
 create mode 100644 srcpkgs/python3-user_agent/template

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
new file mode 100644
index 000000000000..406e008f3b25
--- /dev/null
+++ b/srcpkgs/finviz/template
@@ -0,0 +1,13 @@
+# Template file for 'finviz'
+pkgname=finviz
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+short_desc="FinViz Python API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mariostoev/finviz/"
+distfiles="https://github.com/mariostoev/finviz/archive/refs/tags/v${version}.tar.gz"
+checksum=5c36c3ebaac8376a33b629eb2daa41a37b912267a2b67b5eb98b516a2600f48f
diff --git a/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
new file mode 100644
index 000000000000..6fbca2ba0c97
--- /dev/null
+++ b/srcpkgs/python3-user_agent/patches/CHANGELOG.md.patch
@@ -0,0 +1,10 @@
+--- a/CHANGELOG.md	2020-11-06 19:12:15.000000000 -0600
++++ b/CHANGELOG.md	2022-07-20 15:50:50.468908085 -0500
+@@ -1,6 +1,6 @@
+ # Change Log of user_agent Library
+ 
+-## [0.1.20] - Unreleased
++## [0.1.10] - 2021-12-04
+ ### Changed
+ 
+ ## [0.1.9] - 2017-08-05
diff --git a/srcpkgs/python3-user_agent/patches/release.py.patch b/srcpkgs/python3-user_agent/patches/release.py.patch
new file mode 100644
index 000000000000..38641b717e68
--- /dev/null
+++ b/srcpkgs/python3-user_agent/patches/release.py.patch
@@ -0,0 +1,8 @@
+--- a/test/release.py	2021-12-04 07:55:41.000000000 -0600
++++ b/test/release.py	2022-07-20 16:08:34.049161879 -0500
+@@ -24,4 +24,4 @@
+     print(ver_history)
+     assert 'unreleased' not in ver_dates[release]
+     assert re_date.match(ver_dates[release])
+-    assert ver_history.index(release) == 1
++    assert ver_history.index(release) == 0
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
new file mode 100644
index 000000000000..05a93652d3f2
--- /dev/null
+++ b/srcpkgs/python3-user_agent/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-user_agent'
+pkgname=python3-user_agent
+version=0.1.10
+revision=1
+wrksrc="user_agent-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+short_desc="Python 3 user-agent module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://pypi.org/project/user-agent"
+distfiles="${PYPI_SITE}/u/user_agent/user_agent-${version}.tar.gz"
+checksum=b86537cb2a9d3bda0e2afcc654ec15b383502836877a67520654acadf73f1723
+
+post_install() {
+	vlicense LICENSE
+}

From 11ecb19e265041b94c05ad2090feb79b215b4677 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:34:10 -0500
Subject: [PATCH 2/2] New package: finviz-1.44

---
 srcpkgs/finviz/template             | 4 ++++
 srcpkgs/python3-user_agent/template | 1 +
 2 files changed, 5 insertions(+)

diff --git a/srcpkgs/finviz/template b/srcpkgs/finviz/template
index 406e008f3b25..cff131dddf30 100644
--- a/srcpkgs/finviz/template
+++ b/srcpkgs/finviz/template
@@ -5,6 +5,10 @@ revision=1
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3-BeautifulSoup4 python3-tqdm python3-tenacity python3-aiohttp python3-cssselect python3-requests python3-lxml python3-urllib3 python3-user_agent"
+<<<<<<< HEAD
+=======
+checkdepends="tox python3-pytest python3-user_agent"
+>>>>>>> e01ff85158 (New package: finviz-1.44)
 short_desc="FinViz Python API"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="GPL-3.0-or-later"
diff --git a/srcpkgs/python3-user_agent/template b/srcpkgs/python3-user_agent/template
index 05a93652d3f2..d7f40398a3d7 100644
--- a/srcpkgs/python3-user_agent/template
+++ b/srcpkgs/python3-user_agent/template
@@ -5,6 +5,7 @@ revision=1
 wrksrc="user_agent-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-six python3-pytest"
+checkdepends="tox python3-pytest python3-ConfigArgParse"
 short_desc="Python 3 user-agent module"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="MIT"

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

* Re: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (46 preceding siblings ...)
  2022-07-22  0:09 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-22  0:31 ` jason1987d
  2022-07-22  0:32 ` [PR PATCH] [Closed]: " jason1987d
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-22  0:31 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38146#issuecomment-1192058712

Comment:
Closing this. Using a similar finvizfinance instead, and I will have PR on this soon with correct name python3-finvizfinance that is working and much more proper. I apologize to anyone I inconvenienced on either of these failed PRs and have learned even more about this process.

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

* Re: [PR PATCH] [Closed]: New package: finviz-1.44
  2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
                   ` (47 preceding siblings ...)
  2022-07-22  0:31 ` jason1987d
@ 2022-07-22  0:32 ` jason1987d
  48 siblings, 0 replies; 50+ messages in thread
From: jason1987d @ 2022-07-22  0:32 UTC (permalink / raw)
  To: ml

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

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

New package: finviz-1.44
https://github.com/void-linux/void-packages/pull/38146

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 50+ messages in thread

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

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 23:34 [PR PATCH] New package: finviz-1.44 jason1987d
2022-07-19 23:45 ` [PR PATCH] [Updated] " jason1987d
2022-07-19 23:46 ` jason1987d
2022-07-19 23:54 ` [PR REVIEW] " classabbyamp
2022-07-19 23:54 ` classabbyamp
2022-07-19 23:54 ` classabbyamp
2022-07-19 23:54 ` classabbyamp
2022-07-20  0:00 ` jason1987d
2022-07-20  0:02 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  0:03 ` jason1987d
2022-07-20  0:05 ` jason1987d
2022-07-20  0:13 ` [PR REVIEW] " classabbyamp
2022-07-20  0:54 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  0:55 ` [PR REVIEW] " jason1987d
2022-07-20  1:05 ` classabbyamp
2022-07-20  1:26 ` jason1987d
2022-07-20  1:27 ` jason1987d
2022-07-20  1:37 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  1:42 ` [PR REVIEW] " jason1987d
2022-07-20  1:42 ` jason1987d
2022-07-20  1:42 ` jason1987d
2022-07-20  1:44 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  1:49 ` jason1987d
2022-07-20  1:59 ` [PR REVIEW] " jason1987d
2022-07-20  2:19 ` jason1987d
2022-07-20  2:44 ` jason1987d
2022-07-20  3:00 ` classabbyamp
2022-07-20  3:17 ` jason1987d
2022-07-20  3:21 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  3:27 ` jason1987d
2022-07-20  3:28 ` classabbyamp
2022-07-20  3:28 ` jason1987d
2022-07-20  3:29 ` jason1987d
2022-07-20  3:33 ` jason1987d
2022-07-20  4:18 ` classabbyamp
2022-07-20  5:10 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  5:16 ` jason1987d
2022-07-20 13:15 ` jason1987d
2022-07-20 20:41 ` [PR PATCH] [Updated] " jason1987d
2022-07-20 21:03 ` jason1987d
2022-07-20 21:10 ` jason1987d
2022-07-20 21:14 ` jason1987d
2022-07-20 22:03 ` jason1987d
2022-07-20 22:14 ` jason1987d
2022-07-20 22:34 ` jason1987d
2022-07-20 23:02 ` jason1987d
2022-07-21 13:24 ` jason1987d
2022-07-22  0:09 ` [PR PATCH] [Updated] " jason1987d
2022-07-22  0:31 ` jason1987d
2022-07-22  0:32 ` [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).