aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest-canonical-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-canonical-data/Makefile')
-rw-r--r--devel/py-pytest-canonical-data/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-pytest-canonical-data/Makefile b/devel/py-pytest-canonical-data/Makefile
new file mode 100644
index 000000000000..ff805f22036a
--- /dev/null
+++ b/devel/py-pytest-canonical-data/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= pytest-canonical-data
+PORTVERSION= 0.1.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Plugin which compares results with canonical ones from previous runs
+WWW= https://pypi.org/project/pytest-canonical-data/ \
+ https://github.com/shuternay/pytest-canonical-data
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>