f8dd2d24ba
Atomic file writes library for Python, featuring race-free assertions, Windows support (although untested) and simple high level API. WWW: https://github.com/untitaker/python-atomicwrites PR: 198275 Submitted by: Maxim Filimonov <che@bein.link>
18 lines
324 B
Makefile
18 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= atomicwrites
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Atomic file writes library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|