pkgsrc/devel/py-autopep8/Makefile
adam d7a6f9561d py-autopep8: updated to 1.6.0
v1.6.0

Change

required pycodestyle version 2.8.0 and higher version

Buf Fix

Ignore Settings for W292 Do Not Work
Multiple #autopep8: off/on directives in one file do not work
--hang-closing option does not work for non-indented lines
2021-10-26 17:09:49 +00:00

23 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.19 2021/10/26 17:09:49 adam Exp $
DISTNAME= autopep8-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autopep8/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/hhatto/autopep8
COMMENT= Automatic formatter of Python code to conform to PEP 8
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.8.0:../../devel/py-codestyle
DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} autopep8 autopep8-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"