Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Yfinance
@ 2023-03-12 17:53 jason1987d
  2023-03-12 23:36 ` [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1 jason1987d
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yfinance
https://github.com/void-linux/void-packages/pull/42726

Yfinance
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d020a4ff1858d969d3397e12e6df757c410bf589 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:25:06 -0600
Subject: [PATCH 1/2] New package: python3-multitasking-0.0.11

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

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..5d9d4a1029a5
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 67260b7278feee33252b5b3a441e939e8311123d Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:30:38 -0600
Subject: [PATCH 2/2] New package: python3-yfinance-0.2.13b1

---
 srcpkgs/python3-multitasking/template |  1 +
 srcpkgs/python3-yfinance/template     | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
index 5d9d4a1029a5..c924df1ec9aa 100644
--- a/srcpkgs/python3-multitasking/template
+++ b/srcpkgs/python3-multitasking/template
@@ -4,6 +4,7 @@ version=0.0.11
 revision=1
 build_style=python3-module
 makedepends="python3-setuptools"
+depends="python3"
 short_desc="Non-blocking Python methods using decorators"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Apache-2.0"
diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..acdbd39eef7b
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.13b1
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography python3-frozendict"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=ac29e440e3f8721a7cc68ffbe63cd35e08db73e9cc27030da2fcc328fd885b54

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

* Re: [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
@ 2023-03-12 23:36 ` jason1987d
  2023-03-12 23:38 ` [PR REVIEW] " jason1987d
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 23:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yfinance
https://github.com/void-linux/void-packages/pull/42726

New package: python3-yfinance-0.2.13b1
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d020a4ff1858d969d3397e12e6df757c410bf589 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:25:06 -0600
Subject: [PATCH 1/2] New package: python3-multitasking-0.0.11

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

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..5d9d4a1029a5
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 0675264a2b1d6a58a4c8dbdddc2f9ed89c5518f3 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:30:38 -0600
Subject: [PATCH 2/2] New package: python3-yfinance-0.2.13b1

---
 srcpkgs/python3-multitasking/template |  1 +
 srcpkgs/python3-yfinance/template     | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
index 5d9d4a1029a5..c924df1ec9aa 100644
--- a/srcpkgs/python3-multitasking/template
+++ b/srcpkgs/python3-multitasking/template
@@ -4,6 +4,7 @@ version=0.0.11
 revision=1
 build_style=python3-module
 makedepends="python3-setuptools"
+depends="python3"
 short_desc="Non-blocking Python methods using decorators"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Apache-2.0"
diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..8b3e3567b403
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.13b1
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=ac29e440e3f8721a7cc68ffbe63cd35e08db73e9cc27030da2fcc328fd885b54
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

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

* Re: [PR REVIEW] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
  2023-03-12 23:36 ` [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1 jason1987d
@ 2023-03-12 23:38 ` jason1987d
  2023-03-12 23:38 ` jason1987d
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 23:38 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/42726#discussion_r1133343151

Comment:
what is the best way to remove this so it doesn't cause conflicts with /usr/bin/sample ?

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

* Re: [PR REVIEW] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
  2023-03-12 23:36 ` [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1 jason1987d
  2023-03-12 23:38 ` [PR REVIEW] " jason1987d
@ 2023-03-12 23:38 ` jason1987d
  2023-03-12 23:40 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 23:38 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/42726#discussion_r1133343151

Comment:
what is the best way to remove this so it doesn't cause conflicts with /usr/bin/sample ?

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

* Re: [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
                   ` (2 preceding siblings ...)
  2023-03-12 23:38 ` jason1987d
@ 2023-03-12 23:40 ` jason1987d
  2023-03-12 23:49 ` jason1987d
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 23:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yfinance
https://github.com/void-linux/void-packages/pull/42726

New package: python3-yfinance-0.2.13b1
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d020a4ff1858d969d3397e12e6df757c410bf589 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:25:06 -0600
Subject: [PATCH 1/2] New package: python3-multitasking-0.0.11

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

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..5d9d4a1029a5
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 415ce8170b68609b649a923858e8ef10da018b0d Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:30:38 -0600
Subject: [PATCH 2/2] New package: python3-yfinance-0.2.13b1

---
 srcpkgs/python3-multitasking/template |  3 ++-
 srcpkgs/python3-yfinance/template     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
index 5d9d4a1029a5..f08fe6e9dec0 100644
--- a/srcpkgs/python3-multitasking/template
+++ b/srcpkgs/python3-multitasking/template
@@ -3,7 +3,8 @@ pkgname=python3-multitasking
 version=0.0.11
 revision=1
 build_style=python3-module
-makedepends="python3-setuptools"
+hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Non-blocking Python methods using decorators"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Apache-2.0"
diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..8b3e3567b403
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.13b1
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=ac29e440e3f8721a7cc68ffbe63cd35e08db73e9cc27030da2fcc328fd885b54
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

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

* Re: [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
                   ` (3 preceding siblings ...)
  2023-03-12 23:40 ` [PR PATCH] [Updated] " jason1987d
@ 2023-03-12 23:49 ` jason1987d
  2023-03-13  0:19 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-12 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yfinance
https://github.com/void-linux/void-packages/pull/42726

New package: python3-yfinance-0.2.13b1
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d020a4ff1858d969d3397e12e6df757c410bf589 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:25:06 -0600
Subject: [PATCH 1/2] New package: python3-multitasking-0.0.11

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

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..5d9d4a1029a5
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From dc759803cc3c095b711629e81007e2ea91aeb814 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:30:38 -0600
Subject: [PATCH 2/2] New package: python3-yfinance-0.2.13b1

---
 srcpkgs/python3-multitasking/template |  3 ++-
 srcpkgs/python3-yfinance/template     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
index 5d9d4a1029a5..f08fe6e9dec0 100644
--- a/srcpkgs/python3-multitasking/template
+++ b/srcpkgs/python3-multitasking/template
@@ -3,7 +3,8 @@ pkgname=python3-multitasking
 version=0.0.11
 revision=1
 build_style=python3-module
-makedepends="python3-setuptools"
+hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Non-blocking Python methods using decorators"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Apache-2.0"
diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..64a06c09dc91
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.13b1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=ac29e440e3f8721a7cc68ffbe63cd35e08db73e9cc27030da2fcc328fd885b54
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

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

* Re: [PR REVIEW] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
                   ` (4 preceding siblings ...)
  2023-03-12 23:49 ` jason1987d
@ 2023-03-13  0:19 ` classabbyamp
  2023-03-13  1:21 ` [PR PATCH] [Updated] " jason1987d
  2023-05-29 21:10 ` [PR PATCH] [Closed]: New package: python3-yfinance-0.2.12 jason1987d
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-03-13  0:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42726#discussion_r1133349467

Comment:
```suggestion
version=0.2.12
```
don't package beta releases

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

* Re: [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
                   ` (5 preceding siblings ...)
  2023-03-13  0:19 ` [PR REVIEW] " classabbyamp
@ 2023-03-13  1:21 ` jason1987d
  2023-05-29 21:10 ` [PR PATCH] [Closed]: New package: python3-yfinance-0.2.12 jason1987d
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-03-13  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yfinance
https://github.com/void-linux/void-packages/pull/42726

New package: python3-yfinance-0.2.13b1
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d020a4ff1858d969d3397e12e6df757c410bf589 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:25:06 -0600
Subject: [PATCH 1/2] New package: python3-multitasking-0.0.11

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

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
new file mode 100644
index 000000000000..5d9d4a1029a5
--- /dev/null
+++ b/srcpkgs/python3-multitasking/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-multitasking'
+pkgname=python3-multitasking
+version=0.0.11
+revision=1
+build_style=python3-module
+makedepends="python3-setuptools"
+short_desc="Non-blocking Python methods using decorators"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/multitasking"
+distfiles="${PYPI_SITE}/m/multitasking/multitasking-${version}.tar.gz"
+checksum=4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026

From 9a7ce6772f8494fc746756c1188b19b66db1e699 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 19 Nov 2022 11:30:38 -0600
Subject: [PATCH 2/2] New package: python3-yfinance-0.2.12

---
 srcpkgs/python3-multitasking/template |  3 ++-
 srcpkgs/python3-yfinance/template     | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-yfinance/template

diff --git a/srcpkgs/python3-multitasking/template b/srcpkgs/python3-multitasking/template
index 5d9d4a1029a5..f08fe6e9dec0 100644
--- a/srcpkgs/python3-multitasking/template
+++ b/srcpkgs/python3-multitasking/template
@@ -3,7 +3,8 @@ pkgname=python3-multitasking
 version=0.0.11
 revision=1
 build_style=python3-module
-makedepends="python3-setuptools"
+hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Non-blocking Python methods using decorators"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Apache-2.0"
diff --git a/srcpkgs/python3-yfinance/template b/srcpkgs/python3-yfinance/template
new file mode 100644
index 000000000000..91d78bbd34b7
--- /dev/null
+++ b/srcpkgs/python3-yfinance/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-yfinance'
+pkgname=python3-yfinance
+version=0.2.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-appdirs python3-lxml python3-pandas python3-requests python3-numpy python3-multitasking python3-frozendict"
+checkdepends="${depends} python3-html5lib python3-BeautifulSoup4 python3-cryptography"
+short_desc="Download market data from Yahoo! Finance's API"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="Apache-2.0"
+homepage="https://github.com/ranaroussi/yfinance"
+distfiles="${PYPI_SITE}/y/yfinance/yfinance-${version}.tar.gz"
+checksum=f2c85b05e2e6ce7bf21711d93fd1e0a6f64db45ee6d9404752f0df02b772ebe0
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/sample
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-yfinance-0.2.12
  2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
                   ` (6 preceding siblings ...)
  2023-03-13  1:21 ` [PR PATCH] [Updated] " jason1987d
@ 2023-05-29 21:10 ` jason1987d
  7 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2023-05-29 21:10 UTC (permalink / raw)
  To: ml

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

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

New package: python3-yfinance-0.2.12
https://github.com/void-linux/void-packages/pull/42726

Description:
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

end of thread, other threads:[~2023-05-29 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 17:53 [PR PATCH] Yfinance jason1987d
2023-03-12 23:36 ` [PR PATCH] [Updated] New package: python3-yfinance-0.2.13b1 jason1987d
2023-03-12 23:38 ` [PR REVIEW] " jason1987d
2023-03-12 23:38 ` jason1987d
2023-03-12 23:40 ` [PR PATCH] [Updated] " jason1987d
2023-03-12 23:49 ` jason1987d
2023-03-13  0:19 ` [PR REVIEW] " classabbyamp
2023-03-13  1:21 ` [PR PATCH] [Updated] " jason1987d
2023-05-29 21:10 ` [PR PATCH] [Closed]: New package: python3-yfinance-0.2.12 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).