svn commit: r479322 - in head/devel: . py-pytest-flakes

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 17:26:43 UTC 2018


Author: yuri
Date: Sun Sep  9 17:26:41 2018
New Revision: 479322
URL: https://svnweb.freebsd.org/changeset/ports/479322

Log:
  New port: devel/py-pytest-flakes: Pytest plugin for efficiently checking python source with pyflakes

Added:
  head/devel/py-pytest-flakes/
  head/devel/py-pytest-flakes/Makefile   (contents, props changed)
  head/devel/py-pytest-flakes/distinfo   (contents, props changed)
  head/devel/py-pytest-flakes/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep  9 17:06:48 2018	(r479321)
+++ head/devel/Makefile	Sun Sep  9 17:26:41 2018	(r479322)
@@ -4931,6 +4931,7 @@
     SUBDIR += py-pytest-cov
     SUBDIR += py-pytest-django
     SUBDIR += py-pytest-flake8
+    SUBDIR += py-pytest-flakes
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-mock
     SUBDIR += py-pytest-runner

Added: head/devel/py-pytest-flakes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-flakes/Makefile	Sun Sep  9 17:26:41 2018	(r479322)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	pytest-flakes
+PORTVERSION=	4.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Pytest plugin for efficiently checking python source with pyflakes
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-flakes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-flakes/distinfo	Sun Sep  9 17:26:41 2018	(r479322)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536513507
+SHA256 (pytest-flakes-4.0.0.tar.gz) = 341964bf5760ebbdde9619f68a17d5632c674c3f6903ef66daa0a4f540b3d143
+SIZE (pytest-flakes-4.0.0.tar.gz) = 7138

Added: head/devel/py-pytest-flakes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-flakes/pkg-descr	Sun Sep  9 17:26:41 2018	(r479322)
@@ -0,0 +1,3 @@
+pytest plugin to check source code with pyflakes.
+
+WWW: https://github.com/fschulze/pytest-flakes


More information about the svn-ports-head mailing list