aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-28 18:00:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-28 18:00:55 +0000
commit72124020da368b6e2364d5208d11a8393e3fc9fe (patch)
treefc62db07e92beba35627403c70937a77e7d83190
parent7e07f80bfbb6fd992cb73613ef547a7e97ba75a8 (diff)
math/mathlibtools: Removed because it is obsolete
It was usable with math/lean, but now math/lean4 has superseded math/lean and should be used instead.
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/mathlibtools/Makefile31
-rw-r--r--math/mathlibtools/distinfo3
-rw-r--r--math/mathlibtools/pkg-descr3
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 341835875d1a..e157724a2d1d 100644
--- a/MOVED
+++ b/MOVED
@@ -3198,3 +3198,4 @@ multimedia/flvtool++||2024-04-21|Has expired: Abandonware, consider using multim
www/mod_tidy||2024-04-24|Has expired: Last upstream release was in 2005
net-p2p/go-prysm||2024-04-24|Has expired: Broken for more than 6 months
x11-toolkits/p5-Gtk2-Ex-Dialogs||2024-04-24|Has expired: No longer works with modern Gtk2
+math/mathlibtools||2024-04-28|Project is obsolete and archived on GitHub since Aug 2023, not compatible with math/lean4
diff --git a/math/Makefile b/math/Makefile
index 2c05d4b0585c..347e9eadf979 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -488,7 +488,6 @@
SUBDIR += math77
SUBDIR += mathgl
SUBDIR += mathicsscript
- SUBDIR += mathlibtools
SUBDIR += mathmod
SUBDIR += mathomatic
SUBDIR += mathpresso
diff --git a/math/mathlibtools/Makefile b/math/mathlibtools/Makefile
deleted file mode 100644
index d820bd67867b..000000000000
--- a/math/mathlibtools/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= mathlibtools
-DISTVERSION= 1.2.0
-PORTREVISION= 1
-CATEGORIES= math python
-MASTER_SITES= PYPI
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Lean prover mathlib supporting tools
-WWW= https://github.com/leanprover-community/mathlib-tools
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.11:devel/py-gitpython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}PyGithub>0:devel/py-PyGithub@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyaml>=3.13:textproc/py-pyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils noflavors autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/math/mathlibtools/distinfo b/math/mathlibtools/distinfo
deleted file mode 100644
index 7bf57d9c0379..000000000000
--- a/math/mathlibtools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1667631450
-SHA256 (mathlibtools-1.2.0.tar.gz) = 8c85a23a67b50333797d4682b91ad9fbd204a4e2edaf5e3d516b37598bcfc918
-SIZE (mathlibtools-1.2.0.tar.gz) = 27987
diff --git a/math/mathlibtools/pkg-descr b/math/mathlibtools/pkg-descr
deleted file mode 100644
index 019f11aadee8..000000000000
--- a/math/mathlibtools/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-mathlibtools contains leanproject, a supporting tool for Lean mathlib.
-
-Lean is installed by the port math/lean.