diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-04 11:54:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-04 11:54:19 +0000 |
commit | 6008b2296c70ebb008756ca5c9a24be524902b73 (patch) | |
tree | c71c92efad784dacbd976b9637bd2fbbf11bec2f | |
parent | d06583a1536fe7bc0fd6bae261a08daa00e75561 (diff) | |
download | pkgsrc-6008b2296c70ebb008756ca5c9a24be524902b73.tar.gz |
Import py34-atomicwrites-0.1.0 as devel/py-atomicwrites.
Atomic file writes on POSIX.
-rw-r--r-- | devel/py-atomicwrites/DESCR | 1 | ||||
-rw-r--r-- | devel/py-atomicwrites/Makefile | 18 | ||||
-rw-r--r-- | devel/py-atomicwrites/PLIST | 8 | ||||
-rw-r--r-- | devel/py-atomicwrites/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/py-atomicwrites/DESCR b/devel/py-atomicwrites/DESCR new file mode 100644 index 00000000000..e3330581951 --- /dev/null +++ b/devel/py-atomicwrites/DESCR @@ -0,0 +1 @@ +Atomic file writes on POSIX. diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile new file mode 100644 index 00000000000..4690d23414a --- /dev/null +++ b/devel/py-atomicwrites/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2015/02/04 11:54:19 wiz Exp $ + +DISTNAME= atomicwrites-0.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= time +MASTER_SITES= https://pypi.python.org/packages/source/a/atomicwrites/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/ +COMMENT= Python module for atomic file writes on POSIX +LICENSE= mit + +EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-atomicwrites/PLIST b/devel/py-atomicwrites/PLIST new file mode 100644 index 00000000000..8aefc06da88 --- /dev/null +++ b/devel/py-atomicwrites/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/04 11:54:19 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/atomicwrites/__init__.py +${PYSITELIB}/atomicwrites/__init__.pyc +${PYSITELIB}/atomicwrites/__init__.pyo diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo new file mode 100644 index 00000000000..dee316261a8 --- /dev/null +++ b/devel/py-atomicwrites/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/02/04 11:54:19 wiz Exp $ + +SHA1 (atomicwrites-0.1.0.tar.gz) = c4363a479a508adb5caf9da645c22a711e9be89e +RMD160 (atomicwrites-0.1.0.tar.gz) = 45f94e8a5d23380f3f747e70910dd84bb6e50ba2 +Size (atomicwrites-0.1.0.tar.gz) = 7816 bytes |