void-packages/srcpkgs/python3-testpath/template

24 lines
695 B
Bash

# Template file for 'python3-testpath'
pkgname=python3-testpath
version=0.6.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest"
short_desc="Test utilities for Python code working with files and commands"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/testpath"
changelog="https://raw.githubusercontent.com/jupyter/testpath/master/doc/history.rst"
distfiles="${PYPI_SITE}/t/testpath/testpath-${version}.tar.gz"
checksum=2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f
pre_build() {
rm -f testpath/cli-*.exe
}
post_install() {
vlicense LICENSE
}