mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
ec91832428
no longer needed since 6.9 was dropped from quirks. (experience has shown that having these around when not needed causes some confusion when using another port as a template for a new one; not least by me ;)
23 lines
398 B
Makefile
23 lines
398 B
Makefile
COMMENT = Python style guide checker
|
|
|
|
MODPY_DISTV = 2.12.1
|
|
DISTNAME = pycodestyle-${MODPY_DISTV}
|
|
PKGNAME = py-codestyle-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/PyCQA/pycodestyle
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# Expat
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|