Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gcalcli-4.3.0
@ 2023-01-10 18:16 abdeoliveira
  2023-01-10 19:03 ` classabbyamp
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-10 18:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From 9b43d887cb349f2e77884487581a8048ae0b7205 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..2e53dc50fc5f
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,16 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
@ 2023-01-10 19:03 ` classabbyamp
  2023-01-11  0:03 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-10 19:03 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1377716974

Comment:
where are all the dependencies? https://github.com/insanum/gcalcli/blob/master/setup.py#L35-L41

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

* Re: [PR PATCH] [Updated] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
  2023-01-10 19:03 ` classabbyamp
@ 2023-01-11  0:03 ` abdeoliveira
  2023-01-11  0:06 ` abdeoliveira
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From a4575e97381de92b3ec52c67e8fb1d4ed1c2de97 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..886eb48b3922
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,19 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-dateutil python3-google-api-python-client
+	python3-httplib2 python3-oauth2client python3-parsedatetime
+	python3-vobject" #This last one is optional.
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
  2023-01-10 19:03 ` classabbyamp
  2023-01-11  0:03 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-11  0:06 ` abdeoliveira
  2023-01-11  0:12 ` abdeoliveira
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:06 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378058929

Comment:
> where are all the dependencies? https://github.com/insanum/gcalcli/blob/master/setup.py#L35-L41

New commit fix it. 

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (2 preceding siblings ...)
  2023-01-11  0:06 ` abdeoliveira
@ 2023-01-11  0:12 ` abdeoliveira
  2023-01-11  0:24 ` [PR REVIEW] " classabbyamp
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:12 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378058929

Comment:
> where are all the dependencies? https://github.com/insanum/gcalcli/blob/master/setup.py#L35-L41

New commit fix it. 

I failed to detect the missing dependencies even after having this package installed in my machine because all dependencies were already installed by pip before in other occasion.

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (3 preceding siblings ...)
  2023-01-11  0:12 ` abdeoliveira
@ 2023-01-11  0:24 ` classabbyamp
  2023-01-11  0:28 ` abdeoliveira
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11  0:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1066466347

Comment:
```suggestion
 python3-httplib2 python3-oauth2client python3-parsedatetime
 python3-vobject"
```

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (4 preceding siblings ...)
  2023-01-11  0:24 ` [PR REVIEW] " classabbyamp
@ 2023-01-11  0:28 ` abdeoliveira
  2023-01-11  0:32 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:28 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1066468429

Comment:
If I commit your suggestions, it will create a second commit, right? Perhaps I could modify it locally and force push again? I remember messing things horribly last time I did this.

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

* Re: [PR PATCH] [Updated] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (5 preceding siblings ...)
  2023-01-11  0:28 ` abdeoliveira
@ 2023-01-11  0:32 ` abdeoliveira
  2023-01-11  0:36 ` [PR REVIEW] " classabbyamp
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From a0d782f9544a594f2a243318c89e1440f30316bc Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..800ed94e051a
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,19 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-dateutil python3-google-api-python-client
+	python3-httplib2 python3-oauth2client python3-parsedatetime
+	python3-vobject" 
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (6 preceding siblings ...)
  2023-01-11  0:32 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-11  0:36 ` classabbyamp
  2023-01-11  0:36 ` classabbyamp
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11  0:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1066471458

Comment:
yeah you don't have to use the commit suggestion button, it's just handy when reviewing

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (7 preceding siblings ...)
  2023-01-11  0:36 ` [PR REVIEW] " classabbyamp
@ 2023-01-11  0:36 ` classabbyamp
  2023-01-11  0:40 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11  0:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378080983

Comment:
can you add the email you're using to commit to your github account?

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

* Re: [PR PATCH] [Updated] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (8 preceding siblings ...)
  2023-01-11  0:36 ` classabbyamp
