svn commit: r479326 - in head/devel: . py-pytest-pycodestyle

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 18:11:19 UTC 2018


Author: yuri
Date: Sun Sep  9 18:11:17 2018
New Revision: 479326
URL: https://svnweb.freebsd.org/changeset/ports/479326

Log:
  New port: devel/py-pytest-pycodestyle: Pytest plugin to run pycodestyle

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep  9 17:57:20 2018	(r479325)
+++ head/devel/Makefile	Sun Sep  9 18:11:17 2018	(r479326)
@@ -4934,6 +4934,7 @@
     SUBDIR += py-pytest-flakes
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-mock
+    SUBDIR += py-pytest-pycodestyle
     SUBDIR += py-pytest-runner
     SUBDIR += py-pytest-sugar
     SUBDIR += py-pytest-timeout

Added: head/devel/py-pytest-pycodestyle/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-pycodestyle/Makefile	Sun Sep  9 18:11:17 2018	(r479326)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	pytest-pycodestyle
+DISTVERSION=	1.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Pytest plugin to run pycodestyle
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.5:devel/py-py@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-pycodestyle/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-pycodestyle/distinfo	Sun Sep  9 18:11:17 2018	(r479326)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536516086
+SHA256 (pytest-pycodestyle-1.3.0.tar.gz) = ebaddf3e31f281ae7e7f45c30840b2d7fdf1aa7a058f2e29e4ba55460c407bec
+SIZE (pytest-pycodestyle-1.3.0.tar.gz) = 3788

Added: head/devel/py-pytest-pycodestyle/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-pycodestyle/pkg-descr	Sun Sep  9 18:11:17 2018	(r479326)
@@ -0,0 +1,3 @@
+pytest plugin to run pycodestyle, Python style guide checker.
+
+WWW: https://github.com/henry0312/pytest-codestyle


More information about the svn-ports-head mailing list