summaryrefslogtreecommitdiff
path: root/devel/py-filechunkio
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2012-11-11 21:17:45 +0000
committerjakllsch <jakllsch@pkgsrc.org>2012-11-11 21:17:45 +0000
commitc28bd96b0fe7edd76a991f45115d562967249f40 (patch)
treeb13174ccde0529393bd18429a99018200ad6df5f /devel/py-filechunkio
parent56f1a019d798c41a39787436425fbeb70de17869 (diff)
downloadpkgsrc-c28bd96b0fe7edd76a991f45115d562967249f40.tar.gz
add py-filechunkio 1.5
Diffstat (limited to 'devel/py-filechunkio')
-rw-r--r--devel/py-filechunkio/DESCR1
-rw-r--r--devel/py-filechunkio/Makefile19
-rw-r--r--devel/py-filechunkio/PLIST11
-rw-r--r--devel/py-filechunkio/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/py-filechunkio/DESCR b/devel/py-filechunkio/DESCR
new file mode 100644
index 00000000000..3f41079f772
--- /dev/null
+++ b/devel/py-filechunkio/DESCR
@@ -0,0 +1 @@
+FileChunkIO represents a chunk of an OS-level file containing bytes data.
diff --git a/devel/py-filechunkio/Makefile b/devel/py-filechunkio/Makefile
new file mode 100644
index 00000000000..8cbf3c25285
--- /dev/null
+++ b/devel/py-filechunkio/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/11/11 21:17:45 jakllsch Exp $
+#
+
+DISTNAME= filechunkio-1.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://pypi.python.org/packages/source/f/filechunkio/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://bitbucket.org/fabian/filechunkio
+COMMENT= Chunck files for input/output
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-filechunkio/PLIST b/devel/py-filechunkio/PLIST
new file mode 100644
index 00000000000..0f9f3528d7a
--- /dev/null
+++ b/devel/py-filechunkio/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/11 21:17:45 jakllsch Exp $
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/filechunkio/__init__.py
+${PYSITELIB}/filechunkio/__init__.pyc
+${PYSITELIB}/filechunkio/__init__.pyo
+${PYSITELIB}/filechunkio/filechunkio.py
+${PYSITELIB}/filechunkio/filechunkio.pyc
+${PYSITELIB}/filechunkio/filechunkio.pyo
+${PYSITELIB}/filechunkio/tests.py
+${PYSITELIB}/filechunkio/tests.pyc
+${PYSITELIB}/filechunkio/tests.pyo
diff --git a/devel/py-filechunkio/distinfo b/devel/py-filechunkio/distinfo
new file mode 100644
index 00000000000..d66ebda8cdf
--- /dev/null
+++ b/devel/py-filechunkio/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/11/11 21:17:45 jakllsch Exp $
+
+SHA1 (filechunkio-1.5.tar.gz) = b76e350b5d7417044eac22295588c8533a5504b8
+RMD160 (filechunkio-1.5.tar.gz) = 78688968f0da91ccc5ece8e9c59ddbf58d8e6ee0
+Size (filechunkio-1.5.tar.gz) = 2691 bytes