mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Changes: https://github.com/joblib/threadpoolctl/releases https://github.com/joblib/threadpoolctl/blob/master/CHANGES.md
21 lines
479 B
Makefile
21 lines
479 B
Makefile
PORTNAME= threadpoolctl
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Thread-pool controls
|
|
WWW= https://github.com/joblib/threadpoolctl
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python:3.9+
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|