git: fd7466be6833 - main - textproc/py-pytoml: Remove expired port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 28 Feb 2025 15:48:39 UTC
The branch main has been updated by sunpoet:

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

commit fd7466be6833eaf69d3e608b2a89b226d3b0f2ae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-28 15:39:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-28 15:46:54 +0000

    textproc/py-pytoml: Remove expired port
---
 MOVED                        |  1 +
 textproc/Makefile            |  1 -
 textproc/py-pytoml/Makefile  | 26 --------------------------
 textproc/py-pytoml/distinfo  |  3 ---
 textproc/py-pytoml/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 2d7e12aa56c4..0e377b564bcc 100644
--- a/MOVED
+++ b/MOVED
@@ -4169,3 +4169,4 @@ www/kdsoap@qt6|www/kdsoap|2025-02-26|Unflavorize; only Qt6 support is needed
 net/drive||2025-02-28|Remove expired port
 print/py-pypdf3||2025-02-28|Remove expired port
 sysutils/py-python-consul2||2025-02-28|Remove expired port
+textproc/py-pytoml||2025-02-28|Remove expired port
diff --git a/textproc/Makefile b/textproc/Makefile
index 8f72eb62492f..e10018407376 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1572,7 +1572,6 @@
     SUBDIR += py-python-xmp-toolkit
     SUBDIR += py-pytidylib
     SUBDIR += py-pytkdocs
-    SUBDIR += py-pytoml
     SUBDIR += py-pytomlpp
     SUBDIR += py-pyx12
     SUBDIR += py-pyxlsb2
diff --git a/textproc/py-pytoml/Makefile b/textproc/py-pytoml/Makefile
deleted file mode 100644
index 8c70ea1a12ba..000000000000
--- a/textproc/py-pytoml/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	pytoml
-PORTVERSION=	0.1.21
-PORTREVISION=	1
-CATEGORIES=	textproc python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Parser for TOML 0.4.0
-WWW=		https://github.com/avakar/pytoml
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Upstream is inactive for 5.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}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/textproc/py-pytoml/distinfo b/textproc/py-pytoml/distinfo
deleted file mode 100644
index 36c1c720bcdc..000000000000
--- a/textproc/py-pytoml/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1582733353
-SHA256 (pytoml-0.1.21.tar.gz) = 8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7
-SIZE (pytoml-0.1.21.tar.gz) = 8783
diff --git a/textproc/py-pytoml/pkg-descr b/textproc/py-pytoml/pkg-descr
deleted file mode 100644
index b7d80904a90f..000000000000
--- a/textproc/py-pytoml/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This project aims at being a specs-conforming and strict parser and writer for
-TOML files. The library currently supports version 0.4.0 of the specs.