git: c4a2a3ccbe5a - main - math/py-Diofant: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:33:17 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c4a2a3ccbe5acb61375430bddcb16ac0599d0982
commit c4a2a3ccbe5acb61375430bddcb16ac0599d0982
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:33:13 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:33:13 +0000
math/py-Diofant: Remove expired port
2025-03-31 math/py-Diofant: Depends on expired devel/py-pytest-runner
---
MOVED | 1 +
math/Makefile | 1 -
math/py-Diofant/Makefile | 41 -----------------------------------------
math/py-Diofant/distinfo | 3 ---
math/py-Diofant/pkg-descr | 5 -----
5 files changed, 1 insertion(+), 50 deletions(-)
diff --git a/MOVED b/MOVED
index 609caec1478e..6748cd682ceb 100644
--- a/MOVED
+++ b/MOVED
@@ -4233,3 +4233,4 @@ devel/py-fbprophet||2025-03-31|Has expired: Depends on expired math/py-pystan
multimedia/ogmrip||2025-03-31|Has expired: Abandonware, last activity in 2018 and lacks support for new formats. Consider using multimedia/handbrake
databases/py-pgxnclient||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
misc/jirust||2025-03-31|Has expired: Listed as broken for over 6+ months
+math/py-Diofant||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/math/Makefile b/math/Makefile
index b62599e11f05..969ab99e6e78 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -911,7 +911,6 @@
SUBDIR += proxsuite
SUBDIR += psurface
SUBDIR += py-CyLP
- SUBDIR += py-Diofant
SUBDIR += py-GridDataFormats
SUBDIR += py-MutatorMath
SUBDIR += py-POT
diff --git a/math/py-Diofant/Makefile b/math/py-Diofant/Makefile
deleted file mode 100644
index 0582d16e808c..000000000000
--- a/math/py-Diofant/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME= Diofant
-DISTVERSION= 0.14.0
-PORTREVISION= 1
-CATEGORIES= math python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Python library for symbolic mathematics
-WWW= https://github.com/diofant/diofant
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
-# RUN_DEPENDS includes extra_reqs for convenience
-RUN_DEPENDS= \
- ${PYTHON_PKGNAMEPREFIX}gmpy2>=2.1.0b5:math/py-gmpy2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.3:math/py-matplotlib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}theano>=0.9.0:math/py-theano@${PY_FLAVOR} \
- ${PYNUMPY}
-
-USES= python
-USE_PYTHON= distutils cython autoplist
-NO_ARCH= yes
-
-pre-configure:
- @( \
- ${ECHO} "from setuptools import setup" && \
- ${ECHO} "setup()" \
- ) > ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>
diff --git a/math/py-Diofant/distinfo b/math/py-Diofant/distinfo
deleted file mode 100644
index 4c72f58c5e34..000000000000
--- a/math/py-Diofant/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1710312077
-SHA256 (Diofant-0.14.0.tar.gz) = 73cf3acb7ef147ee13c59c3dfb7b5bee79131b159c4be020febb9451da5fed2e
-SIZE (Diofant-0.14.0.tar.gz) = 2289097
diff --git a/math/py-Diofant/pkg-descr b/math/py-Diofant/pkg-descr
deleted file mode 100644
index 8613e0d484b3..000000000000
--- a/math/py-Diofant/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Diofant is a Python library for symbolic mathematics.
-It is able to symbolically differentiate, integrate functions, solve
-algebraic equations and a lot more.
-
-It can present results in a very cool pseudographics in your terminal.