18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'python3-pycotap'
|
|
pkgname=python3-pycotap
|
|
version=1.2.2
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Tiny test runner that outputs TAP results to standard output"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://el-tramo.be/pycotap/"
|
|
distfiles="${PYPI_SITE}/p/pycotap/pycotap-${version}.tar.gz"
|
|
checksum=f938ecd4931ccd19d9598fb633d5eabb7938f08b84717315e52526aa6277c9ec
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/COPYING
|
|
}
|