Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: remhind-0.1.1
@ 2020-01-11 11:37 voidlinux-github
  2020-01-11 11:37 ` voidlinux-github
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 11:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 70b3daa6af07574da1b471c938eb1a23be6c5063 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH] WIP remhind

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9ee3491ba03
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,20 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="remhind"
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPLv3"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
@ 2020-01-11 11:37 ` voidlinux-github
  2020-01-11 11:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 11:37 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-573309054

Comment:
```
Traceback (most recent call last):
  File "/bin/remhind", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'xdg' distribution was not found and is required by remhind
```
with python3-xdg and python2-xdg

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
  2020-01-11 11:37 ` voidlinux-github
@ 2020-01-11 11:39 ` voidlinux-github
  2020-01-11 11:40 ` voidlinux-github
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 76e2ecc82aa29ecc3ae835e7b8cbf5c47de99f02 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH] WIP remhind

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..2adc89a4c83
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,20 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="remhind"
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
  2020-01-11 11:37 ` voidlinux-github
  2020-01-11 11:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-11 11:40 ` voidlinux-github
  2020-01-11 12:02 ` voidlinux-github
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 11:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From a54c3e16d029098a028ffe25bc1cf3541462e6ef Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..5cdc895e01c
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,19 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-11 11:40 ` voidlinux-github
@ 2020-01-11 12:02 ` voidlinux-github
  2020-01-11 12:03 ` voidlinux-github
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 12:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From d3d0555f548230ad869cb635a2267ed41eb68961 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 1/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9c851a20bc5
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,19 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg2"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

From 9a58b871beb140de78e66236ccf19bd2397c853b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 2/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From ec7f2cd052cdd8970ce068f75771e594d0b3b4b8 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 3/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..37d17ab4430
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+#depends="python3-icalendar python3-dateutil python3-gobject python3-toml
+ #python3-tzlocal python3-xdg"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-11 12:02 ` voidlinux-github
@ 2020-01-11 12:03 ` voidlinux-github
  2020-01-11 12:04 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 12:03 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-573310850

Comment:
@CameronNemo  Here is a working dep tree using a new "python3-xdg2" package. How should I name it ?

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-11 12:03 ` voidlinux-github
@ 2020-01-11 12:04 ` voidlinux-github
  2020-01-11 14:21 ` voidlinux-github
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 12:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From d3d0555f548230ad869cb635a2267ed41eb68961 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 1/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9c851a20bc5
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,19 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg2"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

From 9a58b871beb140de78e66236ccf19bd2397c853b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 2/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 0a2401f6fb98104a98c1a05c625e929c8a99bf98 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 3/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..254d8c36500
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-11 12:04 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-11 14:21 ` voidlinux-github
  2020-01-11 14:25 ` voidlinux-github
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 7bf9826539d6914f99a8d7e243df5cadb5ae6db8 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 23:30:17 +0100
Subject: [PATCH] New package: LanguageTool-4.8

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

