summaryrefslogtreecommitdiff
path: root/devel/py-atomicwrites
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-atomicwrites')
-rw-r--r--devel/py-atomicwrites/Makefile27
-rw-r--r--devel/py-atomicwrites/distinfo3
-rw-r--r--devel/py-atomicwrites/pkg-descr2
3 files changed, 0 insertions, 32 deletions
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.