c8ea164954
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.
16 lines
429 B
Makefile
16 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/28 20:54:09 fhajny Exp $
|
|
|
|
DISTNAME= isort-4.2.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/timothycrosley/isort/
|
|
COMMENT= Python utility / library to sort imports
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|