Commit cdb24ea6 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent b1ca522a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/py-atomicwrites/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
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>

devel/py-atomicwrites/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1726487340
SHA256 (atomicwrites-1.4.1.tar.gz) = 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11
SIZE (atomicwrites-1.4.1.tar.gz) = 14227

devel/py-atomicwrites/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Atomic file writes library for Python, featuring race-free assertions, Windows
support (although untested) and simple high level API.