Skip to content

Commit

Permalink
devel/py-pytest-metadata: update to 2.0.4
Browse files Browse the repository at this point in the history
LICENSE_FILE has been deleted, as the LICENSE file in the sources is
not actually the text of the software license.

Changes: https://github.com/pytest-dev/pytest-metadata/blob/v2.0.4/CHANGES.rst
  • Loading branch information
infracaninophile committed Mar 14, 2023
1 parent 329d478 commit cdbe26c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions devel/py-pytest-metadata/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
PORTNAME= pytest-metadata
PORTVERSION= 2.0.2
PORTVERSION= 2.0.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pytest_metadata-${PORTVERSION}

MAINTAINER= matthew@FreeBSD.org
COMMENT= Pytest plugin for test session metadata
WWW= https://github.com/pytest-dev/pytest-metadata

LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=22.1.0:devel/py-black@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flake8>=4.0.1:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tox>=3.24.5:devel/py-tox@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pre-commit>=2.17.0:devel/py-pre-commit@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517 pytest

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-pytest-metadata/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1658074481
SHA256 (pytest-metadata-2.0.2.tar.gz) = fcd2f416f15be295943527b3c8ba16a44ae5a7141939c90c3dc5ce9d167cf2a5
SIZE (pytest-metadata-2.0.2.tar.gz) = 10522
TIMESTAMP = 1678803170
SHA256 (pytest_metadata-2.0.4.tar.gz) = fcc653f65fe3035b478820b5284fbf0f52803622ee3f60a2faed7a7d3ba1f41e
SIZE (pytest_metadata-2.0.4.tar.gz) = 10485

0 comments on commit cdbe26c

Please sign in to comment.