pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-biplist Import py27-biplist-0.6 as textpro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45a4543b7263
branches:  trunk
changeset: 635254:45a4543b7263
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Mon Jun 02 03:49:42 2014 +0000

description:
Import py27-biplist-0.6 as textproc/py-biplist.

biplist is a binary plist parser/generator for Python.

Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.

diffstat:

 textproc/py-biplist/DESCR    |   5 +++++
 textproc/py-biplist/Makefile |  18 ++++++++++++++++++
 textproc/py-biplist/PLIST    |  10 ++++++++++
 textproc/py-biplist/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 1d6f32b8cf06 -r 45a4543b7263 textproc/py-biplist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-biplist/DESCR Mon Jun 02 03:49:42 2014 +0000
@@ -0,0 +1,5 @@
+biplist is a binary plist parser/generator for Python.
+
+Binary Property List (plist) files provide a faster and smaller serialization
+format for property lists on OS X. This is a library for generating binary
+plists which can be read by OS X, iOS, or other clients.
diff -r 1d6f32b8cf06 -r 45a4543b7263 textproc/py-biplist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-biplist/Makefile      Mon Jun 02 03:49:42 2014 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/06/02 03:49:42 rodent Exp $
+
+DISTNAME=      biplist-0.6
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    python textproc
+MASTER_SITES=  https://pypi.python.org/packages/source/b/biplist/
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/packages/source/b/biplist/
+COMMENT=       Library for reading/writing binary plists
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1d6f32b8cf06 -r 45a4543b7263 textproc/py-biplist/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-biplist/PLIST Mon Jun 02 03:49:42 2014 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/02 03:49:42 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/biplist/__init__.py
+${PYSITELIB}/biplist/__init__.pyc
+${PYSITELIB}/biplist/__init__.pyo
diff -r 1d6f32b8cf06 -r 45a4543b7263 textproc/py-biplist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-biplist/distinfo      Mon Jun 02 03:49:42 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/02 03:49:42 rodent Exp $
+
+SHA1 (biplist-0.6.tar.gz) = d11bc240eed5e12dd14a5684aa90d8586603784a
+RMD160 (biplist-0.6.tar.gz) = 8a7a4bbc3450251c736cb90b624bef813dfde33b
+Size (biplist-0.6.tar.gz) = 13282 bytes



Home | Main Index | Thread Index | Old Index