mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
307 B
Makefile
17 lines
307 B
Makefile
COMMENT= routines for operating on iterables beyond itertools
|
|
|
|
MODPY_DISTV= 10.8.0
|
|
DISTNAME= more_itertools-${MODPY_DISTV}
|
|
PKGNAME= py-more-itertools-${MODPY_DISTV}
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|