mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-testtools-2.3.0
This commit is contained in:
parent
8c0bc89a05
commit
5e45d0c2d4
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-testtools/template
Normal file
17
srcpkgs/python3-testtools/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue