1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Bartek Rutkowski 2015-03-05 13:50:15 +00:00
parent 428b6bbc0c
commit f8dd2d24ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380494
4 changed files with 26 additions and 0 deletions

View File

@ -3700,6 +3700,7 @@
SUBDIR += py-astroid
SUBDIR += py-async
SUBDIR += py-asyncio
SUBDIR += py-atomicwrites
SUBDIR += py-avro
SUBDIR += py-babel
SUBDIR += py-babelfish

View File

@ -0,0 +1,18 @@
# $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>

View File

@ -0,0 +1,2 @@
SHA256 (atomicwrites-0.1.4.tar.gz) = 6fc694e318b46eec816c937c081a9ba05960967d77b81758d62352f4e6f108cc
SIZE (atomicwrites-0.1.4.tar.gz) = 13650

View File

@ -0,0 +1,5 @@
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