git: afa041939cb1 - main - textproc/py-pyjade: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 01 Mar 2025 16:22:41 UTC
The branch main has been updated by rene:

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

commit afa041939cb1545f8dfdffb56eef4c5a06f4088a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-01 16:22:37 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-01 16:22:37 +0000

    textproc/py-pyjade: Remove expired port
    
    2025-02-28 textproc/py-pyjade: Upstream is inactive for almost 8.5 years
---
 MOVED                        |  1 +
 textproc/Makefile            |  1 -
 textproc/py-pyjade/Makefile  | 27 ---------------------------
 textproc/py-pyjade/distinfo  |  3 ---
 textproc/py-pyjade/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 470aeaaf19bd..db4fcae0202e 100644
--- a/MOVED
+++ b/MOVED
@@ -4184,3 +4184,4 @@ databases/tarantool2||2025-03-01|Has expired
 java/cos||2025-03-01|Has expired: Upstream seems gone since 2024-08-22
 sysutils/pass-secrets||2025-03-01|Has expired: Listed as BROKEN and unmaintained for months
 sysutils/fluxengine||2025-03-01|Has expired: Broken for several months
+textproc/py-pyjade||2025-03-01|Has expired: Upstream is inactive for almost 8.5 years
diff --git a/textproc/Makefile b/textproc/Makefile
index 8e49965e6cd4..a096eda237a3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1543,7 +1543,6 @@
     SUBDIR += py-pygments
     SUBDIR += py-pygtail
     SUBDIR += py-pyhamcrest
-    SUBDIR += py-pyjade
     SUBDIR += py-pykwalify
     SUBDIR += py-pylons-sphinx-themes
     SUBDIR += py-pyls-spyder
diff --git a/textproc/py-pyjade/Makefile b/textproc/py-pyjade/Makefile
deleted file mode 100644
index f87f5678632e..000000000000
--- a/textproc/py-pyjade/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	pyjade
-PORTVERSION=	4.0.0
-PORTREVISION=	2
-CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates
-WWW=		https://github.com/syrusakbary/pyjade
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Upstream is inactive for almost 8.5 years
-EXPIRATION_DATE=2025-02-28
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/textproc/py-pyjade/distinfo b/textproc/py-pyjade/distinfo
deleted file mode 100644
index 10c7f946e1fb..000000000000
--- a/textproc/py-pyjade/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1549124288
-SHA256 (pyjade-4.0.0.tar.gz) = 8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7
-SIZE (pyjade-4.0.0.tar.gz) = 29251
diff --git a/textproc/py-pyjade/pkg-descr b/textproc/py-pyjade/pkg-descr
deleted file mode 100644
index 3b8bab337fca..000000000000
--- a/textproc/py-pyjade/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-PyJade is a high performance port of Jade-lang for python, that converts any
-.jade source to the each Template-language (Django, Jinja2, Mako or Tornado).