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:
parent
b946b5536f
commit
292665c292
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519970
@ -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
|
||||
|
24
devel/py-pytest-isort/Makefile
Normal file
24
devel/py-pytest-isort/Makefile
Normal 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>
|
3
devel/py-pytest-isort/distinfo
Normal file
3
devel/py-pytest-isort/distinfo
Normal 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
|
3
devel/py-pytest-isort/pkg-descr
Normal file
3
devel/py-pytest-isort/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user