ports/devel/py-atomicwrites/Makefile
Po-Chuan Hsieh 639b9d79a9
devel/py-atomicwrites: Convert to USE_PYTHON=pep517
- Update WWW
- Reformat pkg-descr
- Bump PORTREVISION for package change
2024-09-18 14:13:12 +08:00

24 lines
604 B
Makefile

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
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>