ports/devel/py-toolz/Makefile
Yuri Victorovich 8b28e910b1 devel/py-toolz: update 0.12.0 → 0.12.1
Reported by:	portscout
2024-01-24 00:25:58 -08:00

21 lines
530 B
Makefile

PORTNAME= toolz
DISTVERSION= 0.12.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Functional standard library for Python
WWW= https://github.com/pytoolz/toolz
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist pytest # 2 test fail, see https://github.com/pytoolz/toolz/issues/573
NO_ARCH= yes
# 'from tlz import curry' fails, see https://github.com/pytoolz/toolz/issues/573
.include <bsd.port.mk>