git: 217c33c02f92 - main - devel/spyder: Remove bundled dependencies; Remove USE_PYTHON=concurrent

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 05 Dec 2022 09:30:02 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=217c33c02f925363adfde4bc8e36fbfd719ac23d

commit 217c33c02f925363adfde4bc8e36fbfd719ac23d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-05 09:29:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-05 09:29:58 +0000

    devel/spyder: Remove bundled dependencies; Remove USE_PYTHON=concurrent
---
 devel/spyder/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/devel/spyder/Makefile b/devel/spyder/Makefile
index 1cdcaa2a0501..afd9b1601a80 100644
--- a/devel/spyder/Makefile
+++ b/devel/spyder/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	spyder
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.4.0
+PORTREVISION=	1
 CATEGORIES=	devel science python
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -50,7 +51,7 @@ RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}watchdog>=0.10.3:devel/py-watchdog@${PY_FLAVOR}
 
 USES=		desktop-file-utils python:3.7+ pyqt:5
-USE_PYTHON=	distutils concurrent autoplist noflavors
+USE_PYTHON=	distutils autoplist noflavors
 USE_PYQT=	pyqt5 sip
 
 USE_GITHUB=	yes
@@ -60,4 +61,7 @@ NO_ARCH=	yes
 
 DOCSDIR=	${PYTHON_SITELIBDIR}/spyder
 
+post-extract: # remove bundled dependencies
+	@${RM} -r ${WRKSRC}/external-deps/*
+
 .include <bsd.port.mk>