Skip to content

Commit

Permalink
devel/py-coverage: Add TOML option
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency change

Approved by:	lwhsu (maintainer)
  • Loading branch information
sunpoet committed May 13, 2022
1 parent 125ddb3 commit 3c3eebe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devel/py-coverage/Makefile
@@ -1,6 +1,6 @@
PORTNAME= coverage
PORTVERSION= 6.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,6 +15,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils

OPTIONS_DEFINE= TOML
OPTIONS_DEFAULT=TOML
TOML_DESC= Enable pyproject.toml support

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/coverage/tracer*.so

Expand Down

0 comments on commit 3c3eebe

Please sign in to comment.