mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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
This commit is contained in:
parent
3ec33376c2
commit
05d5992cfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442560
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user