git: b24f2be56966 - main - www/unit-python: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:42:36 UTC
The branch main has been updated by rene:

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

commit b24f2be56966d3ab4ad5fd52d60cd1558dffa8ef
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:42:26 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:42:26 +0000

    www/unit-python: Remove expired port
    
    2025-12-31 www/unit-python: Upstream repo archived on Oct 8 2025
---
 MOVED                    |  1 +
 www/Makefile             |  1 -
 www/unit-python/Makefile | 34 ----------------------------------
 3 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index 946c670e3191..b48a8b29c63c 100644
--- a/MOVED
+++ b/MOVED
@@ -4952,3 +4952,4 @@ devel/libunit||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
 x11-fonts/powerline-fonts|x11-fonts/nerd-fonts|2025-12-31|Has expired: Use x11-fonts/nerd-fonts instead
 math/rapid||2025-12-31|Has expired: unfetchable
 security/tls-check||2025-12-31|Has expired: Obsolete tool and relies on deprecated libraries
+www/unit-python||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
diff --git a/www/Makefile b/www/Makefile
index 3a6a802bfe0c..ecb569954a3c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2649,7 +2649,6 @@
     SUBDIR += unit-java
     SUBDIR += unit-perl
     SUBDIR += unit-php
-    SUBDIR += unit-python
     SUBDIR += unit-ruby
     SUBDIR += unit-wasm
     SUBDIR += unitc
diff --git a/www/unit-python/Makefile b/www/unit-python/Makefile
deleted file mode 100644
index c388ba668c6c..000000000000
--- a/www/unit-python/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PKGNAMESUFFIX=	-${UNIT_MODNAME}
-
-UNIT_MODNAME=	python${PYTHON_SUFFIX}
-
-COMMENT=	Python module for NGINX Unit
-
-USES=		python:3.10-3.11 gettext-runtime
-USE_PYTHON=	flavors
-
-PLIST_FILES=	libexec/unit/modules/${UNIT_MODNAME}.unit.so
-
-RUN_DEPENDS=	unitd:www/unit
-
-USE_RC_SUBR?=	# reset to empty
-
-MASTERDIR=	${.CURDIR}/../unit
-
-post-configure:
-	cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} python \
-		--module=${UNIT_MODNAME} \
-		--config=${PYTHON_CMD}-config
-
-do-build:
-	cd ${CONFIGURE_WRKSRC} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-			${MAKEFILE} ${MAKE_ARGS} ${UNIT_MODNAME}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-	${INSTALL_LIB} ${WRKSRC}/build/lib/unit/modules/${UNIT_MODNAME}.unit.so \
-		${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"