aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-07-01 09:50:41 +0000
committerRene Ladan <rene@FreeBSD.org>2023-07-01 09:50:41 +0000
commit98fc9cf4f4cda8733746e337a3279b0cb4cbf72e (patch)
tree688fed83cf897ce191b1f5b6f5a1f99bff118090
parent2d00bd1a70ba11b01c81939739b92173730da458 (diff)
downloadports-98fc9cf4f4cda8733746e337a3279b0cb4cbf72e.tar.gz
ports-98fc9cf4f4cda8733746e337a3279b0cb4cbf72e.zip
math/py-gmpy: Remove expired port
2023-06-30 math/py-gmpy: EOLd, use math/py-gmpy2 instead
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/py-gmpy/Makefile24
-rw-r--r--math/py-gmpy/distinfo2
-rw-r--r--math/py-gmpy/pkg-descr4
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index 255aaca9fe82..b9479552a3b0 100644
--- a/MOVED
+++ b/MOVED
@@ -7756,3 +7756,4 @@ print/ghostscript8-base||2023-06-30|Has expired: Obsolete and unsupported upstre
print/ghostscript8-x11||2023-06-30|Has expired: Obsolete and unsupported upstream
textproc/py-transifex-client|textproc/go-transifex-client|2023-06-30|Has expired: Upstream switched to go based api client (textproc/go-transifex-client)
devel/google-cloud-cpp117|devel/google-cloud-cpp|2023-07-01|Has expired: Newer version is in the tree
+math/py-gmpy|math/py-gmpy2|2023-07-01|Has expired: EOLd, use math/py-gmpy2 instead
diff --git a/math/Makefile b/math/Makefile
index 13c1849ad5ad..7e5ce7d35c7d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -930,7 +930,6 @@
SUBDIR += py-fvcore
SUBDIR += py-gau2grid
SUBDIR += py-gimmik
- SUBDIR += py-gmpy
SUBDIR += py-gmpy2
SUBDIR += py-grandalf
SUBDIR += py-graphillion
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile
deleted file mode 100644
index 8d959ddaa932..000000000000
--- a/math/py-gmpy/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= gmpy
-PORTVERSION= 1.17
-PORTREVISION= 1
-CATEGORIES= math python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Python Extension that Wraps the GMP Library
-WWW= http://code.google.com/p/gmpy/
-
-DEPRECATED= EOLd, use math/py-gmpy2 instead
-EXPIRATION_DATE=2023-06-30
-
-LIB_DEPENDS= libgmp.so:math/gmp
-
-USES= python zip
-USE_PYTHON= distutils autoplist
-
-post-extract:
- ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
- ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>
diff --git a/math/py-gmpy/distinfo b/math/py-gmpy/distinfo
deleted file mode 100644
index 668333d73e99..000000000000
--- a/math/py-gmpy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gmpy-1.17.zip) = 1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14
-SIZE (gmpy-1.17.zip) = 147636
diff --git a/math/py-gmpy/pkg-descr b/math/py-gmpy/pkg-descr
deleted file mode 100644
index 4342d2c2d5f2..000000000000
--- a/math/py-gmpy/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A C-coded Python extension module that wraps the GMP library to provide
-to Python code fast multiprecision arithmetic (integer, rational, and
-float), random number generation, advanced number-theoretical functions,
-and more.