Date: Fri, 13 Dec 2019 06:40:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519970 - in head/devel: . py-pytest-isort Message-ID: <201912130640.xBD6e5Yl001683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 13 06:40:05 2019 New Revision: 519970 URL: https://svnweb.freebsd.org/changeset/ports/519970 Log: Add py-pytest-isort 0.3.1 pytest-isort is a py.test plugin to check import ordering using isort. WWW: https://github.com/moccu/pytest-isort Added: head/devel/py-pytest-isort/ head/devel/py-pytest-isort/Makefile (contents, props changed) head/devel/py-pytest-isort/distinfo (contents, props changed) head/devel/py-pytest-isort/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 13 06:23:03 2019 (r519969) +++ head/devel/Makefile Fri Dec 13 06:40:05 2019 (r519970) @@ -4913,6 +4913,7 @@ SUBDIR += py-pytest-flakes SUBDIR += py-pytest-forked SUBDIR += py-pytest-helpers-namespace + SUBDIR += py-pytest-isort SUBDIR += py-pytest-localserver SUBDIR += py-pytest-mock SUBDIR += py-pytest-pycodestyle Added: head/devel/py-pytest-isort/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-isort/Makefile Fri Dec 13 06:40:05 2019 (r519970) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pytest-isort +PORTVERSION= 0.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= py.test plugin to check import ordering using isort + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=4.0:devel/py-isort@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-pytest-isort/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-isort/distinfo Fri Dec 13 06:40:05 2019 (r519970) @@ -0,0 +1,3 @@ +TIMESTAMP = 1576216577 +SHA256 (pytest-isort-0.3.1.tar.gz) = 4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a +SIZE (pytest-isort-0.3.1.tar.gz) = 6429 Added: head/devel/py-pytest-isort/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-isort/pkg-descr Fri Dec 13 06:40:05 2019 (r519970) @@ -0,0 +1,3 @@ +pytest-isort is a py.test plugin to check import ordering using isort. + +WWW: https://github.com/moccu/pytest-isort
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130640.xBD6e5Yl001683>