mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
400 B
Makefile
22 lines
400 B
Makefile
COMMENT= utility functions similar to itertools and functools
|
|
|
|
MODPY_DISTV = 1.1.0
|
|
DISTNAME= toolz-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
# https://github.com/pytoolz/toolz
|
|
HOMEPAGE= https://toolz.readthedocs.io/
|
|
|
|
# BSD-3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS = devel/py-setuptools-git-versioning
|
|
|
|
.include <bsd.port.mk>
|