Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tdacli-0.3.0
@ 2022-07-19 23:46 jason1987d
  2022-07-19 23:49 ` [PR REVIEW] " classabbyamp
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: jason1987d @ 2022-07-19 23:46 UTC (permalink / raw)
  To: ml

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

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

From 66ccbb2f5de90e65c8f48da579d9fc8a6be3a038 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] 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] 16+ messages in thread

* Re: [PR REVIEW] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
@ 2022-07-19 23:49 ` classabbyamp
  2022-07-19 23:49 ` classabbyamp
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-07-19 23:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#discussion_r925045299

Comment:
you shouldn't need to rename the file, and you should use the pre-redirected url:

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

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

* Re: [PR REVIEW] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
  2022-07-19 23:49 ` [PR REVIEW] " classabbyamp
@ 2022-07-19 23:49 ` classabbyamp
  2022-07-20  0:11 ` [PR PATCH] [Updated] " jason1987d
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-07-19 23:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#discussion_r925045523

Comment:
this is not the correct licence

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
  2022-07-19 23:49 ` [PR REVIEW] " classabbyamp
  2022-07-19 23:49 ` classabbyamp
@ 2022-07-20  0:11 ` jason1987d
  2022-07-20  0:51 ` jason1987d
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-20  0:11 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

From 6b03c5f66d7730bb516d4c3caf96345c8e893f7c Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] 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..37a67e1d947f
--- /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="MPL-2.0"
+homepage="https://github.com/jbertovic/tdacli/"
+distfiles="https://github.com/jbertovic/tdacli/archive/refs/tags/v${version}.tar.gz"
+checksum=909e908a1635d0afcb8d2801ffa133413346f85de45f5a463d287f20f473f669

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (2 preceding siblings ...)
  2022-07-20  0:11 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-20  0:51 ` jason1987d
  2022-07-20  0:52 ` jason1987d
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-20  0:51 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

From 4c90bce294de045e6ef586863014ab2d99698457 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] New package: tdacli-0.3.0

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

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

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

* Re: New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (3 preceding siblings ...)
  2022-07-20  0:51 ` jason1987d
@ 2022-07-20  0:52 ` jason1987d
  2022-07-20  1:04 ` classabbyamp
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-20  0:52 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#issuecomment-1189687049

Comment:
I think makedepends= should just be hostmakedepends= , right? Currently testing with both lines, I think they are redundant though.

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

* Re: New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (4 preceding siblings ...)
  2022-07-20  0:52 ` jason1987d
@ 2022-07-20  1:04 ` classabbyamp
  2022-07-20  1:39 ` [PR PATCH] [Updated] " jason1987d
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-07-20  1:04 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#issuecomment-1189694182

Comment:
pkg-config should be hostmake, openssl-devel should be make

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (5 preceding siblings ...)
  2022-07-20  1:04 ` classabbyamp
@ 2022-07-20  1:39 ` jason1987d
  2022-07-22  2:15 ` jason1987d
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-20  1:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

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

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

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

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (6 preceding siblings ...)
  2022-07-20  1:39 ` [PR PATCH] [Updated] " jason1987d
@ 2022-07-22  2:15 ` jason1987d
  2022-07-22  2:16 ` jason1987d
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-22  2:15 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

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

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

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

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (7 preceding siblings ...)
  2022-07-22  2:15 ` jason1987d
@ 2022-07-22  2:16 ` jason1987d
  2022-07-23 13:50 ` jason1987d
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-22  2:16 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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/38148.patch is attached

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

From e0b2d263536bb4bde0e73f330419c85cf4ba0912 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] New package: tdacli-0.3.0

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

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

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (8 preceding siblings ...)
  2022-07-22  2:16 ` jason1987d
@ 2022-07-23 13:50 ` jason1987d
  2022-07-23 13:50 ` jason1987d
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-23 13:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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

<!--
#### 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/38148.patch is attached

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

From e0b2d263536bb4bde0e73f330419c85cf4ba0912 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] New package: tdacli-0.3.0

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

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

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

* Re: [PR PATCH] [Updated] New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (9 preceding siblings ...)
  2022-07-23 13:50 ` jason1987d
@ 2022-07-23 13:50 ` jason1987d
  2022-10-22  2:14 ` github-actions
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-07-23 13:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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/38148

New package: tdacli-0.3.0
<!-- 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

<!--
#### 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/38148.patch is attached

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

From dd9384b730c19a4ae26c5a1aad0a679a361df2a8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 19 Jul 2022 18:41:38 -0500
Subject: [PATCH] New package: tdacli-0.3.0

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

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

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

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

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

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

https://github.com/void-linux/void-packages/pull/38148#issuecomment-1287582206

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

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

* Re: [PR PATCH] [Closed]: New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (11 preceding siblings ...)
  2022-10-22  2:14 ` github-actions
@ 2022-11-06  2:13 ` github-actions
  2022-11-13  2:38 ` jason1987d
  2022-12-07 22:02 ` jason1987d
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-11-06  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: tdacli-0.3.0
https://github.com/void-linux/void-packages/pull/38148

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

<!--
#### 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] 16+ messages in thread

* Re: New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (12 preceding siblings ...)
  2022-11-06  2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2022-11-13  2:38 ` jason1987d
  2022-12-07 22:02 ` jason1987d
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-11-13  2:38 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#issuecomment-1312623612

Comment:
Attempt to bump. I use this package all the time, has not had more recent updates.

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

* Re: New package: tdacli-0.3.0
  2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
                   ` (13 preceding siblings ...)
  2022-11-13  2:38 ` jason1987d
@ 2022-12-07 22:02 ` jason1987d
  14 siblings, 0 replies; 16+ messages in thread
From: jason1987d @ 2022-12-07 22:02 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/38148#issuecomment-1341650233

Comment:
I am fine with this being closed. TDAmeritrade API is deprecated.

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 23:46 [PR PATCH] New package: tdacli-0.3.0 jason1987d
2022-07-19 23:49 ` [PR REVIEW] " classabbyamp
2022-07-19 23:49 ` classabbyamp
2022-07-20  0:11 ` [PR PATCH] [Updated] " jason1987d
2022-07-20  0:51 ` jason1987d
2022-07-20  0:52 ` jason1987d
2022-07-20  1:04 ` classabbyamp
2022-07-20  1:39 ` [PR PATCH] [Updated] " jason1987d
2022-07-22  2:15 ` jason1987d
2022-07-22  2:16 ` jason1987d
2022-07-23 13:50 ` jason1987d
2022-07-23 13:50 ` jason1987d
2022-10-22  2:14 ` github-actions
2022-11-06  2:13 ` [PR PATCH] [Closed]: " github-actions
2022-11-13  2:38 ` jason1987d
2022-12-07 22:02 ` 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).