git: 2786528c17ff - main - math/py-pyipopt: Remove: not compatible with the latest Ipopt-3.14.4 and abandoned upstream

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 24 Feb 2022 16:21:11 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2786528c17ffd59c35a89510ef5adffc343f2272

commit 2786528c17ffd59c35a89510ef5adffc343f2272
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-24 15:45:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-24 16:21:07 +0000

    math/py-pyipopt: Remove: not compatible with the latest Ipopt-3.14.4 and abandoned upstream
---
 MOVED                                |  1 +
 math/Makefile                        |  1 -
 math/py-pyipopt/Makefile             | 26 --------------------------
 math/py-pyipopt/distinfo             |  3 ---
 math/py-pyipopt/files/patch-setup.py | 16 ----------------
 math/py-pyipopt/pkg-descr            |  3 ---
 6 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/MOVED b/MOVED
index 67c1815fa84b..c68ca78ff3a5 100644
--- a/MOVED
+++ b/MOVED
@@ -16897,3 +16897,4 @@ net-mgmt/percona-monitoring-plugins||2022-02-22|Has expired: Upstream EOL reache
 math/coinmumps|math/coin-or-mumps|2022-02-23|Renamed into a more appropriate name
 www/py-weboob|www/py-woob|2022-02-24|Project renamed
 www/py-weboob-qt|www/py-woob-qt|2022-02-24|Project renamed
+math/py-pyipopt||2022-02-24|Removed: not compatible with the latest Ipopt-3.14.4 and abandoned upstream
diff --git a/math/Makefile b/math/Makefile
index 211cc65c4468..72a5e31e9b18 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -900,7 +900,6 @@
     SUBDIR += py-pygsl
     SUBDIR += py-pygslodeiv2
     SUBDIR += py-pyhull
-    SUBDIR += py-pyipopt
     SUBDIR += py-pymc3
     SUBDIR += py-pynauty
     SUBDIR += py-pyneqsys
diff --git a/math/py-pyipopt/Makefile b/math/py-pyipopt/Makefile
deleted file mode 100644
index 2452c9bf112f..000000000000
--- a/math/py-pyipopt/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	pyipopt
-DISTVERSION=	g20180409
-PORTREVISION=	2
-CATEGORIES=	math python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Use ipopt (an optimization tool) via python
-
-LICENSE=	BSD3CLAUSE
-
-BUILD_DEPENDS=	${PYNUMPY}
-LIB_DEPENDS=	libipopt.so:math/ipopt
-RUN_DEPENDS=	${PYNUMPY}
-
-USES=		dos2unix python:3.6+
-USE_GITHUB=	yes
-GH_ACCOUNT=	xuy
-GH_TAGNAME=	36bcb7f
-DOS2UNIX_FILES=	setup.py
-USE_PYTHON=	distutils autoplist
-
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyipopt/pyipoptcore*.so
-
-.include <bsd.port.mk>
diff --git a/math/py-pyipopt/distinfo b/math/py-pyipopt/distinfo
deleted file mode 100644
index 38973a737e05..000000000000
--- a/math/py-pyipopt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523951951
-SHA256 (xuy-pyipopt-g20180409-36bcb7f_GH0.tar.gz) = 4315e9911fda864ce5613518bc2ce8d22d2173fa519e487ab895ff099659498b
-SIZE (xuy-pyipopt-g20180409-36bcb7f_GH0.tar.gz) = 17677
diff --git a/math/py-pyipopt/files/patch-setup.py b/math/py-pyipopt/files/patch-setup.py
deleted file mode 100644
index d8aafa7085ce..000000000000
--- a/math/py-pyipopt/files/patch-setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- setup.py.orig	2018-04-17 07:40:56 UTC
-+++ setup.py
-@@ -48,11 +48,11 @@ pyipopt_extension = Extension(
-         #extra_link_args=['-Wl,--rpath','-Wl,'+ IPOPT_LIB],
-         library_dirs=[IPOPT_LIB],
-         libraries=[
--            'ipopt', 'coinblas',
-+            'ipopt',
-             #'coinhsl',
-             'coinmumps',
-             'coinmetis',
--            'coinlapack','dl','m',
-+            'm',
-             ],
-         include_dirs=[numpy_include, IPOPT_INC],
-         )
diff --git a/math/py-pyipopt/pkg-descr b/math/py-pyipopt/pkg-descr
deleted file mode 100644
index 893e4d4cafd9..000000000000
--- a/math/py-pyipopt/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-PyIpopt is a python module that allows you to use Ipopt in Python.
-
-WWW: https://github.com/xuy/pyipopt