From d3845b26c0945b0e2216928bf13a50baa6df9519 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 28 Jul 2024 14:41:37 +0200 Subject: [PATCH] New package: python3-apprise-1.8.1 --- srcpkgs/python3-apprise/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-apprise/template diff --git a/srcpkgs/python3-apprise/template b/srcpkgs/python3-apprise/template new file mode 100644 index 00000000000..d6a248f9493 --- /dev/null +++ b/srcpkgs/python3-apprise/template @@ -0,0 +1,19 @@ +# Template file for 'python3-apprise' +pkgname=python3-apprise +version=1.8.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel python3-Babel" +depends="python3-certifi python3-Markdown python3-click python3-requests + python3-requests-oauthlib python3-yaml python3-cryptography" +checkdepends="python3-pytest python3-pytest-mock $depends" +short_desc="Push Notifications that work with just about every platform" +maintainer="John " +license="BSD-2-Clause" +homepage="https://github.com/caronc/apprise" +distfiles="${PYPI_SITE}/a/apprise/apprise-${version}.tar.gz" +checksum=08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2 + +post_install() { + vlicense LICENSE +}