pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import py-atomicfile



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Oct 2 10:42:35 2015 +0100
Changeset:	d108e6505a7365c171111fc685d884597bd9590a

Added Files:
	py-atomicfile/DESCR
	py-atomicfile/Makefile
	py-atomicfile/PLIST
	py-atomicfile/distinfo

Log Message:
import py-atomicfile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d108e6505a7365c171111fc685d884597bd9590a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-atomicfile/DESCR    |  1 +
 py-atomicfile/Makefile | 16 ++++++++++++++++
 py-atomicfile/PLIST    |  8 ++++++++
 py-atomicfile/distinfo |  5 +++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/py-atomicfile/DESCR b/py-atomicfile/DESCR
new file mode 100644
index 0000000..656e086
--- /dev/null
+++ b/py-atomicfile/DESCR
@@ -0,0 +1 @@
+Writeable file object that atomically updates a file
diff --git a/py-atomicfile/Makefile b/py-atomicfile/Makefile
new file mode 100644
index 0000000..4a21451
--- /dev/null
+++ b/py-atomicfile/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	atomicfile-1.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/source/a/atomicfile/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://github.com/sashka/atomicfile
+COMMENT=	Writeable file object that atomically updates a file.
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-atomicfile/PLIST b/py-atomicfile/PLIST
new file mode 100644
index 0000000..49c924a
--- /dev/null
+++ b/py-atomicfile/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/atomicfile.py
+${PYSITELIB}/atomicfile.pyc
+${PYSITELIB}/atomicfile.pyo
diff --git a/py-atomicfile/distinfo b/py-atomicfile/distinfo
new file mode 100644
index 0000000..644c62a
--- /dev/null
+++ b/py-atomicfile/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (atomicfile-1.0.tar.gz) = 58ff4296aa004d4d32349be273360c07fe5ae822
+RMD160 (atomicfile-1.0.tar.gz) = e3a84ebe51ca673f730276b2eeb2bbc15d6925bf
+Size (atomicfile-1.0.tar.gz) = 1894 bytes


Home | Main Index | Thread Index | Old Index