Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

1
textproc/py-cjson/DESCR Normal file
View File

@@ -0,0 +1 @@
Fast JSON encoder/decoder for Python.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.2 2014/05/13 17:20:38 joerg Exp $
#
DISTNAME= python-cjson-1.0.5
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
CATEGORIES= python textproc
MASTER_SITES= http://pypi.python.org/packages/source/p/python-cjson/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://ag-projects.com/
COMMENT= Fast JSON encoder/decoder for Python
LICENSE= gnu-lgpl-v2
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

2
textproc/py-cjson/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2014/05/03 15:34:22 rodent Exp $
${PYSITELIB}/cjson.so

View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/05/03 15:34:22 rodent Exp $
BUILDLINK_TREE+= py-cjson
.if !defined(PY_CJSON_BUILDLINK3_MK)
PY_CJSON_BUILDLINK3_MK:=
.include "../../lang/python/pyversion.mk"
BUILDLINK_API_DEPENDS.py-cjson+= ${PYPKGPREFIX}-cjson>=1.0.5
BUILDLINK_PKGSRCDIR.py-cjson?= ../../textproc/py-cjson
.endif # PY_CJSON_BUILDLINK3_MK
BUILDLINK_TREE+= -py-cjson

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/05/03 15:34:22 rodent Exp $
SHA1 (python-cjson-1.0.5.tar.gz) = a00519debfdc6dcc33acfe68dc10ee4866fdcd8b
RMD160 (python-cjson-1.0.5.tar.gz) = c1256cf176af3194233de3704ec07ab4ccfb522c
Size (python-cjson-1.0.5.tar.gz) = 10978 bytes