Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 09:30:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73a9f8a50552 - main - devel/py-rapidfuzz2: Remove obsoleted port
Message-ID:  <202308260930.37Q9UPoB088146@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f

commit 73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 09:25:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 09:25:32 +0000

    devel/py-rapidfuzz2: Remove obsoleted port
    
    Use devel/py-rapidfuzz instead.
---
 MOVED                         |  1 +
 devel/Makefile                |  1 -
 devel/py-rapidfuzz2/Makefile  | 37 -------------------------------------
 devel/py-rapidfuzz2/distinfo  |  3 ---
 devel/py-rapidfuzz2/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index 7788ac2f9073..4993d124d7d1 100644
--- a/MOVED
+++ b/MOVED
@@ -7800,3 +7800,4 @@ irc/komanda-cli||2023-08-25|Has expired: Upstream no longer maintained
 irc/birch||2023-08-25|Has expired: Upstream no longer maintained
 net-im/6cord||2023-08-25|Has expired: Upstream no longer maintained
 devel/py-gpep517||2023-08-26|Remove obsoleted port. It is no longer needed after Python 3.7 removal
+devel/py-rapidfuzz2|devel/py-rapidfuzz|2023-08-26|Remove obsoleted port. Use devel/py-rapidfuzz instead
diff --git a/devel/Makefile b/devel/Makefile
index 6d034820db84..ef5551396b18 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5466,7 +5466,6 @@
     SUBDIR += py-ramlfications
     SUBDIR += py-rapidfuzz
     SUBDIR += py-rapidfuzz-capi
-    SUBDIR += py-rapidfuzz2
     SUBDIR += py-ratelim
     SUBDIR += py-ratelimiter
     SUBDIR += py-rauth
diff --git a/devel/py-rapidfuzz2/Makefile b/devel/py-rapidfuzz2/Makefile
deleted file mode 100644
index e19dc1139b24..000000000000
--- a/devel/py-rapidfuzz2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	rapidfuzz
-DISTVERSION=	2.15.1
-PORTREVISION=	1
-CATEGORIES=	devel
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	2
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Rapid fuzzy string matching in Python
-WWW=		https://github.com/maxbachmann/RapidFuzz
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BUILD_DEPENDS=	cmake:devel/cmake-core \
-		jarowinkler-cpp>=0:textproc/jarowinkler-cpp \
-		ninja:devel/ninja \
-		${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rapidfuzz-capi>=1.0.5<1.0.5_99:devel/py-rapidfuzz-capi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scikit-build>=0.13.0:devel/py-scikit-build@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
-		rapidfuzz-cpp>=0:devel/rapidfuzz-cpp \
-		taskflow>=0:devel/taskflow
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jarowinkler>=1.0.3:textproc/py-jarowinkler@${PY_FLAVOR}
-
-USES=		compiler:c++14-lang python
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^2\.
-
-post-install:
-	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
-.include <bsd.port.mk>
diff --git a/devel/py-rapidfuzz2/distinfo b/devel/py-rapidfuzz2/distinfo
deleted file mode 100644
index 22775ad37023..000000000000
--- a/devel/py-rapidfuzz2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1681186230
-SHA256 (rapidfuzz-2.15.1.tar.gz) = d62137c2ca37aea90a11003ad7dc109c8f1739bfbe5a9a217f3cdb07d7ac00f6
-SIZE (rapidfuzz-2.15.1.tar.gz) = 1209658
diff --git a/devel/py-rapidfuzz2/pkg-descr b/devel/py-rapidfuzz2/pkg-descr
deleted file mode 100644
index 42f54c3983aa..000000000000
--- a/devel/py-rapidfuzz2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Rapid fuzzy string matching in Python using various string metrics.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308260930.37Q9UPoB088146>