git: 98fc9cf4f4cd - main - math/py-gmpy: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 09:50:52 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=98fc9cf4f4cda8733746e337a3279b0cb4cbf72e commit 98fc9cf4f4cda8733746e337a3279b0cb4cbf72e Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-07-01 09:50:41 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-07-01 09:50:41 +0000 math/py-gmpy: Remove expired port 2023-06-30 math/py-gmpy: EOLd, use math/py-gmpy2 instead --- MOVED | 1 + math/Makefile | 1 - math/py-gmpy/Makefile | 24 ------------------------ math/py-gmpy/distinfo | 2 -- math/py-gmpy/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 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.