Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -2,3 +2,5 @@ JSON is a lightweight data-interchange format. It's often used for
exchanging data between a web server and user agent. This module
aims to produce a library for serializing and deserializing JSON
that conforms strictly to RFC 4627.
This package contains the python-2.x version of the module.

View File

@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:50 asau Exp $
#
# $NetBSD: Makefile,v 1.6 2014/01/18 15:48:00 wiz Exp $
DISTNAME= jsonlib-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -8,10 +7,12 @@ MASTER_SITES= http://pypi.python.org/packages/source/j/jsonlib/
MAINTAINER= wenheping@gmail.com
HOMEPAGE= https://launchpad.net/jsonlib
COMMENT= JSON serializer/deserializer for Python
COMMENT= JSON serializer/deserializer for Python (python-2.x version)
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
PYTHON_VERSIONS_INCOMPATIBLE= 33
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"