devel/py-covdefaults: Add py-covdefaults 2.2.0
covdefaults is a coverage plugin to provide sensible default settings. WWW: https://github.com/asottile/covdefaults
This commit is contained in:
parent
8e710879be
commit
c3e763f6c9
4 changed files with 29 additions and 0 deletions
|
@ -4437,6 +4437,7 @@
|
|||
SUBDIR += py-coreschema
|
||||
SUBDIR += py-country
|
||||
SUBDIR += py-cov-core
|
||||
SUBDIR += py-covdefaults
|
||||
SUBDIR += py-coverage
|
||||
SUBDIR += py-coverage_enable_subprocess
|
||||
SUBDIR += py-cppheaderparser
|
||||
|
|
22
devel/py-covdefaults/Makefile
Normal file
22
devel/py-covdefaults/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= covdefaults
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Coverage plugin to provide sensible default settings
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.2:devel/py-coverage@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-covdefaults/distinfo
Normal file
3
devel/py-covdefaults/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1655561114
|
||||
SHA256 (covdefaults-2.2.0.tar.gz) = 237c9a2cf4a6c821a908dd54635027a813988419c9fda83c7e654a61b8c19d56
|
||||
SIZE (covdefaults-2.2.0.tar.gz) = 4975
|
3
devel/py-covdefaults/pkg-descr
Normal file
3
devel/py-covdefaults/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
covdefaults is a coverage plugin to provide sensible default settings.
|
||||
|
||||
WWW: https://github.com/asottile/covdefaults
|
Loading…
Reference in a new issue