18 lines
545 B
Bash
18 lines
545 B
Bash
|
# Template file for 'python3-testtools'
|
||
|
pkgname=python3-testtools
|
||
|
version=2.3.0
|
||
|
revision=1
|
||
|
wrksrc="testtools-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
short_desc="Python3 standard library unit testing framework"
|
||
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/testing-cabal/testtools"
|
||
|
distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
|
||
|
checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|