~dricottone/huttese-apk

9bcef4063734ce1d48e97bf4ef7d4ae2659d9364 — Drew DeVault 3 years ago 5bfa8b1
py3-click: remove temporary package
1 files changed, 0 insertions(+), 33 deletions(-)

D sr.ht/py3-click/APKBUILD
D sr.ht/py3-click/APKBUILD => sr.ht/py3-click/APKBUILD +0 -33
@@ 1,33 0,0 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-click
pkgver=8.0.1
pkgrel=1
pkgdesc="Simple wrapper around optparse for powerful command line utilities"
url="https://click.palletsprojects.com"
arch="noarch"
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://files.pythonhosted.org/packages/source/c/click/click-$pkgver.tar.gz"
builddir="$srcdir/click-$pkgver"

replaces="py-click" # Backwards compatibility
provides="py-click=$pkgver-r$pkgrel" # Backwards compatibility

build() {
	python3 setup.py build
}

check() {
	PYTHONPATH="$PWD"/build/lib pytest -v tests
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
6a6d66c68dae4cfcfdab5d77dab4ab280b18f8e9ec326b4860012253d8f6b4fa57a5a3794ddebd228da85f893b0c6a737d8be3ad361d31098ef0a2ad684d6d0a  click-8.0.1.tar.gz
"