openbsd-ports/devel/pep8/Makefile
danj 6d3575c185 update to pep8-1.7.0
ok shadchin@ jca@
2016-03-27 11:08:05 +00:00

22 lines
352 B
Makefile

# $OpenBSD: Makefile,v 1.12 2016/03/27 11:08:05 danj Exp $
COMMENT = python style guide checker
MODPY_EGG_VERSION = 1.7.0
DISTNAME = pep8-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://github.com/PyCQA/pep8
# Expat
PERMIT_PACKAGE_CDROM = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>