diff options
Diffstat (limited to 'devel/py-atomicwrites/Makefile')
-rw-r--r-- | devel/py-atomicwrites/Makefile | 27 |
1 files changed, 0 insertions, 27 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> |