summaryrefslogtreecommitdiff
path: root/misc/py-opt-einsum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-opt-einsum/Makefile')
-rw-r--r--misc/py-opt-einsum/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/py-opt-einsum/Makefile b/misc/py-opt-einsum/Makefile
deleted file mode 100644
index afc1a532cd9d..000000000000
--- a/misc/py-opt-einsum/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= opt-einsum
-DISTVERSION= 3.4.0
-CATEGORIES= misc python # machine-learning
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Optimized Einsum: A tensor contraction order optimizer
-WWW= https://github.com/dgasmith/opt_einsum
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= pep517 autoplist pytest
-
-NO_ARCH= yes
-
-# tests as of 3.4.0: 7736 passed, 155 skipped in 76.00s (0:01:16)
-
-.include <bsd.port.mk>