91f5e8170f
Changes 1.7.1: Prominently note via warning message that the tool is no longer released as pep8 and will only be fixed in the pycodestyle package
19 lines
503 B
Makefile
19 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/10/25 03:55:44 adam Exp $
|
|
|
|
DISTNAME= pep8-1.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pep8/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= https://github.com/jcrocholl/pep8
|
|
COMMENT= Python style guide checker (obsolete, use py-codestyle)
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup.py test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|