diff options
author | rodent <rodent> | 2014-02-17 00:20:28 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-02-17 00:20:28 +0000 |
commit | cf3d515f630c88b7ea9f2f5f959adede987d0fa0 (patch) | |
tree | 0d260eab972c2f372cbc29f3510a8d9844d2e9c9 /textproc | |
parent | aa3861bf52bc199aa80d8047ecb8c8b343d54d76 (diff) | |
download | pkgsrc-cf3d515f630c88b7ea9f2f5f959adede987d0fa0.tar.gz |
Import py27-ejson-0.1.6 as textproc/py-ejson.
Extensible JSON serializers and deserializers.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-ejson/DESCR | 1 | ||||
-rw-r--r-- | textproc/py-ejson/Makefile | 20 | ||||
-rw-r--r-- | textproc/py-ejson/PLIST | 12 | ||||
-rw-r--r-- | textproc/py-ejson/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/py-ejson/DESCR b/textproc/py-ejson/DESCR new file mode 100644 index 00000000000..79e8aa2acae --- /dev/null +++ b/textproc/py-ejson/DESCR @@ -0,0 +1 @@ +Extensible JSON serializers and deserializers. diff --git a/textproc/py-ejson/Makefile b/textproc/py-ejson/Makefile new file mode 100644 index 00000000000..799e5abaa0e --- /dev/null +++ b/textproc/py-ejson/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/02/17 00:20:28 rodent Exp $ + +DISTNAME= ejson-0.1.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= python textproc +MASTER_SITES= https://pypi.python.org/packages/source/e/ejson/ +DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= https://github.com/Yipit/ejson/ +COMMENT= Extensible JSON serializers and deserializers +LICENSE= gnu-lgpl-v3 + +PYTHON_VERSIONED_DEPENDENCIES= dateutil + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-ejson/PLIST b/textproc/py-ejson/PLIST new file mode 100644 index 00000000000..1d06e604d2c --- /dev/null +++ b/textproc/py-ejson/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2014/02/17 00:20:28 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/ejson/__init__.py +${PYSITELIB}/ejson/__init__.pyc +${PYSITELIB}/ejson/__init__.pyo +${PYSITELIB}/ejson/serializers.py +${PYSITELIB}/ejson/serializers.pyc +${PYSITELIB}/ejson/serializers.pyo diff --git a/textproc/py-ejson/distinfo b/textproc/py-ejson/distinfo new file mode 100644 index 00000000000..cd66daab9f2 --- /dev/null +++ b/textproc/py-ejson/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/02/17 00:20:28 rodent Exp $ + +SHA1 (py-ejson/ejson-0.1.6.tar.gz) = 0b83a598b9862877f51c390a83d170cdc515d10b +RMD160 (py-ejson/ejson-0.1.6.tar.gz) = 2103743d42ab0d652de6402f8d4fb1db42d31340 +Size (py-ejson/ejson-0.1.6.tar.gz) = 10244 bytes |