pkgsrc/devel/py-isort/Makefile
adam 15c6e24e93 py-isort: updated to 4.3.4
4.3.4:
* Fixed issue: isort is corrupting CRLF files
2018-02-14 09:26:17 +00:00

22 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/02/14 09:26:17 adam Exp $
DISTNAME= isort-4.3.4
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
.include "../../lang/python/pyversion.mk"
.if "${PYPKGPREFIX}" == "py27"
DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
.endif
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"