1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-13 06:40:05 +00:00
parent b946b5536f
commit 292665c292
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519970
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1576216577
SHA256 (pytest-isort-0.3.1.tar.gz) = 4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a
SIZE (pytest-isort-0.3.1.tar.gz) = 6429

View File

@ -0,0 +1,3 @@
pytest-isort is a py.test plugin to check import ordering using isort.
WWW: https://github.com/moccu/pytest-isort