268ae02b0d
automatically into sections. It provides a command line utility, library and plugins for various editors to quickly sort all your imports. WWW: https://github.com/timothycrosley/isort
17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= isort
|
|
PORTVERSION= 4.2.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Python import sorter utility
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|