diff options
author | rodent <rodent> | 2013-07-02 11:11:29 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-07-02 11:11:29 +0000 |
commit | 9e946ac61cca2604d87e0a7efae77e3744c29590 (patch) | |
tree | 3785faa1d190e19631288f375e6182fa30b7e6fd | |
parent | 39936d73db30466dd972ec7f495daf2777bf6041 (diff) | |
download | pkgsrc-9e946ac61cca2604d87e0a7efae77e3744c29590.tar.gz |
Import py27-anyjson-0.3.3 as textproc/py-anyjson.
Anyjson loads whichever is the fastest JSON module installed and provides
a uniform API regardless of which JSON implementation is used
-rw-r--r-- | textproc/py-anyjson/DESCR | 2 | ||||
-rw-r--r-- | textproc/py-anyjson/Makefile | 17 | ||||
-rw-r--r-- | textproc/py-anyjson/PLIST | 9 | ||||
-rw-r--r-- | textproc/py-anyjson/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/py-anyjson/DESCR b/textproc/py-anyjson/DESCR new file mode 100644 index 00000000000..abc3cf42c44 --- /dev/null +++ b/textproc/py-anyjson/DESCR @@ -0,0 +1,2 @@ +Anyjson loads whichever is the fastest JSON module installed and provides +a uniform API regardless of which JSON implementation is used diff --git a/textproc/py-anyjson/Makefile b/textproc/py-anyjson/Makefile new file mode 100644 index 00000000000..96e235c2f4e --- /dev/null +++ b/textproc/py-anyjson/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/07/02 11:11:29 rodent Exp $ +# + +DISTNAME= anyjson-0.3.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= http://pypi.python.org/packages/source/a/anyjson/ + +MAINTAINER= rodent@netbsd.org +HOMEPAGE= http://bitbucket.org/runeh/anyjson/ +COMMENT= Wraps the JSON implementation available in a common interface +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-anyjson/PLIST b/textproc/py-anyjson/PLIST new file mode 100644 index 00000000000..9532621f938 --- /dev/null +++ b/textproc/py-anyjson/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/02 11:11:29 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}/top_level.txt +${PYSITELIB}/anyjson/__init__.py +${PYSITELIB}/anyjson/__init__.pyc +${PYSITELIB}/anyjson/__init__.pyo diff --git a/textproc/py-anyjson/distinfo b/textproc/py-anyjson/distinfo new file mode 100644 index 00000000000..6301cba67c0 --- /dev/null +++ b/textproc/py-anyjson/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/02 11:11:29 rodent Exp $ + +SHA1 (anyjson-0.3.3.tar.gz) = 2cd3c6cc61206664268e0e8684dbadf6e2428497 +RMD160 (anyjson-0.3.3.tar.gz) = c85bad7565e983077ea863ec99ca45048faecb18 +Size (anyjson-0.3.3.tar.gz) = 8332 bytes |