svn commit: r442560 - head/devel/py-isort
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 4 14:03:18 UTC 2017
Author: sunpoet
Date: Sun Jun 4 14:03:16 2017
New Revision: 442560
URL: https://svnweb.freebsd.org/changeset/ports/442560
Log:
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
Modified:
head/devel/py-isort/Makefile
head/devel/py-isort/pkg-descr
Modified: head/devel/py-isort/Makefile
==============================================================================
--- head/devel/py-isort/Makefile Sun Jun 4 12:43:57 2017 (r442559)
+++ head/devel/py-isort/Makefile Sun Jun 4 14:03:16 2017 (r442560)
@@ -2,16 +2,22 @@
PORTNAME= isort
PORTVERSION= 4.2.13
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Python import sorter utility
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
Modified: head/devel/py-isort/pkg-descr
==============================================================================
--- head/devel/py-isort/pkg-descr Sun Jun 4 12:43:57 2017 (r442559)
+++ head/devel/py-isort/pkg-descr Sun Jun 4 14:03:16 2017 (r442560)
@@ -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
More information about the svn-ports-all
mailing list