From 5bab7030c0e6f3ee8f1eac5b2e755b697e054bf1 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Sat, 11 Jan 2020 13:03:46 +0100 Subject: [PATCH] New package: python3-aionotify-0.2.0 --- srcpkgs/python3-aionotify/template | 19 +++++++++++++++++++ 1 file changed, 19 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..93d857f71b6 --- /dev/null +++ b/srcpkgs/python3-aionotify/template @@ -0,0 +1,19 @@ +# 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" +short_desc="Simple, asyncio-based inotify library" +maintainer="Stacy Harper " +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 +}