From: sev Date: Wed, 3 Jan 2024 00:37:32 +0000 (-0600) Subject: testing/py3-apprise: remove package X-Git-Url: https://git.sev.monster/aports.git/commitdiff_plain/0a41f44477d75e26a61db9aec8970e9602c5c64c testing/py3-apprise: remove package --- diff --git a/testing/py3-apprise/APKBUILD b/testing/py3-apprise/APKBUILD deleted file mode 100644 index 020e496..0000000 --- a/testing/py3-apprise/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: sev -# Maintainer: sev -_pkgname=apprise -pkgname=py3-$_pkgname -pkgver=1.2.0 -pkgrel=0 -pkgdesc="Push Notifications that work with just about every platform!" -url="https://github.com/caronc/apprise" -arch="noarch" -license="MIT" -depends="py3-requests py3-requests-oauthlib py3-six py3-click>=5.0 py3-markdown py3-yaml" -makedepends="py3-pip py3-wheel" -subpackages="$pkgname-doc" -source="https://github.com/caronc/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - python3 setup.py build -} - -check() { - python3 setup.py check -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" - gzip packaging/man/apprise.1 - mkdir -p "$pkgdir"-doc/usr/share/man/man1 - mv packaging/man/apprise.1.gz "$pkgdir"-doc/usr/share/man/man1 -} -sha512sums=" -b1b08c095ce067bd58c4efae3ab19e05bcfb074b8bc41a7147c5b99e34c3cdf7f3004637edee8c561a2e3706a37b61d5cf99d550248466f5304b9f7b15cc3e22 apprise-1.2.0.tar.gz -"