@ 2023-01-11  0:40 ` abdeoliveira
  2023-01-11  0:42 ` abdeoliveira
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From 63472c7b79ddb73e4a89ebcaa1def7fd05173616 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..f92bfde6644c
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,19 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-dateutil python3-google-api-python-client
+	python3-httplib2 python3-oauth2client python3-parsedatetime
+	python3-vobject"
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (9 preceding siblings ...)
  2023-01-11  0:40 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-11  0:42 ` abdeoliveira
  2023-01-11  0:49 ` abdeoliveira
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:42 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378085662

Comment:
> can you add the email you're using to commit to your github account?

Yes, sure. Will do it in a minute.

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (10 preceding siblings ...)
  2023-01-11  0:42 ` abdeoliveira
@ 2023-01-11  0:49 ` abdeoliveira
  2023-01-11  0:49 ` abdeoliveira
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:49 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378085662

Comment:
> can you add the email you're using to commit to your github account?

Yes, sure. Will do it in a minute. Just to be sure, you meant that alanbarros@protonmail.com email, right? Hope it is visible in my github account already.

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (11 preceding siblings ...)
  2023-01-11  0:49 ` abdeoliveira
@ 2023-01-11  0:49 ` abdeoliveira
  2023-01-11  1:00 ` classabbyamp
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  0:49 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378085662

Comment:
> can you add the email you're using to commit to your github account?

Just to be sure, you meant that alanbarros@protonmail.com email, right? Hope it is visible in my github account already.

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (12 preceding siblings ...)
  2023-01-11  0:49 ` abdeoliveira
@ 2023-01-11  1:00 ` classabbyamp
  2023-01-11  1:04 ` abdeoliveira
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11  1:00 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378098499

Comment:
whatever `git config user.email` says when you're in your void-packages dir should be [added to your github account](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account). doesn't need to match what goes in the maintainer line of the template if you don't want it to

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (13 preceding siblings ...)
  2023-01-11  1:00 ` classabbyamp
@ 2023-01-11  1:04 ` abdeoliveira
  2023-01-11  1:04 ` abdeoliveira
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  1:04 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378101926

Comment:
> git config user.email

Ho! Got it. Now `deoliveira.alan@outlook.com` is included in my github account.

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

* Re: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (14 preceding siblings ...)
  2023-01-11  1:04 ` abdeoliveira
@ 2023-01-11  1:04 ` abdeoliveira
  2023-01-11 21:05 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11  1:04 UTC (permalink / raw)
  To: ml

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

New comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#issuecomment-1378101926

Comment:
> git config user.email

Ho! Got it. Now `deoliveira.alan@outlook.com` is included in my github account. I appreciate your patience.

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (15 preceding siblings ...)
  2023-01-11  1:04 ` abdeoliveira
@ 2023-01-11 21:05 ` classabbyamp
  2023-01-11 21:16 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1067456333

Comment:
```suggestion
 python3-httplib2 python3-oauth2client python3-parsedatetime
 python3-vobject"
```

line continuations should be indented with a single space, not a tab

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

* Re: [PR PATCH] [Updated] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (16 preceding siblings ...)
  2023-01-11 21:05 ` [PR REVIEW] " classabbyamp
@ 2023-01-11 21:16 ` abdeoliveira
  2023-01-11 21:17 ` [PR REVIEW] " abdeoliveira
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From 724f60aeadeed8eeff7618cf97b25e1630d3a716 Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..b77a7f5d6ffe
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,19 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-dateutil python3-google-api-python-client
+ python3-httplib2 python3-oauth2client python3-parsedatetime
+ python3-vobject"
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (17 preceding siblings ...)
  2023-01-11 21:16 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-11 21:17 ` abdeoliveira
  2023-01-11 21:27 ` classabbyamp
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-11 21:17 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1067465390

Comment:
Fixed.

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (18 preceding siblings ...)
  2023-01-11 21:17 ` [PR REVIEW] " abdeoliveira
@ 2023-01-11 21:27 ` classabbyamp
  2023-01-12  0:27 ` [PR PATCH] [Updated] " abdeoliveira
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-11 21:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1067473056

Comment:
```suggestion
homepage="https://github.com/insanum/gcalcli"
changelog="https://raw.githubusercontent.com/insanum/gcalcli/master/ChangeLog"
```

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

