freebsd-ports/devel/py-isort/Makefile
Marcus von Appen 268ae02b0d 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.

WWW: https://github.com/timothycrosley/isort
2016-10-23 11:49:22 +00:00

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>