mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-coveralls-2.9.2
This commit is contained in:
parent
1db632aad8
commit
1113ced560
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-coveralls/template
Normal file
15
srcpkgs/python3-coveralls/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue