Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 17:26:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479322 - in head/devel: . py-pytest-flakes
Message-ID:  <201809091726.w89HQg2x029193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809091726.w89HQg2x029193>