# Template file for 'python3-python-discovery'
pkgname=python3-python-discovery
version=1.4.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-filelock python3-platformdirs"
checkdepends="$depends python3-pytest python3-pytest-mock"
short_desc="Python library for finding installed Python interpreters"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://python-discovery.readthedocs.io/en/latest/"
changelog="https://github.com/tox-dev/python-discovery/releases"
distfiles="${PYPI_SITE}/p/python-discovery/python_discovery-${version}.tar.gz"
checksum=8f3746c4b4968d22afbb97d36e1a0e5b66e6c0f297290f2e95f05b9b8bf18690

post_install() {
	vlicense LICENSE
}
