6de9a0fd37
Upstream changes: 1.5.7 (2014-05-29) Bug fixes: Skip the traceback on "Broken pipe" signal. (Issue #275) Do not exit when an option in setup.cfg or tox.ini is not recognized. Check the last line even if it does not end with a newline. (Issue #286) Always open files in universal newlines mode in Python 2. (Issue #288)
20 lines
492 B
Makefile
20 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/07/28 02:48:49 wen Exp $
|
|
#
|
|
|
|
DISTNAME= pep8-1.5.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pep8/
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://github.com/jcrocholl/pep8
|
|
COMMENT= Python style guide checker
|
|
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"
|