# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=getmail6
pkgver=6.19.08
pkgrel=0
pkgdesc="mail retriever with support for POP3, IMAP4 and SDPS"
url="https://getmail6.org/"
arch="noarch"
license="GPL-2.0-only"
checkdepends="py3-pytest"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
depends="python3"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://github.com/getmail6/getmail6/archive/v$pkgver/getmail-$pkgver.tar.gz"

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

check() {
	python3 -m venv --clear --without-pip --system-site-packages .testenv
	.testenv/bin/python3 -m installer .dist/*.whl
	.testenv/bin/python3 -m pytest -v test/test.py
}

package() {
	python3 -m installer -d "$pkgdir" .dist/*.whl
	mv "$pkgdir/usr/share/doc/getmail" "$pkgdir/usr/share/doc/$pkgname"
}

sha512sums="
23a9770bdc4ed6425c94df11d6ba62dc678105e4430b024c0f696d44c35893427b13c1b26b25629ad3157fcde32a41d11482a1dfc7ba4f4940e21de2c5022ea4  getmail-6.19.08.tar.gz
"
