From cf3d515f630c88b7ea9f2f5f959adede987d0fa0 Mon Sep 17 00:00:00 2001
From: rodent <rodent>
Date: Mon, 17 Feb 2014 00:20:28 +0000
Subject: Import py27-ejson-0.1.6 as textproc/py-ejson.

Extensible JSON serializers and deserializers.
---
 textproc/py-ejson/DESCR    |  1 +
 textproc/py-ejson/Makefile | 20 ++++++++++++++++++++
 textproc/py-ejson/PLIST    | 12 ++++++++++++
 textproc/py-ejson/distinfo |  5 +++++
 4 files changed, 38 insertions(+)
 create mode 100644 textproc/py-ejson/DESCR
 create mode 100644 textproc/py-ejson/Makefile
 create mode 100644 textproc/py-ejson/PLIST
 create mode 100644 textproc/py-ejson/distinfo

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
-- 
cgit v1.2.3