git: 47d08766e71f - main - math/py-blis07: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 31 Dec 2024 16:25:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47d08766e71f48858d6b9aea9bc2e23eb7795481

commit 47d08766e71f48858d6b9aea9bc2e23eb7795481
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:16:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:37 +0000

    math/py-blis07: Remove obsoleted port
    
    Use math/py-blis instead.
---
 MOVED                    |  1 +
 math/Makefile            |  1 -
 math/py-blis07/Makefile  | 28 ----------------------------
 math/py-blis07/distinfo  |  3 ---
 math/py-blis07/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/MOVED b/MOVED
index 107b8aaa17e9..b651a5f8ae2e 100644
--- a/MOVED
+++ b/MOVED
@@ -3765,3 +3765,4 @@ x11-toolkits/py-fltk|x11-toolkits/py-pyfltk|2024-12-31|Rename to match upstream
 databases/py-pgspecial1|databases/py-pgspecial|2024-12-31|Remove obsoleted port. Use databases/py-pgspecial instead
 devel/py-prompt-toolkit1|devel/py-prompt-toolkit|2024-12-31|Remove obsoleted port. Use devel/py-prompt-toolkit instead
 devel/py-protobuf4|devel/py-protobuf|2024-12-31|Remove obsoleted port. Use devel/py-protobuf instead
+math/py-blis07|math/py-blis|2024-12-31|Remove obsoleted port. Use math/py-blis instead
diff --git a/math/Makefile b/math/Makefile
index 4919985dbeff..7b5298ddec25 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -922,7 +922,6 @@
     SUBDIR += py-bitmath
     SUBDIR += py-bitvector
     SUBDIR += py-blis
-    SUBDIR += py-blis07
     SUBDIR += py-bottleneck
     SUBDIR += py-brial
     SUBDIR += py-chaospy
diff --git a/math/py-blis07/Makefile b/math/py-blis07/Makefile
deleted file mode 100644
index 78749f8c10e2..000000000000
--- a/math/py-blis07/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	blis
-PORTVERSION=	0.7.11
-CATEGORIES=	math python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	07
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	BLAS-like linear algebra library, as a self-contained C-extension
-WWW=		https://github.com/explosion/cython-blis
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.25.0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1:math/py-numpy@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent cython pep517
-
-PORTSCOUT=	limit:^0\.7\.
-
-post-install:
-	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
-.include <bsd.port.mk>
diff --git a/math/py-blis07/distinfo b/math/py-blis07/distinfo
deleted file mode 100644
index 719d75983e76..000000000000
--- a/math/py-blis07/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1708448832
-SHA256 (blis-0.7.11.tar.gz) = cec6d48f75f7ac328ae1b6fbb372dde8c8a57c89559172277f66e01ff08d4d42
-SIZE (blis-0.7.11.tar.gz) = 2897107
diff --git a/math/py-blis07/pkg-descr b/math/py-blis07/pkg-descr
deleted file mode 100644
index 4460d449c824..000000000000
--- a/math/py-blis07/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Cython BLIS provides the Blis linear algebra routines as a self-contained Python
-C-extension.