diff --git a/srcpkgs/LanguageTool/template b/srcpkgs/LanguageTool/template
new file mode 100644
index 00000000000..c6a551154bd
--- /dev/null
+++ b/srcpkgs/LanguageTool/template
@@ -0,0 +1,26 @@
+# Template file for 'LanguageTool'
+pkgname=LanguageTool
+version=4.8
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="virtual?java-environment"
+short_desc="Checks your writing in more than 20 languages"
+maintainer="Stacy Harper <contact@stacyhaper.net>"
+license="LGPL-2.1-or-later"
+homepage="https://www.languagetool.org/"
+distfiles="https://www.languagetool.org/download/LanguageTool-${version}.zip
+ https://git.archlinux.org/svntogit/community.git/plain/trunk/languagetool.sh?h=packages/languagetool"
+checksum="b4775e88fd90d6389f86023600c4c0e16a9cc00cfe8f093bf1f0c2bbf2a1904d
+ 009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe"
+skip_extraction="languagetool"
+
+do_install() {
+	vmkdir /usr/bin
+	vmkdir /usr/share/java/$pkgname
+	vcopy *.jar /usr/share/java/$pkgname;
+	vcopy libs/*.jar /usr/share/java/$pkgname;
+	rm -rf *.jar libs
+	vcopy "$wrksrc" /usr/share/$pkgname/
+	vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-11 14:21 ` voidlinux-github
@ 2020-01-11 14:25 ` voidlinux-github
  2020-01-11 16:49 ` voidlinux-github
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From d3d0555f548230ad869cb635a2267ed41eb68961 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 1/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9c851a20bc5
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,19 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg2"
+short_desc="A notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

From 9a58b871beb140de78e66236ccf19bd2397c853b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 2/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 0a2401f6fb98104a98c1a05c625e929c8a99bf98 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 3/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..254d8c36500
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-11 14:25 ` voidlinux-github
@ 2020-01-11 16:49 ` voidlinux-github
  2020-01-11 21:59 ` voidlinux-github
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 16:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 4c652561c80af529ce03aaf33c7c1175c3492a6b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 1/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9e25c4df6e3
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,19 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg2"
+short_desc="Notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac
+
+post_install() {
+	vlicense LICENSE
+}

From 2bed5ca9cdee3db6d06f5cad438e1807eaaf08c9 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 2/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 88a32f702b20eefc6a651e1feead0e9601d1626f Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 3/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..254d8c36500
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-11 16:49 ` voidlinux-github
@ 2020-01-11 21:59 ` voidlinux-github
  2020-01-12  8:15 ` voidlinux-github
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-11 21:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 47a7da06e1fa09a529ea87b1add1bbc11a1e08d2 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 1/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 65cdf9ece807803bcbd8dd5b66a63913c9e644c7 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 2/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..254d8c36500
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

From 7612ca6ad9cb9c14d5494d7c0aee22b15c88bdba Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 3/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..1b52a28f473
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,15 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml 
+ python3-tzlocal python3-xdg2"
+short_desc="Notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-11 21:59 ` voidlinux-github
@ 2020-01-12  8:15 ` voidlinux-github
  2020-01-12  9:14 ` voidlinux-github
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-12  8:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 47a7da06e1fa09a529ea87b1add1bbc11a1e08d2 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 1/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 65cdf9ece807803bcbd8dd5b66a63913c9e644c7 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 2/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..254d8c36500
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

From e12a132a505b406be3c5c1ae2da569b7bfce29ca Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 3/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9b128aea73b
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,15 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml
+ python3-tzlocal python3-xdg2"
+short_desc="Notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-01-12  8:15 ` voidlinux-github
@ 2020-01-12  9:14 ` voidlinux-github
  2020-01-12 10:42 ` voidlinux-github
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-12  9:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 47a7da06e1fa09a529ea87b1add1bbc11a1e08d2 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 1/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 478c51bd95a5b4e3c2169bf4646b5cb57bdf1a4b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 2/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..37a63b3a6d6
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="A simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD-2-Clause"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

From 0ca945db799bc03c600cce536075eaccedfb7b35 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 3/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9b128aea73b
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,15 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml
+ python3-tzlocal python3-xdg2"
+short_desc="Notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac

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

* Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2020-01-12  9:14 ` voidlinux-github
@ 2020-01-12 10:42 ` voidlinux-github
  2020-03-03  8:17 ` Eluminae
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: voidlinux-github @ 2020-01-12 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages remhing
https://github.com/void-linux/void-packages/pull/18228

[WIP] New package: remhind-0.1.1
This is the WIP MR in response of https://github.com/void-linux/void-packages/issues/18172

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

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

From 47a7da06e1fa09a529ea87b1add1bbc11a1e08d2 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:34 +0100
Subject: [PATCH 1/3] New package: python3-xdg2-4.0.1

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

diff --git a/srcpkgs/python3-xdg2/template b/srcpkgs/python3-xdg2/template
new file mode 100644
index 00000000000..87f16d63f59
--- /dev/null
+++ b/srcpkgs/python3-xdg2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-xdg2'
+pkgname=python3-xdg2
+version=4.0.1
+revision=1
+archs=noarch
+wrksrc="xdg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-inotify python3-aionotify"
+short_desc="Provide variables defined by the XDG Base Directory Specification"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="ISC"
+homepage="https://github.com/srstevenson/xdg"
+distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
+checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
+
+post_install() {
+	vlicense LICENCE
+}

From 23cc64e4ddec8233e60072b9bec909f5ac5e8f0e Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Sat, 11 Jan 2020 13:03:46 +0100
Subject: [PATCH 2/3] New package: python3-aionotify-0.2.0

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
new file mode 100644
index 00000000000..aae9da6f9f3
--- /dev/null
+++ b/srcpkgs/python3-aionotify/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-aionotify'
+pkgname=python3-aionotify
+version=0.2.0
+revision=1
+archs=noarch
+wrksrc="aionotify-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Simple, asyncio-based inotify library"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="BSD-2-Clause"
+homepage="https://github.com/rbarrois/aionotify"
+distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz"
+checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507
+
+post_install() {
+	vlicense LICENSE
+}

From 2c7e3cdd19d31c6066ff55ee79100fb8c11b6602 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 8 Jan 2020 13:54:11 +0100
Subject: [PATCH 3/3] New package: remhind-0.1.1

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
new file mode 100644
index 00000000000..9b128aea73b
--- /dev/null
+++ b/srcpkgs/remhind/template
@@ -0,0 +1,15 @@
+# Template file for 'remhind'
+pkgname=remhind
+version=0.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
+depends="python3-icalendar python3-dateutil python3-gobject python3-toml
+ python3-tzlocal python3-xdg2"
+short_desc="Notification daemon of events stored in directories"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-3.0-only"
+homepage="https://github.com/nicoe/remhind"
+distfiles="${PYPI_SITE}/${pkgname::1}/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=e4fa563cabfba6811ca0bc5be1ea61f5611705f056a846af87f9256a0e140eac

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

* Re: New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2020-01-12 10:42 ` voidlinux-github
@ 2020-03-03  8:17 ` Eluminae
  2020-03-09 20:39 ` Chocimier
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Eluminae @ 2020-03-03  8:17 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-593823760

Comment:
> `depends="python3"` is needed.

Okay, true. I guessed python3-module build styles add this but no.


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

* Re: New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2020-03-03  8:17 ` Eluminae
@ 2020-03-09 20:39 ` Chocimier
  2020-03-11  7:48 ` Eluminae
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Chocimier @ 2020-03-09 20:39 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-596767872

Comment:
Some dependency missing for remhind?

```
Traceback (most recent call last):
  File "/usr/bin/remhind", line 11, in <module>
    load_entry_point('remhind==0.1.1', 'console_scripts', 'remhind')()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.8/site-packages/remhind/__main__.py", line 11, in <module>
    from .events import check_events, CalendarStore
  File "/usr/lib/python3.8/site-packages/remhind/events.py", line 15, in <module>
    gi.require_version('Notify', '0.7')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Notify not available
```

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

* Re: New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (14 preceding siblings ...)
  2020-03-09 20:39 ` Chocimier
@ 2020-03-11  7:48 ` Eluminae
  2020-03-11  7:50 ` Eluminae
  2020-03-12 20:12 ` [PR PATCH] [Merged]: " Chocimier
  17 siblings, 0 replies; 19+ messages in thread
From: Eluminae @ 2020-03-11  7:48 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-597490178

Comment:
> Some dependency missing for remhind?

It seems yes. Fixed adding aionotify and notify as deps. Dunno how I
missed them.


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

* Re: New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (15 preceding siblings ...)
  2020-03-11  7:48 ` Eluminae
@ 2020-03-11  7:50 ` Eluminae
  2020-03-12 20:12 ` [PR PATCH] [Merged]: " Chocimier
  17 siblings, 0 replies; 19+ messages in thread
From: Eluminae @ 2020-03-11  7:50 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18228#issuecomment-597490178

Comment:
> Some dependency missing for remhind?

It seems yes. Fixed adding aionotify and inotify as deps. Dunno how I
missed them.


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

* Re: [PR PATCH] [Merged]: New package: remhind-0.1.1
  2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
                   ` (16 preceding siblings ...)
  2020-03-11  7:50 ` Eluminae
@ 2020-03-12 20:12 ` Chocimier
  17 siblings, 0 replies; 19+ messages in thread
From: Chocimier @ 2020-03-12 20:12 UTC (permalink / raw)
  To: ml

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

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

New package: remhind-0.1.1
https://github.com/void-linux/void-packages/pull/18228

Description:
In response of https://github.com/void-linux/void-packages/issues/18172

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

end of thread, other threads:[~2020-03-12 20:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-11 11:37 [PR PATCH] [WIP] New package: remhind-0.1.1 voidlinux-github
2020-01-11 11:37 ` voidlinux-github
2020-01-11 11:39 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-11 11:40 ` voidlinux-github
2020-01-11 12:02 ` voidlinux-github
2020-01-11 12:03 ` voidlinux-github
2020-01-11 12:04 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-11 14:21 ` voidlinux-github
2020-01-11 14:25 ` voidlinux-github
2020-01-11 16:49 ` voidlinux-github
2020-01-11 21:59 ` voidlinux-github
2020-01-12  8:15 ` voidlinux-github
2020-01-12  9:14 ` voidlinux-github
2020-01-12 10:42 ` voidlinux-github
2020-03-03  8:17 ` Eluminae
2020-03-09 20:39 ` Chocimier
2020-03-11  7:48 ` Eluminae
2020-03-11  7:50 ` Eluminae
2020-03-12 20:12 ` [PR PATCH] [Merged]: " Chocimier

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