Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: todoman-3.5.0
@ 2019-07-22 17:56 voidlinux-github
  2019-07-22 19:31 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/13286

New package: todoman-3.5.0
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

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

From 30ab8784739dcc41bf9491fb5af34d87376a05e8 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 22 Jul 2019 19:52:12 +0200
Subject: [PATCH] New package: todoman-3.5.0

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
new file mode 100644
index 00000000000..acacd7a8d29
--- /dev/null
+++ b/srcpkgs/todoman/template
@@ -0,0 +1,17 @@
+# Template file for 'khard'
+pkgname=todoman
+version=3.5.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="todoman"
+hostmakedepends="python3-setuptools"
+depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
+  python3-atomicwrites python3-click python3-configobj
+  python3-dateutil python3-tabulate python3-humanize"
+short_desc="Simple, standards-based, cli todo (aka: task) manager"
+maintainer="Eric Scheibler <email@eric-scheibler.de>"
+license="ISC"
+homepage="https://github.com/pimutils/todoman"
+distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
+checksum=89032887051b164527b90cfb947eb5162dd8b8bb64d9abf1e906b8c86f933814

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

* Re: New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
@ 2019-07-22 19:31 ` voidlinux-github
  2019-07-22 19:59 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 19:31 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/13286#issuecomment-513922081
Comment:
Fix errors pointed by travis, but indent continued `depends` with one space, not tab.
`depends` lacks python3-click-log.


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

* Re: New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
  2019-07-22 19:31 ` voidlinux-github
@ 2019-07-22 19:59 ` voidlinux-github
  2019-07-22 20:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 19:59 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/13286#issuecomment-513931745
Comment:
Also please fix top comment ;-)

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

* Re: [PR PATCH] [Updated] New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-22 20:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-22 20:45 ` voidlinux-github
  2019-07-22 20:53 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/13286

New package: todoman-3.5.0
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

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

From c5a435761ad7d92a0dad48c638efe55ec21651fb Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 22 Jul 2019 19:52:12 +0200
Subject: [PATCH] New package: todoman-3.5.0

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
new file mode 100644
index 00000000000..fd0fff49dd8
--- /dev/null
+++ b/srcpkgs/todoman/template
@@ -0,0 +1,17 @@
+# Template file for 'todoman'
+pkgname=todoman
+version=3.5.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="todoman"
+hostmakedepends="python3-setuptools"
+depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
+ python3-atomicwrites python3-click python3-configobj python3-click-log
+ python3-dateutil python3-tabulate python3-humanize"
+short_desc="Simple, standards-based, cli todo (aka: task) manager"
+maintainer="Eric Scheibler <email@eric-scheibler.de>"
+license="ISC"
+homepage="https://github.com/pimutils/todoman"
+distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
+checksum=89032887051b164527b90cfb947eb5162dd8b8bb64d9abf1e906b8c86f933814

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

* Re: [PR PATCH] [Updated] New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
  2019-07-22 19:31 ` voidlinux-github
  2019-07-22 19:59 ` voidlinux-github
