forked from Lainports/freebsd-ports
24 lines
754 B
Makefile
24 lines
754 B
Makefile
PORTNAME= einops
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= misc # machine-learning
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= New flavour of deep learning operations
|
|
WWW= https://einops.rocks/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nbconvert>0:devel/py-nbconvert@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= pep517 autoplist pytest # 1 test fails because of missing pytorch
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|