[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / autopep8

File: [local] / ports / devel / autopep8 / Makefile (download)

Revision 1.2, Mon May 6 12:22:37 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
Changes since 1.1: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =		format Python code to comply with PEP 8

MODPY_EGG_VERSION =	2.0.4
DISTNAME =		autopep8-${MODPY_EGG_VERSION}
REVISION =		0

CATEGORIES =		devel

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools

RUN_DEPENDS =		devel/py-codestyle${MODPY_FLAVOR}>=2.10.0 \
			textproc/py-toml${MODPY_FLAVOR}

.include <bsd.port.mk>