16 lines
588 B
Bash
16 lines
588 B
Bash
# Template file for 'python3-coveralls'
|
|
pkgname=python3-coveralls
|
|
version=2.9.2
|
|
revision=1
|
|
wrksrc="python-coveralls-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-coverage"
|
|
depends="python3"
|
|
short_desc="Python API for coveralls.io"
|
|
maintainer="Duje Mihanovic <mihaduje@pm.me>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/z4r/python-coveralls"
|
|
distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
|
|
checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
|
|
make_check=no # requires pytest-pep8 and httpretty
|