git: 5703a80056b6 - main - devel/py-oletools: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 02 Jun 2025 18:56:10 UTC
The branch main has been updated by rene:

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

commit 5703a80056b6cfca17d30528c823c1f3a8c5199d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-02 18:56:06 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-02 18:56:06 +0000

    devel/py-oletools: Remove expired port
    
    2025-03-31 devel/py-oletools: Depends on expired textproc/py-colorclass
---
 MOVED                       |  1 +
 devel/Makefile              |  1 -
 devel/py-oletools/Makefile  | 32 --------------------------------
 devel/py-oletools/distinfo  |  3 ---
 devel/py-oletools/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/MOVED b/MOVED
index 11cbd397ef03..ce3e81a4a824 100644
--- a/MOVED
+++ b/MOVED
@@ -4487,3 +4487,4 @@ security/mbedtls2||2025-06-02|Has expired: Upstream support ends at the end of 2
 graphics/rubygem-pdfkit||2025-06-02|Has expired: Depends on expired converters/wkhtmltopdf
 security/racoon2||2025-06-02|Has expired: Requested removal by PR/286981
 converters/wkhtmltopdf||2025-06-02|Has expired: Upstream abandoned the project
+devel/py-oletools||2025-06-02|Has expired: Depends on expired textproc/py-colorclass
diff --git a/devel/Makefile b/devel/Makefile
index a61dd59803aa..fc21baab4804 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5320,7 +5320,6 @@
     SUBDIR += py-odfpy
     SUBDIR += py-offtrac
     SUBDIR += py-olefile
-    SUBDIR += py-oletools
     SUBDIR += py-omnijson
     SUBDIR += py-omniorb
     SUBDIR += py-onigurumacffi
diff --git a/devel/py-oletools/Makefile b/devel/py-oletools/Makefile
deleted file mode 100644
index 722499ac98d9..000000000000
--- a/devel/py-oletools/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	oletools
-PORTVERSION=	0.60.2
-PORTREVISION=	1
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	python@FreeBSD.org
-COMMENT=	Tools to analyze security characteristics of MS OLE2 files
-WWW=		https://pypi.org/project/oletools/
-
-LICENSE=	BSD2CLAUSE MIT
-LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/oletools/LICENSE.txt
-
-DEPRECATED=	Depends on expired textproc/py-colorclass
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorclass>=0:textproc/py-colorclass@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}easygui>=0:x11-toolkits/py-easygui@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msoffcrypto-tool>=0:security/py-msoffcrypto-tool@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyparsing2>=2.1.0<3:devel/py-pyparsing2@${PY_FLAVOR}
-
-USES=		dos2unix python zip
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-oletools/distinfo b/devel/py-oletools/distinfo
deleted file mode 100644
index d8a2d7198ba3..000000000000
--- a/devel/py-oletools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1720176778
-SHA256 (oletools-0.60.2.zip) = ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3
-SIZE (oletools-0.60.2.zip) = 3433750
diff --git a/devel/py-oletools/pkg-descr b/devel/py-oletools/pkg-descr
deleted file mode 100644
index c4746b120fec..000000000000
--- a/devel/py-oletools/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Python tools to analyze security characteristics of MS OLE2 files (also called
-Structured Storage, Compound File Binary Format or Compound Document File
-Format), such as Microsoft Office documents, for Malware Analysis and Incident
-Response.