Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc py-rapidjson: added version 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c350b2a0e093
branches:  trunk
changeset: 434123:c350b2a0e093
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 11 14:05:56 2020 +0000

description:
py-rapidjson: added version 0.9.1

RapidJSON is an extremely fast C++ JSON parser and serialization library: this
module wraps it into a Python 3 extension, exposing its
serialization/deserialization (to/from either bytes, str or file-like
instances) and JSON Schema validation capabilities.

diffstat:

 textproc/Makefile              |   3 ++-
 textproc/py-rapidjson/DESCR    |   4 ++++
 textproc/py-rapidjson/Makefile |  22 ++++++++++++++++++++++
 textproc/py-rapidjson/PLIST    |   6 ++++++
 textproc/py-rapidjson/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r bd79448a7bb6 -r c350b2a0e093 textproc/Makefile
--- a/textproc/Makefile Thu Jun 11 13:46:11 2020 +0000
+++ b/textproc/Makefile Thu Jun 11 14:05:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1145 2020/06/09 13:53:00 nia Exp $
+# $NetBSD: Makefile,v 1.1146 2020/06/11 14:05:56 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -916,6 +916,7 @@
 SUBDIR+=       py-pysrt
 SUBDIR+=       py-pytoml
 SUBDIR+=       py-ramlfications
+SUBDIR+=       py-rapidjson
 SUBDIR+=       py-rdflib
 SUBDIR+=       py-readme_renderer
 SUBDIR+=       py-rebulk
diff -r bd79448a7bb6 -r c350b2a0e093 textproc/py-rapidjson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rapidjson/DESCR       Thu Jun 11 14:05:56 2020 +0000
@@ -0,0 +1,4 @@
+RapidJSON is an extremely fast C++ JSON parser and serialization library: this
+module wraps it into a Python 3 extension, exposing its
+serialization/deserialization (to/from either bytes, str or file-like
+instances) and JSON Schema validation capabilities.
diff -r bd79448a7bb6 -r c350b2a0e093 textproc/py-rapidjson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rapidjson/Makefile    Thu Jun 11 14:05:56 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/06/11 14:05:57 adam Exp $
+
+DISTNAME=      python-rapidjson-0.9.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-rapidjson/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python-rapidjson/python-rapidjson
+COMMENT=       Python wrapper around rapidjson
+LICENSE=       mit
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+USE_LANGUAGES= c c++11
+
+PYSETUPTESTTARGET=     pytest
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bd79448a7bb6 -r c350b2a0e093 textproc/py-rapidjson/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rapidjson/PLIST       Thu Jun 11 14:05:56 2020 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/11 14:05:57 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rapidjson.so
diff -r bd79448a7bb6 -r c350b2a0e093 textproc/py-rapidjson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rapidjson/distinfo    Thu Jun 11 14:05:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/11 14:05:57 adam Exp $
+
+SHA1 (python-rapidjson-0.9.1.tar.gz) = 7738f157ebad5efb5cc14e51cf94e8943afef397
+RMD160 (python-rapidjson-0.9.1.tar.gz) = c218aed7c4c33cc4d5b604a8da68aa76c1995f83
+SHA512 (python-rapidjson-0.9.1.tar.gz) = 0feb085c7cd4a8c0476b67f5ce671ccbe4605c3b08ca364eba64b84b9e8d4a2bbd9f481295023286cba63af0ecbfe69e33581df65a38577ec214672644028aa2
+Size (python-rapidjson-0.9.1.tar.gz) = 193428 bytes



Home | Main Index | Thread Index | Old Index