From 05d5992cfb5423f4046faa6d5ae34d32c5a69a93 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Jun 2017 14:03:16 +0000 Subject: [PATCH] Allow concurrent installation (USE_PYTHON=concurrent) - Update COMMENT - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH - Update pkg-descr - Add PyPI as primary WWW - Bump PORTREVISION for package change - Take maintainership --- devel/py-isort/Makefile | 12 +++++++++--- devel/py-isort/pkg-descr | 7 ++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile index 4ccf76bf6fce..a712a1ae1b92 100644 --- a/devel/py-isort/Makefile +++ b/devel/py-isort/Makefile @@ -2,16 +2,22 @@ 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 diff --git a/devel/py-isort/pkg-descr b/devel/py-isort/pkg-descr index 8c9d8b978f58..2c30c28b4fe9 100644 --- a/devel/py-isort/pkg-descr +++ b/devel/py-isort/pkg-descr @@ -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