New package: python3-apprise-1.8.1

This commit is contained in:
John 2024-07-28 14:41:37 +02:00 committed by John Zimmermann
parent b7022bb830
commit d3845b26c0
1 changed files with 19 additions and 0 deletions

View File

@ -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 <me@johnnynator.dev>"
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
}