Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: remhind-0.1.1
Date: Sat, 11 Jan 2020 13:02:53 +0100	[thread overview]
Message-ID: <20200111120253.aJdgbUfWJOsOJhZhiJSiktXqgTwZv7hEEFvKCgItpnI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18228@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-01-11 12:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-11 11:37 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200111120253.aJdgbUfWJOsOJhZhiJSiktXqgTwZv7hEEFvKCgItpnI@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).