diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-06-23 19:38:35 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-23 19:38:35 +0000 |
| commit | cdb24ea6e83b2ffd4b1fbecfce711c360266d430 (patch) | |
| tree | 9355d3743ae50db93cd200387602736aa1239d44 | |
| parent | b1ca522ad332d724b205ed6259dbae99a8517cdd (diff) | |
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
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-atomicwrites/Makefile | 27 | ||||
| -rw-r--r-- | devel/py-atomicwrites/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-atomicwrites/pkg-descr | 2 |
5 files changed, 1 insertions, 33 deletions
@@ -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. |
