Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user