Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 14:03:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442560 - head/devel/py-isort
Message-ID:  <201706041403.v54E3G6m041215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 <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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041403.v54E3G6m041215>