git: cdb24ea6e83b - main - devel/py-atomicwrites: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 23 Jun 2025 19:38:39 UTC
The branch main has been updated by rene:

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

commit cdb24ea6e83b2ffd4b1fbecfce711c360266d430
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 19:38:35 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 19:38:35 +0000

    devel/py-atomicwrites: Remove expired port
    
    2025-03-31 devel/py-atomicwrites: Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead
---
 MOVED                           |  1 +
 devel/Makefile                  |  1 -
 devel/py-atomicwrites/Makefile  | 27 ---------------------------
 devel/py-atomicwrites/distinfo  |  3 ---
 devel/py-atomicwrites/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 9634a4606db7..9a85d217458c 100644
--- a/MOVED
+++ b/MOVED
@@ -4552,3 +4552,4 @@ net-im/biboumi||2025-06-23|Has expired: Depends on expired security/botan2
 sysutils/daggy||2025-06-23|Has expired: Depends on expired security/botan2
 java/jdom||2025-06-23|Has expired: Depends on exired java/jaxen
 java/jaxen||2025-06-23|Has expired: Outdated, unsupported upstream and unmaintained in tree for years
+devel/py-atomicwrites||2025-06-23|Has expired: Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead
diff --git a/devel/Makefile b/devel/Makefile
index 558d1104ac2c..c7e7d4cbd2a4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4451,7 +4451,6 @@
     SUBDIR += py-async_timeout
     SUBDIR += py-asynctest
     SUBDIR += py-atomiclong
-    SUBDIR += py-atomicwrites
     SUBDIR += py-atpublic
     SUBDIR += py-attr
     SUBDIR += py-attrdict
diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile
deleted file mode 100644
index 080592759baa..000000000000
--- a/devel/py-atomicwrites/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	atomicwrites
-DISTVERSION=	1.4.1
-PORTREVISION=	1
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Atomic file writes
-WWW=		https://python-atomicwrites.readthedocs.io/en/latest/ \
-		https://github.com/untitaker/python-atomicwrites
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead
-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}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo
deleted file mode 100644
index 4c4e4fc9e5f2..000000000000
--- a/devel/py-atomicwrites/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1726487340
-SHA256 (atomicwrites-1.4.1.tar.gz) = 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11
-SIZE (atomicwrites-1.4.1.tar.gz) = 14227
diff --git a/devel/py-atomicwrites/pkg-descr b/devel/py-atomicwrites/pkg-descr
deleted file mode 100644
index f0e06c4b6ba1..000000000000
--- a/devel/py-atomicwrites/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Atomic file writes library for Python, featuring race-free assertions, Windows
-support (although untested) and simple high level API.