From 44eab86b02be5eb3999dab4e21b30164c9c8595d Mon Sep 17 00:00:00 2001 From: Reed Wade 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 " +license="ISC" +homepage="https://github.com/srstevenson/xdg" +distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz" +checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57 + +post_install() { + vlicense LICENCE +} From afe6ce598c88b2a5566240ea9064550ba5b89558 Mon Sep 17 00:00:00 2001 From: Reed Wade 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 " +license="BSD" +homepage="https://github.com/rbarrois/aionotify" +distfiles="${PYPI_SITE}/a/aionotify/aionotify-${version}.tar.gz" +checksum=64b702ad0eb115034533f9f62730a9253b79f5ff0fbf3d100c392124cdf12507 + +post_install() { + vlicense LICENSE +} From 84cc96e654d16ce63d6b812f0ea4b3908d8ff38f Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Wed, 8 Jan 2020 13:54:11 +0100 Subject: [PATCH 3/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..d51a05b4cdc --- /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 " +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 +}