Skip to content

Commit

Permalink
devel/py-diff-cover: update 8.0.3 → 9.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 17, 2024
1 parent aa1a2ea commit 5ff1878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions devel/py-diff-cover/Makefile
@@ -1,5 +1,5 @@
PORTNAME= diff-cover
DISTVERSION= 8.0.3
DISTVERSION= 9.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -18,14 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.0:textproc/py-chardet@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}pluggy>=0.13.1:devel/py-pluggy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.9.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomli>=1.2.1:textproc/py-tomli@${PY_FLAVOR}

TEST_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.4.1:devel/py-pytest-datadir@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR}

USES= python
USE_PYTHON= pep517 autoplist pytest
USE_PYTHON= pep517 autoplist pytest # 2 tests fail, see https://github.com/Bachmann1234/diff_cover/issues/400

MAKE_ENV+= GIT_DIR=${WRKDIR} # workaround for https://github.com/python-poetry/poetry/issues/5547
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-diff-cover/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1705821169
SHA256 (diff_cover-8.0.3.tar.gz) = 393565ca8668ae1e0e38e4e132b51cf028086fb06a7a7d9479deb5023e2f68d4
SIZE (diff_cover-8.0.3.tar.gz) = 91259
TIMESTAMP = 1713339932
SHA256 (diff_cover-9.0.0.tar.gz) = 1dc851d3f3f320c048d03618e4c0d9861fa4a1506b425d2d09a564b20c95674a
SIZE (diff_cover-9.0.0.tar.gz) = 91775

0 comments on commit 5ff1878

Please sign in to comment.