pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-filechunkio add py-filechunkio 1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d648a9b532
branches:  trunk
changeset: 610914:14d648a9b532
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Sun Nov 11 21:17:45 2012 +0000

description:
add py-filechunkio 1.5

diffstat:

 devel/py-filechunkio/DESCR    |   1 +
 devel/py-filechunkio/Makefile |  19 +++++++++++++++++++
 devel/py-filechunkio/PLIST    |  11 +++++++++++
 devel/py-filechunkio/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 4f7bfd7132ea -r 14d648a9b532 devel/py-filechunkio/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filechunkio/DESCR        Sun Nov 11 21:17:45 2012 +0000
@@ -0,0 +1,1 @@
+FileChunkIO represents a chunk of an OS-level file containing bytes data.
diff -r 4f7bfd7132ea -r 14d648a9b532 devel/py-filechunkio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filechunkio/Makefile     Sun Nov 11 21:17:45 2012 +0000
@@ -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@localhost
+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 -r 4f7bfd7132ea -r 14d648a9b532 devel/py-filechunkio/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filechunkio/PLIST        Sun Nov 11 21:17:45 2012 +0000
@@ -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 -r 4f7bfd7132ea -r 14d648a9b532 devel/py-filechunkio/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filechunkio/distinfo     Sun Nov 11 21:17:45 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index