Index: head/devel/py-isort/Makefile =================================================================== --- head/devel/py-isort/Makefile (revision 442559) +++ head/devel/py-isort/Makefile (revision 442560) @@ -1,17 +1,23 @@ # $FreeBSD$ PORTNAME= isort PORTVERSION= 4.2.13 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python import sorter utility +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python utility/library to sort Python imports LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils USES= python -USE_PYTHON= autoplist distutils .include Index: head/devel/py-isort/pkg-descr =================================================================== --- head/devel/py-isort/pkg-descr (revision 442559) +++ head/devel/py-isort/pkg-descr (revision 442560) @@ -1,5 +1,6 @@ -isort is a Python utility and library to sort imports automatically, and -automatically into sections. It provides a command line utility, library and -plugins for various editors to quickly sort all your imports. +isort is a Python utility/library to sort imports alphabetically, and +automatically separated into sections. It provides a command line utility, +Python library and plugins for various editors to quickly sort all your imports. +WWW: https://pypi.python.org/pypi/isort WWW: https://github.com/timothycrosley/isort