@ 2019-07-22 20:45 ` voidlinux-github
  2019-07-22 20:45 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/13286

New package: todoman-3.5.0
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

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

From c5a435761ad7d92a0dad48c638efe55ec21651fb Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 22 Jul 2019 19:52:12 +0200
Subject: [PATCH] New package: todoman-3.5.0

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
new file mode 100644
index 00000000000..fd0fff49dd8
--- /dev/null
+++ b/srcpkgs/todoman/template
@@ -0,0 +1,17 @@
+# Template file for 'todoman'
+pkgname=todoman
+version=3.5.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="todoman"
+hostmakedepends="python3-setuptools"
+depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
+ python3-atomicwrites python3-click python3-configobj python3-click-log
+ python3-dateutil python3-tabulate python3-humanize"
+short_desc="Simple, standards-based, cli todo (aka: task) manager"
+maintainer="Eric Scheibler <email@eric-scheibler.de>"
+license="ISC"
+homepage="https://github.com/pimutils/todoman"
+distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
+checksum=89032887051b164527b90cfb947eb5162dd8b8bb64d9abf1e906b8c86f933814

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

* Re: [PR PATCH] [Updated] New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-22 20:45 ` voidlinux-github
@ 2019-07-22 20:53 ` voidlinux-github
  2019-07-22 20:53 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/13286

New package: todoman-3.5.0
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

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

From 835494b66f958236ef6d51ebff493344656c20d7 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 22 Jul 2019 19:52:12 +0200
Subject: [PATCH] New package: todoman-3.5.0

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
new file mode 100644
index 00000000000..2e0489ff49e
--- /dev/null
+++ b/srcpkgs/todoman/template
@@ -0,0 +1,21 @@
+# Template file for 'todoman'
+pkgname=todoman
+version=3.5.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="todoman"
+hostmakedepends="python3-setuptools"
+depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
+ python3-atomicwrites python3-click python3-configobj python3-click-log
+ python3-dateutil python3-tabulate python3-humanize"
+short_desc="Simple, standards-based, cli todo (aka: task) manager"
+maintainer="Eric Scheibler <email@eric-scheibler.de>"
+license="ISC"
+homepage="https://github.com/pimutils/todoman"
+distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
+checksum=89032887051b164527b90cfb947eb5162dd8b8bb64d9abf1e906b8c86f933814
+
+post_install() {
+	vlicense LICENCE
+}

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

* Re: [PR PATCH] [Updated] New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-22 20:53 ` voidlinux-github
@ 2019-07-22 20:53 ` voidlinux-github
  2019-07-22 20:57 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages master
https://github.com/void-linux/void-packages/pull/13286

New package: todoman-3.5.0
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

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

From 835494b66f958236ef6d51ebff493344656c20d7 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Mon, 22 Jul 2019 19:52:12 +0200
Subject: [PATCH] New package: todoman-3.5.0

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
new file mode 100644
index 00000000000..2e0489ff49e
--- /dev/null
+++ b/srcpkgs/todoman/template
@@ -0,0 +1,21 @@
+# Template file for 'todoman'
+pkgname=todoman
+version=3.5.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="todoman"
+hostmakedepends="python3-setuptools"
+depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime
+ python3-atomicwrites python3-click python3-configobj python3-click-log
+ python3-dateutil python3-tabulate python3-humanize"
+short_desc="Simple, standards-based, cli todo (aka: task) manager"
+maintainer="Eric Scheibler <email@eric-scheibler.de>"
+license="ISC"
+homepage="https://github.com/pimutils/todoman"
+distfiles="${PYPI_SITE}/t/todoman/todoman-${version}.tar.gz"
+checksum=89032887051b164527b90cfb947eb5162dd8b8bb64d9abf1e906b8c86f933814
+
+post_install() {
+	vlicense LICENCE
+}

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

* Re: New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-22 20:53 ` voidlinux-github
@ 2019-07-22 20:57 ` voidlinux-github
  2019-07-22 20:59 ` voidlinux-github
  2019-07-24 21:07 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:57 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/13286#issuecomment-513951767
Comment:
> Fix errors pointed by travis, but indent continued depends with one space, not tab.
depends lacks python3-click-log.

It should be cool now. Travis seems ok !

> Also please fix top comment ;-)

catched ! I confess I did it fast. This one is really similar to khard.

Thanks both. Where can I found the full template reference documentation ?

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

* Re: New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-22 20:57 ` voidlinux-github
@ 2019-07-22 20:59 ` voidlinux-github
  2019-07-24 21:07 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-22 20:59 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/13286#issuecomment-513952462
Comment:
> Where can I found the full template reference documentation ?

Shit on me, got it ! https://github.com/void-linux/void-packages/blob/master/Manual.md

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

* Re: [PR PATCH] [Merged]: New package: todoman-3.5.0
  2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-22 20:59 ` voidlinux-github
@ 2019-07-24 21:07 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-24 21:07 UTC (permalink / raw)
  To: ml

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

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

New package: todoman-3.5.0
https://github.com/void-linux/void-packages/pull/13286
Description: Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.

Todoman is now part of the pimutils project, and is hosted at GitHub.

https://todoman.readthedocs.io/en/stable/

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

end of thread, other threads:[~2019-07-24 21:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22 17:56 [PR PATCH] New package: todoman-3.5.0 voidlinux-github
2019-07-22 19:31 ` voidlinux-github
2019-07-22 19:59 ` voidlinux-github
2019-07-22 20:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-22 20:45 ` voidlinux-github
2019-07-22 20:53 ` voidlinux-github
2019-07-22 20:53 ` voidlinux-github
2019-07-22 20:57 ` voidlinux-github
2019-07-22 20:59 ` voidlinux-github
2019-07-24 21:07 ` [PR PATCH] [Merged]: " voidlinux-github

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