Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tdacli
@ 2022-07-19 23:38 jason1987d
  2022-07-19 23:38 ` [PR PATCH] [Closed]: Tdacli jason1987d
  0 siblings, 1 reply; 2+ messages in thread
From: jason1987d @ 2022-07-19 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages tdacli
https://github.com/void-linux/void-packages/pull/38147

Tdacli
<!-- 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/38147.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tdacli-38147.patch --]
[-- Type: text/x-diff, Size: 2031 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 1/2] 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

From 94e72f9883ebe359e68790e8eb1e789f01f86f87 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:37:31 -0500
Subject: [PATCH 2/2] New package: tdacli-0.3.0

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

diff --git a/srcpkgs/tdacli/template b/srcpkgs/tdacli/template
new file mode 100644
index 000000000000..f8d03577524f
--- /dev/null
+++ b/srcpkgs/tdacli/template
@@ -0,0 +1,12 @@
+# Template file for 'tdacli'
+pkgname=tdacli
+version=0.3.0
+revision=1
+build_style=cargo
+makedepends="pkg-config openssl-devel"
+short_desc="TDAmeritrade API client"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jbertovic/tdacli/"
+distfiles="https://codeload.github.com/jbertovic/${pkgname}/tar.gz/refs/tags/v${version}>${pkgname}-${version}.tar.gz"
+checksum=909e908a1635d0afcb8d2801ffa133413346f85de45f5a463d287f20f473f669

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

* Re: [PR PATCH] [Closed]: Tdacli
  2022-07-19 23:38 [PR PATCH] Tdacli jason1987d
@ 2022-07-19 23:38 ` jason1987d
  0 siblings, 0 replies; 2+ messages in thread
From: jason1987d @ 2022-07-19 23:38 UTC (permalink / raw)
  To: ml

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

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

Tdacli
https://github.com/void-linux/void-packages/pull/38147

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

end of thread, other threads:[~2022-07-19 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 23:38 [PR PATCH] Tdacli jason1987d
2022-07-19 23:38 ` [PR PATCH] [Closed]: Tdacli 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).