# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-docopt
pkgver=0.6.2
pkgrel=11
pkgdesc="A Python argument parser"
options="!check" # Tests need to be updated to pytest-6.1
url="https://github.com/docopt/docopt"
arch="noarch"
license="MIT"
depends="python3"
makedepends="
	py3-gpep517
	py3-setuptools
	py3-wheel
	"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/docopt/docopt/archive/$pkgver.tar.gz"
builddir="$srcdir/docopt-$pkgver"

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

build() {
	gpep517 build-wheel \
		--wheel-dir .dist \
		--output-fd 3 3>&1 >&2
}

package() {
	python3 -m installer -d "$pkgdir" \
		.dist/*.whl
}

sha512sums="
228661924329682786b143f414c9df911016963cdc91ae6eba833285144e71744df507321a476b51f779e3ea270af6dc4e50edb8b0ee99674c19acccaab57a03  py3-docopt-0.6.2.tar.gz
"