* Re: [PR PATCH] [Updated] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (19 preceding siblings ...)
  2023-01-11 21:27 ` classabbyamp
@ 2023-01-12  0:27 ` abdeoliveira
  2023-01-12  0:27 ` [PR REVIEW] " abdeoliveira
  2023-01-12  0:42 ` [PR PATCH] [Merged]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-12  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abdeoliveira/void-packages new-gcalcli
https://github.com/void-linux/void-packages/pull/41564

New package: gcalcli-4.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

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

From 35fdc06181b9286d3ce27f47cc37cd4fcd3ef81b Mon Sep 17 00:00:00 2001
From: Alan Barros de Oliveira <deoliveira.alan@outlook.com>
Date: Tue, 10 Jan 2023 12:31:06 -0300
Subject: [PATCH] New package: gcalcli-4.3.0

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

diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template
new file mode 100644
index 000000000000..6d44d35cfd00
--- /dev/null
+++ b/srcpkgs/gcalcli/template
@@ -0,0 +1,20 @@
+# Template file for 'gcalcli'
+pkgname=gcalcli
+version=4.3.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-dateutil python3-google-api-python-client
+ python3-httplib2 python3-oauth2client python3-parsedatetime
+ python3-vobject"
+short_desc="Google Calendar Command Line Interface"
+maintainer="Alan B. de Oliveira <alanbarros@protonmail.com>"
+license="MIT"
+homepage="https://github.com/insanum/gcalcli"
+changelog="https://raw.githubusercontent.com/insanum/gcalcli/master/ChangeLog"
+distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz"
+checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (20 preceding siblings ...)
  2023-01-12  0:27 ` [PR PATCH] [Updated] " abdeoliveira
@ 2023-01-12  0:27 ` abdeoliveira
  2023-01-12  0:42 ` [PR PATCH] [Merged]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: abdeoliveira @ 2023-01-12  0:27 UTC (permalink / raw)
  To: ml

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

New review comment by abdeoliveira on void-packages repository

https://github.com/void-linux/void-packages/pull/41564#discussion_r1067590002

Comment:
OK.

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

* Re: [PR PATCH] [Merged]: New package: gcalcli-4.3.0
  2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
                   ` (21 preceding siblings ...)
  2023-01-12  0:27 ` [PR REVIEW] " abdeoliveira
@ 2023-01-12  0:42 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2023-01-12  0:42 UTC (permalink / raw)
  To: ml

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

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

New package: gcalcli-4.3.0
https://github.com/void-linux/void-packages/pull/41564

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

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

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


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds): 
  - aarch64-musl
  - aarch64
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686
  - x86_64-musl

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

end of thread, other threads:[~2023-01-12  0:42 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 18:16 [PR PATCH] New package: gcalcli-4.3.0 abdeoliveira
2023-01-10 19:03 ` classabbyamp
2023-01-11  0:03 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-11  0:06 ` abdeoliveira
2023-01-11  0:12 ` abdeoliveira
2023-01-11  0:24 ` [PR REVIEW] " classabbyamp
2023-01-11  0:28 ` abdeoliveira
2023-01-11  0:32 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-11  0:36 ` [PR REVIEW] " classabbyamp
2023-01-11  0:36 ` classabbyamp
2023-01-11  0:40 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-11  0:42 ` abdeoliveira
2023-01-11  0:49 ` abdeoliveira
2023-01-11  0:49 ` abdeoliveira
2023-01-11  1:00 ` classabbyamp
2023-01-11  1:04 ` abdeoliveira
2023-01-11  1:04 ` abdeoliveira
2023-01-11 21:05 ` [PR REVIEW] " classabbyamp
2023-01-11 21:16 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-11 21:17 ` [PR REVIEW] " abdeoliveira
2023-01-11 21:27 ` classabbyamp
2023-01-12  0:27 ` [PR PATCH] [Updated] " abdeoliveira
2023-01-12  0:27 ` [PR REVIEW] " abdeoliveira
2023-01-12  0:42 ` [PR PATCH] [Merged]: " classabbyamp

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).