20 lines
726 B
Bash
20 lines
726 B
Bash
# Template file for 'python3-apprise'
|
|
pkgname=python3-apprise
|
|
version=1.9.0
|
|
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=b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|