22 lines
611 B
Bash
22 lines
611 B
Bash
# Template file for 'python3-testpath'
|
|
pkgname=python3-testpath
|
|
version=0.4.2
|
|
revision=4
|
|
wrksrc="testpath-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Test utilities for code working with files and commands (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/jupyter/testpath"
|
|
distfiles="${PYPI_SITE}/t/testpath/testpath-${version}.tar.gz"
|
|
checksum=b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8
|
|
|
|
pre_build() {
|
|
rm -f testpath/cli-*.exe
|
|
}
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|