pkgsrc-WIP-changes archive

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

Import wip/py-srsly-2.4.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 12 17:51:30 2021 +0100
Changeset:	33afc9794aecd6a5ff03c2cc74807a2a9256edb4

Modified Files:
	Makefile
Added Files:
	py-srsly/DESCR
	py-srsly/Makefile
	py-srsly/PLIST
	py-srsly/distinfo

Log Message:
Import wip/py-srsly-2.4.0 to wip

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

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

diffstat:
 Makefile          |   1 +
 py-srsly/DESCR    |   6 +
 py-srsly/Makefile |  26 ++++
 py-srsly/PLIST    | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-srsly/distinfo |   6 +
 5 files changed, 391 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ccc8c74681..863e37fbd5 100644
--- a/Makefile
+++ b/Makefile
@@ -4515,6 +4515,7 @@ SUBDIR+=	py-sqlalchemy-stubs
 SUBDIR+=	py-sqlitedict
 SUBDIR+=	py-squarify
 SUBDIR+=	py-srpy
+SUBDIR+=	py-srsly
 SUBDIR+=	py-ssh2
 SUBDIR+=	py-ssp
 SUBDIR+=	py-stache
diff --git a/py-srsly/DESCR b/py-srsly/DESCR
new file mode 100644
index 0000000000..9c99f33c56
--- /dev/null
+++ b/py-srsly/DESCR
@@ -0,0 +1,6 @@
+This package bundles some of the best Python serialization libraries
+into one standalone package, with a high-level API that makes it easy
+to write code that's correct across platforms and Pythons. This allows
+us to provide all the serialization utilities we need in a single
+binary wheel. Currently supports JSON, JSONL, MessagePack, Pickle and
+ YAML
diff --git a/py-srsly/Makefile b/py-srsly/Makefile
new file mode 100644
index 0000000000..a8fb984d4b
--- /dev/null
+++ b/py-srsly/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	srsly-2.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/srsly/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/explosion/srsly
+COMMENT=	Modern high-performance serialization utilities for Python
+LICENSE=	mit
+
+USE_LANGUAGES=	c c++
+
+DEPENDS+=	${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+DEPENDS+=	${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
+DEPENDS+=	
+${PYPKGPREFIX}-test-timeout>=1.4.2:../../devel/py-test-timeout
+DEPENDS+=	${PYPKGPREFIX}-catalogue>=2.0.1:../../wip/py-catalogue
+
+BUILDLINK_API_DEPENDS.py-cython+=       ${PYPKGPREFIX}-cython>=0.12.1
+.include "../../devel/py-cython/buildlink3.mk"
+BUILDLINK_API_DEPENDS.py-numpy+=        ${PYPKGPREFIX}-numpy>=1.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-srsly/PLIST b/py-srsly/PLIST
new file mode 100644
index 0000000000..c495563fa0
--- /dev/null
+++ b/py-srsly/PLIST
@@ -0,0 +1,352 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/srsly/__init__.py
+${PYSITELIB}/srsly/__init__.pyc
+${PYSITELIB}/srsly/__init__.pyo
+${PYSITELIB}/srsly/_json_api.py
+${PYSITELIB}/srsly/_json_api.pyc
+${PYSITELIB}/srsly/_json_api.pyo
+${PYSITELIB}/srsly/_msgpack_api.py
+${PYSITELIB}/srsly/_msgpack_api.pyc
+${PYSITELIB}/srsly/_msgpack_api.pyo
+${PYSITELIB}/srsly/_pickle_api.py
+${PYSITELIB}/srsly/_pickle_api.pyc
+${PYSITELIB}/srsly/_pickle_api.pyo
+${PYSITELIB}/srsly/_yaml_api.py
+${PYSITELIB}/srsly/_yaml_api.pyc
+${PYSITELIB}/srsly/_yaml_api.pyo
+${PYSITELIB}/srsly/about.py
+${PYSITELIB}/srsly/about.pyc
+${PYSITELIB}/srsly/about.pyo
+${PYSITELIB}/srsly/cloudpickle/__init__.py
+${PYSITELIB}/srsly/cloudpickle/__init__.pyc
+${PYSITELIB}/srsly/cloudpickle/__init__.pyo
+${PYSITELIB}/srsly/cloudpickle/cloudpickle.py
+${PYSITELIB}/srsly/cloudpickle/cloudpickle.pyc
+${PYSITELIB}/srsly/cloudpickle/cloudpickle.pyo
+${PYSITELIB}/srsly/msgpack/__init__.py
+${PYSITELIB}/srsly/msgpack/__init__.pyc
+${PYSITELIB}/srsly/msgpack/__init__.pyo
+${PYSITELIB}/srsly/msgpack/_ext_type.py
+${PYSITELIB}/srsly/msgpack/_ext_type.pyc
+${PYSITELIB}/srsly/msgpack/_ext_type.pyo
+${PYSITELIB}/srsly/msgpack/_msgpack_numpy.py
+${PYSITELIB}/srsly/msgpack/_msgpack_numpy.pyc
+${PYSITELIB}/srsly/msgpack/_msgpack_numpy.pyo
+${PYSITELIB}/srsly/msgpack/_packer.cpp
+${PYSITELIB}/srsly/msgpack/_packer.pyx
+${PYSITELIB}/srsly/msgpack/_packer.so
+${PYSITELIB}/srsly/msgpack/_unpacker.cpp
+${PYSITELIB}/srsly/msgpack/_unpacker.pyx
+${PYSITELIB}/srsly/msgpack/_unpacker.so
+${PYSITELIB}/srsly/msgpack/_version.py
+${PYSITELIB}/srsly/msgpack/_version.pyc
+${PYSITELIB}/srsly/msgpack/_version.pyo
+${PYSITELIB}/srsly/msgpack/buff_converter.h
+${PYSITELIB}/srsly/msgpack/exceptions.py
+${PYSITELIB}/srsly/msgpack/exceptions.pyc
+${PYSITELIB}/srsly/msgpack/exceptions.pyo
+${PYSITELIB}/srsly/msgpack/pack.h
+${PYSITELIB}/srsly/msgpack/pack_template.h
+${PYSITELIB}/srsly/msgpack/sysdep.h
+${PYSITELIB}/srsly/msgpack/unpack.h
+${PYSITELIB}/srsly/msgpack/unpack_define.h
+${PYSITELIB}/srsly/msgpack/unpack_template.h
+${PYSITELIB}/srsly/msgpack/util.py
+${PYSITELIB}/srsly/msgpack/util.pyc
+${PYSITELIB}/srsly/msgpack/util.pyo
+${PYSITELIB}/srsly/ruamel_yaml/__init__.py
+${PYSITELIB}/srsly/ruamel_yaml/__init__.pyc
+${PYSITELIB}/srsly/ruamel_yaml/__init__.pyo
+${PYSITELIB}/srsly/ruamel_yaml/anchor.py
+${PYSITELIB}/srsly/ruamel_yaml/anchor.pyc
+${PYSITELIB}/srsly/ruamel_yaml/anchor.pyo
+${PYSITELIB}/srsly/ruamel_yaml/comments.py
+${PYSITELIB}/srsly/ruamel_yaml/comments.pyc
+${PYSITELIB}/srsly/ruamel_yaml/comments.pyo
+${PYSITELIB}/srsly/ruamel_yaml/compat.py
+${PYSITELIB}/srsly/ruamel_yaml/compat.pyc
+${PYSITELIB}/srsly/ruamel_yaml/compat.pyo
+${PYSITELIB}/srsly/ruamel_yaml/composer.py
+${PYSITELIB}/srsly/ruamel_yaml/composer.pyc
+${PYSITELIB}/srsly/ruamel_yaml/composer.pyo
+${PYSITELIB}/srsly/ruamel_yaml/configobjwalker.py
+${PYSITELIB}/srsly/ruamel_yaml/configobjwalker.pyc
+${PYSITELIB}/srsly/ruamel_yaml/configobjwalker.pyo
+${PYSITELIB}/srsly/ruamel_yaml/constructor.py
+${PYSITELIB}/srsly/ruamel_yaml/constructor.pyc
+${PYSITELIB}/srsly/ruamel_yaml/constructor.pyo
+${PYSITELIB}/srsly/ruamel_yaml/cyaml.py
+${PYSITELIB}/srsly/ruamel_yaml/cyaml.pyc
+${PYSITELIB}/srsly/ruamel_yaml/cyaml.pyo
+${PYSITELIB}/srsly/ruamel_yaml/dumper.py
+${PYSITELIB}/srsly/ruamel_yaml/dumper.pyc
+${PYSITELIB}/srsly/ruamel_yaml/dumper.pyo
+${PYSITELIB}/srsly/ruamel_yaml/emitter.py
+${PYSITELIB}/srsly/ruamel_yaml/emitter.pyc
+${PYSITELIB}/srsly/ruamel_yaml/emitter.pyo
+${PYSITELIB}/srsly/ruamel_yaml/error.py
+${PYSITELIB}/srsly/ruamel_yaml/error.pyc
+${PYSITELIB}/srsly/ruamel_yaml/error.pyo
+${PYSITELIB}/srsly/ruamel_yaml/events.py
+${PYSITELIB}/srsly/ruamel_yaml/events.pyc
+${PYSITELIB}/srsly/ruamel_yaml/events.pyo
+${PYSITELIB}/srsly/ruamel_yaml/loader.py
+${PYSITELIB}/srsly/ruamel_yaml/loader.pyc
+${PYSITELIB}/srsly/ruamel_yaml/loader.pyo
+${PYSITELIB}/srsly/ruamel_yaml/main.py
+${PYSITELIB}/srsly/ruamel_yaml/main.pyc
+${PYSITELIB}/srsly/ruamel_yaml/main.pyo
+${PYSITELIB}/srsly/ruamel_yaml/nodes.py
+${PYSITELIB}/srsly/ruamel_yaml/nodes.pyc
+${PYSITELIB}/srsly/ruamel_yaml/nodes.pyo
+${PYSITELIB}/srsly/ruamel_yaml/parser.py
+${PYSITELIB}/srsly/ruamel_yaml/parser.pyc
+${PYSITELIB}/srsly/ruamel_yaml/parser.pyo
+${PYSITELIB}/srsly/ruamel_yaml/reader.py
+${PYSITELIB}/srsly/ruamel_yaml/reader.pyc
+${PYSITELIB}/srsly/ruamel_yaml/reader.pyo
+${PYSITELIB}/srsly/ruamel_yaml/representer.py
+${PYSITELIB}/srsly/ruamel_yaml/representer.pyc
+${PYSITELIB}/srsly/ruamel_yaml/representer.pyo
+${PYSITELIB}/srsly/ruamel_yaml/resolver.py
+${PYSITELIB}/srsly/ruamel_yaml/resolver.pyc
+${PYSITELIB}/srsly/ruamel_yaml/resolver.pyo
+${PYSITELIB}/srsly/ruamel_yaml/scalarbool.py
+${PYSITELIB}/srsly/ruamel_yaml/scalarbool.pyc
+${PYSITELIB}/srsly/ruamel_yaml/scalarbool.pyo
+${PYSITELIB}/srsly/ruamel_yaml/scalarfloat.py
+${PYSITELIB}/srsly/ruamel_yaml/scalarfloat.pyc
+${PYSITELIB}/srsly/ruamel_yaml/scalarfloat.pyo
+${PYSITELIB}/srsly/ruamel_yaml/scalarint.py
+${PYSITELIB}/srsly/ruamel_yaml/scalarint.pyc
+${PYSITELIB}/srsly/ruamel_yaml/scalarint.pyo
+${PYSITELIB}/srsly/ruamel_yaml/scalarstring.py
+${PYSITELIB}/srsly/ruamel_yaml/scalarstring.pyc
+${PYSITELIB}/srsly/ruamel_yaml/scalarstring.pyo
+${PYSITELIB}/srsly/ruamel_yaml/scanner.py
+${PYSITELIB}/srsly/ruamel_yaml/scanner.pyc
+${PYSITELIB}/srsly/ruamel_yaml/scanner.pyo
+${PYSITELIB}/srsly/ruamel_yaml/serializer.py
+${PYSITELIB}/srsly/ruamel_yaml/serializer.pyc
+${PYSITELIB}/srsly/ruamel_yaml/serializer.pyo
+${PYSITELIB}/srsly/ruamel_yaml/timestamp.py
+${PYSITELIB}/srsly/ruamel_yaml/timestamp.pyc
+${PYSITELIB}/srsly/ruamel_yaml/timestamp.pyo
+${PYSITELIB}/srsly/ruamel_yaml/tokens.py
+${PYSITELIB}/srsly/ruamel_yaml/tokens.pyc
+${PYSITELIB}/srsly/ruamel_yaml/tokens.pyo
+${PYSITELIB}/srsly/ruamel_yaml/util.py
+${PYSITELIB}/srsly/ruamel_yaml/util.pyc
+${PYSITELIB}/srsly/ruamel_yaml/util.pyo
+${PYSITELIB}/srsly/tests/__init__.py
+${PYSITELIB}/srsly/tests/__init__.pyc
+${PYSITELIB}/srsly/tests/__init__.pyo
+${PYSITELIB}/srsly/tests/cloudpickle/__init__.py
+${PYSITELIB}/srsly/tests/cloudpickle/__init__.pyc
+${PYSITELIB}/srsly/tests/cloudpickle/__init__.pyo
+${PYSITELIB}/srsly/tests/cloudpickle/cloudpickle_file_test.py
+${PYSITELIB}/srsly/tests/cloudpickle/cloudpickle_file_test.pyc
+${PYSITELIB}/srsly/tests/cloudpickle/cloudpickle_file_test.pyo
+${PYSITELIB}/srsly/tests/msgpack/__init__.py
+${PYSITELIB}/srsly/tests/msgpack/__init__.pyc
+${PYSITELIB}/srsly/tests/msgpack/__init__.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_buffer.py
+${PYSITELIB}/srsly/tests/msgpack/test_buffer.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_buffer.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_case.py
+${PYSITELIB}/srsly/tests/msgpack/test_case.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_case.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_except.py
+${PYSITELIB}/srsly/tests/msgpack/test_except.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_except.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_extension.py
+${PYSITELIB}/srsly/tests/msgpack/test_extension.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_extension.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_format.py
+${PYSITELIB}/srsly/tests/msgpack/test_format.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_format.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_limits.py
+${PYSITELIB}/srsly/tests/msgpack/test_limits.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_limits.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_memoryview.py
+${PYSITELIB}/srsly/tests/msgpack/test_memoryview.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_memoryview.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_newspec.py
+${PYSITELIB}/srsly/tests/msgpack/test_newspec.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_newspec.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_numpy.py
+${PYSITELIB}/srsly/tests/msgpack/test_numpy.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_numpy.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_pack.py
+${PYSITELIB}/srsly/tests/msgpack/test_pack.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_pack.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_read_size.py
+${PYSITELIB}/srsly/tests/msgpack/test_read_size.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_read_size.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_seq.py
+${PYSITELIB}/srsly/tests/msgpack/test_seq.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_seq.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_sequnpack.py
+${PYSITELIB}/srsly/tests/msgpack/test_sequnpack.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_sequnpack.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_stricttype.py
+${PYSITELIB}/srsly/tests/msgpack/test_stricttype.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_stricttype.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_subtype.py
+${PYSITELIB}/srsly/tests/msgpack/test_subtype.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_subtype.pyo
+${PYSITELIB}/srsly/tests/msgpack/test_unpack.py
+${PYSITELIB}/srsly/tests/msgpack/test_unpack.pyc
+${PYSITELIB}/srsly/tests/msgpack/test_unpack.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/__init__.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/__init__.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/__init__.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/roundtrip.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/roundtrip.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/roundtrip.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_a_dedent.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_a_dedent.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_a_dedent.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_add_xxx.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_add_xxx.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_add_xxx.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_anchor.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_anchor.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_anchor.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_api_change.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_api_change.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_api_change.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_appliance.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_appliance.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_appliance.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_class_register.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_class_register.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_class_register.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_collections.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_collections.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_collections.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comment_manipulation.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comment_manipulation.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comment_manipulation.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comments.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comments.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_comments.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_contextmanager.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_contextmanager.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_contextmanager.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_copy.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_copy.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_copy.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_datetime.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_datetime.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_datetime.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_deprecation.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_deprecation.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_deprecation.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_documents.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_documents.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_documents.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_fail.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_fail.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_fail.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_float.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_float.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_float.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_flowsequencekey.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_flowsequencekey.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_flowsequencekey.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_indentation.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_indentation.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_indentation.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_int.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_int.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_int.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_issues.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_issues.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_issues.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_json_numbers.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_json_numbers.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_json_numbers.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_line_col.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_line_col.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_line_col.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_literal.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_literal.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_literal.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_none.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_none.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_none.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_numpy.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_numpy.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_numpy.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_program_config.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_program_config.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_program_config.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_spec_examples.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_spec_examples.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_spec_examples.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_string.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_string.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_string.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_tag.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_tag.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_tag.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_version.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_version.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_version.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlfile.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlfile.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlfile.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlobject.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlobject.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_yamlobject.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_check_debug_leftovers.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_check_debug_leftovers.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_check_debug_leftovers.pyo
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_data.py
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_data.pyc
+${PYSITELIB}/srsly/tests/ruamel_yaml/test_z_data.pyo
+${PYSITELIB}/srsly/tests/test_json_api.py
+${PYSITELIB}/srsly/tests/test_json_api.pyc
+${PYSITELIB}/srsly/tests/test_json_api.pyo
+${PYSITELIB}/srsly/tests/test_msgpack_api.py
+${PYSITELIB}/srsly/tests/test_msgpack_api.pyc
+${PYSITELIB}/srsly/tests/test_msgpack_api.pyo
+${PYSITELIB}/srsly/tests/test_pickle_api.py
+${PYSITELIB}/srsly/tests/test_pickle_api.pyc
+${PYSITELIB}/srsly/tests/test_pickle_api.pyo
+${PYSITELIB}/srsly/tests/test_yaml_api.py
+${PYSITELIB}/srsly/tests/test_yaml_api.pyc
+${PYSITELIB}/srsly/tests/test_yaml_api.pyo
+${PYSITELIB}/srsly/tests/ujson/__init__.py
+${PYSITELIB}/srsly/tests/ujson/__init__.pyc
+${PYSITELIB}/srsly/tests/ujson/__init__.pyo
+${PYSITELIB}/srsly/tests/ujson/test_ujson.py
+${PYSITELIB}/srsly/tests/ujson/test_ujson.pyc
+${PYSITELIB}/srsly/tests/ujson/test_ujson.pyo
+${PYSITELIB}/srsly/tests/util.py
+${PYSITELIB}/srsly/tests/util.pyc
+${PYSITELIB}/srsly/tests/util.pyo
+${PYSITELIB}/srsly/ujson/JSONtoObj.c
+${PYSITELIB}/srsly/ujson/__init__.py
+${PYSITELIB}/srsly/ujson/__init__.pyc
+${PYSITELIB}/srsly/ujson/__init__.pyo
+${PYSITELIB}/srsly/ujson/lib/dconv_wrapper.cc
+${PYSITELIB}/srsly/ujson/lib/ultrajson.h
+${PYSITELIB}/srsly/ujson/lib/ultrajsondec.c
+${PYSITELIB}/srsly/ujson/lib/ultrajsonenc.c
+${PYSITELIB}/srsly/ujson/objToJSON.c
+${PYSITELIB}/srsly/ujson/py_defines.h
+${PYSITELIB}/srsly/ujson/ujson.c
+${PYSITELIB}/srsly/ujson/ujson.so
+${PYSITELIB}/srsly/ujson/version.h
+${PYSITELIB}/srsly/util.py
+${PYSITELIB}/srsly/util.pyc
+${PYSITELIB}/srsly/util.pyo
diff --git a/py-srsly/distinfo b/py-srsly/distinfo
new file mode 100644
index 0000000000..ddeb16fcba
--- /dev/null
+++ b/py-srsly/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (srsly-2.4.0.tar.gz) = c3f583b5d94f96ab158f6cc471377746a5c7b972
+RMD160 (srsly-2.4.0.tar.gz) = 8a4f104389fec1a9941c75f903646852e259c4c7
+SHA512 (srsly-2.4.0.tar.gz) = 8c6e261a9b3de794c0c6142127c7e16dea708511cd9a693d9b07c5dfef0c2d47a7a18732fc7b378aa95dcd51f4092109b75fa77e3481b6b570b92b7d1340ee0e
+Size (srsly-2.4.0.tar.gz) = 314670 bytes


Home | Main Index | Thread Index | Old Index