pkgsrc/devel/py-isort/Makefile
fhajny c8ea164954 Import isort 4.2.5 as devel/py-isort.
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.
2017-02-28 20:54:09 +00:00

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"