pkgsrc-WIP-changes archive

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

py-ndjson-0.3.1 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Sat Dec 12 01:19:02 2020 +0100
Changeset:	3d6d40119311d5d61d0b17385a771fc24de7b8b9

Added Files:
	py-ndjson/DESCR
	py-ndjson/Makefile
	py-ndjson/PLIST
	py-ndjson/distinfo

Log Message:
py-ndjson-0.3.1 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d6d40119311d5d61d0b17385a771fc24de7b8b9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-ndjson/DESCR    |  1 +
 py-ndjson/Makefile | 20 ++++++++++++++++++++
 py-ndjson/PLIST    | 15 +++++++++++++++
 py-ndjson/distinfo |  6 ++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/py-ndjson/DESCR b/py-ndjson/DESCR
new file mode 100644
index 0000000000..9b4fc83d9c
--- /dev/null
+++ b/py-ndjson/DESCR
@@ -0,0 +1 @@
+ndjson with the same interface as the builtin json module 
diff --git a/py-ndjson/Makefile b/py-ndjson/Makefile
new file mode 100644
index 0000000000..230097cfa6
--- /dev/null
+++ b/py-ndjson/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	ndjson-0.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	converters python
+MASTER_SITES=	${MASTER_SITE_PYPI:=n/ndjson/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/rhgrant10/ndjson
+COMMENT=	JsonDecoder for ndjson
+LICENSE=	gnu-gpl-v3
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.1.2:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ndjson/PLIST b/py-ndjson/PLIST
new file mode 100644
index 0000000000..26dc6399dd
--- /dev/null
+++ b/py-ndjson/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/ndjson/__init__.py
+${PYSITELIB}/ndjson/__init__.pyc
+${PYSITELIB}/ndjson/__init__.pyo
+${PYSITELIB}/ndjson/api.py
+${PYSITELIB}/ndjson/api.pyc
+${PYSITELIB}/ndjson/api.pyo
+${PYSITELIB}/ndjson/codecs.py
+${PYSITELIB}/ndjson/codecs.pyc
+${PYSITELIB}/ndjson/codecs.pyo
diff --git a/py-ndjson/distinfo b/py-ndjson/distinfo
new file mode 100644
index 0000000000..aebaf069af
--- /dev/null
+++ b/py-ndjson/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ndjson-0.3.1.tar.gz) = cbca5f5aaa69f70debfd7468492b879b1fea0575
+RMD160 (ndjson-0.3.1.tar.gz) = 0f6cafceb657d6ad91ebf91edae8baa17d51ab7e
+SHA512 (ndjson-0.3.1.tar.gz) = b117e84ae53b6b1bd5c05d412e30ca0796eedc3da53153594e5c98095a1b78c18335cdf6fad664fb23c916702a5be9a7907efa0eea634811dc96ca20c381df8a
+Size (ndjson-0.3.1.tar.gz) = 6448 bytes


Home | Main Index | Thread Index | Old Index