Files
sthen ec91832428 garbage-collect old @conflict entries; many were never needed, some are
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 ;)
2025-10-20 19:22:54 +00:00

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>