1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-dill/Makefile
Yuri Victorovich 2da80707df devel/py-dill: update 0.3.7 → 0.3.8
Reported by:	portscout
2024-03-08 02:25:47 -08:00

26 lines
646 B
Makefile

PORTNAME= dill
DISTVERSION= 0.3.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Serialize all of python
WWW= https://dill.readthedocs.io/en/latest/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/dill/tests
NO_ARCH= yes
.include <bsd.port.mk>