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:
parent
428b6bbc0c
commit
f8dd2d24ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380494
@ -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
|
||||
|
18
devel/py-atomicwrites/Makefile
Normal file
18
devel/py-atomicwrites/Makefile
Normal 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>
|
2
devel/py-atomicwrites/distinfo
Normal file
2
devel/py-atomicwrites/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (atomicwrites-0.1.4.tar.gz) = 6fc694e318b46eec816c937c081a9ba05960967d77b81758d62352f4e6f108cc
|
||||
SIZE (atomicwrites-0.1.4.tar.gz) = 13650
|
5
devel/py-atomicwrites/pkg-descr
Normal file
5
devel/py-atomicwrites/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user