15 lines
528 B
Bash
15 lines
528 B
Bash
# Template file for 'python3-cram'
|
|
pkgname=python3-cram
|
|
version=0.7
|
|
revision=6
|
|
wrksrc="cram-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple testing framework for commandline applications (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://bitheap.org/cram/"
|
|
distfiles="${PYPI_SITE}/c/cram/cram-${version}.tar.gz"
|
|
checksum=7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f
|
|
conflicts="python-cram>=0"
|