freebsd-ports/devel/py-atomicwrites/Makefile
Bartek Rutkowski f8dd2d24ba New port: devel/py-atomicwrites
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>
2015-03-05 13:50:15 +00:00

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>