Import of pkgsrc-2014Q1
This commit is contained in:
6
textproc/py-jsonlib3/DESCR
Normal file
6
textproc/py-jsonlib3/DESCR
Normal file
@@ -0,0 +1,6 @@
|
||||
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-3.x version of the module.
|
||||
20
textproc/py-jsonlib3/Makefile
Normal file
20
textproc/py-jsonlib3/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:24 wiz Exp $
|
||||
|
||||
DISTNAME= jsonlib-python3-1.6.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python3//}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= https://launchpad.net/jsonlib/python3/1.6.1/+download/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://launchpad.net/jsonlib
|
||||
COMMENT= JSON serializer/deserializer for Python (python-3.x version)
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
EGG_NAME= ${DISTNAME:S/b-p/b_p/}
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
6
textproc/py-jsonlib3/PLIST
Normal file
6
textproc/py-jsonlib3/PLIST
Normal file
@@ -0,0 +1,6 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/18 15:45:30 wiz Exp $
|
||||
${PYSITELIB}/_jsonlib.so
|
||||
${PYSITELIB}/jsonlib.py
|
||||
${PYSITELIB}/jsonlib.pyc
|
||||
${PYSITELIB}/jsonlib.pyo
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
5
textproc/py-jsonlib3/distinfo
Normal file
5
textproc/py-jsonlib3/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/01/18 15:45:30 wiz Exp $
|
||||
|
||||
SHA1 (jsonlib-python3-1.6.1.tar.gz) = f4cdf3222d35f495a064b55a895a9c42a4faa8b1
|
||||
RMD160 (jsonlib-python3-1.6.1.tar.gz) = 4eaf63352e2242f54204e3ed9a7df8ef7e1c7f37
|
||||
Size (jsonlib-python3-1.6.1.tar.gz) = 43482 bytes
|
||||
Reference in New Issue
Block a user