freebsd-ports/devel/py3-pycodestyle/Makefile
Dmitry Marakasov 4e16d6eec2 pycodestyle is a tool to check your Python code against some of the
style conventions in PEP 8.

This package used to be called pep8 but was renamed to pycodestyle
to reduce confusion

WWW: https://pycodestyle.readthedocs.io/en/latest/
2017-01-23 13:41:35 +00:00

8 lines
156 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pycodestyle
USES= python:3
.include "${MASTERDIR}/Makefile"