[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-more-itertools

File: [local] / ports / devel / py-more-itertools / Makefile (download)

Revision 1.17, Mon May 6 12:23:20 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -0 lines

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

COMMENT =		routines for operating on iterables beyond itertools

MODPY_EGG_VERSION =	10.1.0
DISTNAME =		more-itertools-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
CATEGORIES =		devel
REVISION =		0

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYBUILD =		flit_core
MODPY_PYTEST_ARGS =	tests

FLAVORS =		python3
FLAVOR =		python3

.include <bsd.port.mk>