pkgsrc-WIP-changes archive

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

Import py27-protobuf-3.0.0 as wip/py-protobuf.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Aug 6 13:23:24 2016 +0200
Changeset:	1615f9450e3107c42c724049e84bc213e8b161d6

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

Log Message:
Import py27-protobuf-3.0.0 as wip/py-protobuf.

Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.

This package contains Python bindings for the Protocol Buffers.

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

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

diffstat:
 py-protobuf/DESCR    |   5 +
 py-protobuf/Makefile |  25 +++++
 py-protobuf/PLIST    | 278 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-protobuf/distinfo |   8 ++
 4 files changed, 316 insertions(+)

diffs:
diff --git a/py-protobuf/DESCR b/py-protobuf/DESCR
new file mode 100644
index 0000000..47afc5b
--- /dev/null
+++ b/py-protobuf/DESCR
@@ -0,0 +1,5 @@
+Protocol Buffers are a way of encoding structured data in an efficient yet
+extensible format. Google uses Protocol Buffers for almost all of its internal
+RPC protocols and file formats.
+
+This package contains Python bindings for the Protocol Buffers.
diff --git a/py-protobuf/Makefile b/py-protobuf/Makefile
new file mode 100644
index 0000000..a29f901
--- /dev/null
+++ b/py-protobuf/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:43 wiz Exp $
+
+.include "../../wip/protobuf/Makefile.common"
+
+DISTNAME=	protobuf-python-${PROTOBUFVER}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-python//}
+CATEGORIES+=	python
+
+MAINTAINER=	khorben%defora.org@localhost
+COMMENT=	Python bindings for protobuf
+
+PYSETUPSUBDIR=	python
+
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-gflags-[0-9]*:../../devel/py-gflags
+BUILD_DEPENDS+=	${PYPKGPREFIX}-google-apputils-[0-9]*:../../devel/py-google-apputils
+BUILD_DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+
+EGG_NAME=	protobuf-${PKGVERSION_NOREV}
+
+.include "../../wip/protobuf/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-protobuf/PLIST b/py-protobuf/PLIST
new file mode 100644
index 0000000..3098086
--- /dev/null
+++ b/py-protobuf/PLIST
@@ -0,0 +1,278 @@
+@comment $NetBSD$
+${PYSITELIB}/google/protobuf/__init__.py
+${PYSITELIB}/google/protobuf/__init__.pyc
+${PYSITELIB}/google/protobuf/__init__.pyo
+${PYSITELIB}/google/protobuf/any_pb2.py
+${PYSITELIB}/google/protobuf/any_pb2.pyc
+${PYSITELIB}/google/protobuf/any_pb2.pyo
+${PYSITELIB}/google/protobuf/any_test_pb2.py
+${PYSITELIB}/google/protobuf/any_test_pb2.pyc
+${PYSITELIB}/google/protobuf/any_test_pb2.pyo
+${PYSITELIB}/google/protobuf/api_pb2.py
+${PYSITELIB}/google/protobuf/api_pb2.pyc
+${PYSITELIB}/google/protobuf/api_pb2.pyo
+${PYSITELIB}/google/protobuf/compiler/__init__.py
+${PYSITELIB}/google/protobuf/compiler/__init__.pyc
+${PYSITELIB}/google/protobuf/compiler/__init__.pyo
+${PYSITELIB}/google/protobuf/compiler/plugin_pb2.py
+${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyc
+${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyo
+${PYSITELIB}/google/protobuf/descriptor.py
+${PYSITELIB}/google/protobuf/descriptor.pyc
+${PYSITELIB}/google/protobuf/descriptor.pyo
+${PYSITELIB}/google/protobuf/descriptor_database.py
+${PYSITELIB}/google/protobuf/descriptor_database.pyc
+${PYSITELIB}/google/protobuf/descriptor_database.pyo
+${PYSITELIB}/google/protobuf/descriptor_pb2.py
+${PYSITELIB}/google/protobuf/descriptor_pb2.pyc
+${PYSITELIB}/google/protobuf/descriptor_pb2.pyo
+${PYSITELIB}/google/protobuf/descriptor_pool.py
+${PYSITELIB}/google/protobuf/descriptor_pool.pyc
+${PYSITELIB}/google/protobuf/descriptor_pool.pyo
+${PYSITELIB}/google/protobuf/duration_pb2.py
+${PYSITELIB}/google/protobuf/duration_pb2.pyc
+${PYSITELIB}/google/protobuf/duration_pb2.pyo
+${PYSITELIB}/google/protobuf/empty_pb2.py
+${PYSITELIB}/google/protobuf/empty_pb2.pyc
+${PYSITELIB}/google/protobuf/empty_pb2.pyo
+${PYSITELIB}/google/protobuf/field_mask_pb2.py
+${PYSITELIB}/google/protobuf/field_mask_pb2.pyc
+${PYSITELIB}/google/protobuf/field_mask_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/__init__.py
+${PYSITELIB}/google/protobuf/internal/__init__.pyc
+${PYSITELIB}/google/protobuf/internal/__init__.pyo
+${PYSITELIB}/google/protobuf/internal/_parameterized.py
+${PYSITELIB}/google/protobuf/internal/_parameterized.pyc
+${PYSITELIB}/google/protobuf/internal/_parameterized.pyo
+${PYSITELIB}/google/protobuf/internal/any_test_pb2.py
+${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/api_implementation.py
+${PYSITELIB}/google/protobuf/internal/api_implementation.pyc
+${PYSITELIB}/google/protobuf/internal/api_implementation.pyo
+${PYSITELIB}/google/protobuf/internal/containers.py
+${PYSITELIB}/google/protobuf/internal/containers.pyc
+${PYSITELIB}/google/protobuf/internal/containers.pyo
+${PYSITELIB}/google/protobuf/internal/decoder.py
+${PYSITELIB}/google/protobuf/internal/decoder.pyc
+${PYSITELIB}/google/protobuf/internal/decoder.pyo
+${PYSITELIB}/google/protobuf/internal/descriptor_database_test.py
+${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyc
+${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyo
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.py
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyc
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyo
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.py
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.py
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/descriptor_test.py
+${PYSITELIB}/google/protobuf/internal/descriptor_test.pyc
+${PYSITELIB}/google/protobuf/internal/descriptor_test.pyo
+${PYSITELIB}/google/protobuf/internal/encoder.py
+${PYSITELIB}/google/protobuf/internal/encoder.pyc
+${PYSITELIB}/google/protobuf/internal/encoder.pyo
+${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.py
+${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyc
+${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyo
+${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.py
+${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.py
+${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.py
+${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/generator_test.py
+${PYSITELIB}/google/protobuf/internal/generator_test.pyc
+${PYSITELIB}/google/protobuf/internal/generator_test.pyo
+${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.py
+${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyc
+${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyo
+${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.py
+${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.py
+${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/json_format_test.py
+${PYSITELIB}/google/protobuf/internal/json_format_test.pyc
+${PYSITELIB}/google/protobuf/internal/json_format_test.pyo
+${PYSITELIB}/google/protobuf/internal/message_factory_test.py
+${PYSITELIB}/google/protobuf/internal/message_factory_test.pyc
+${PYSITELIB}/google/protobuf/internal/message_factory_test.pyo
+${PYSITELIB}/google/protobuf/internal/message_listener.py
+${PYSITELIB}/google/protobuf/internal/message_listener.pyc
+${PYSITELIB}/google/protobuf/internal/message_listener.pyo
+${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.py
+${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/message_test.py
+${PYSITELIB}/google/protobuf/internal/message_test.pyc
+${PYSITELIB}/google/protobuf/internal/message_test.pyo
+${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.py
+${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.py
+${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.py
+${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/more_messages_pb2.py
+${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.py
+${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/proto_builder_test.py
+${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyc
+${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyo
+${PYSITELIB}/google/protobuf/internal/python_message.py
+${PYSITELIB}/google/protobuf/internal/python_message.pyc
+${PYSITELIB}/google/protobuf/internal/python_message.pyo
+${PYSITELIB}/google/protobuf/internal/reflection_test.py
+${PYSITELIB}/google/protobuf/internal/reflection_test.pyc
+${PYSITELIB}/google/protobuf/internal/reflection_test.pyo
+${PYSITELIB}/google/protobuf/internal/service_reflection_test.py
+${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyc
+${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyo
+${PYSITELIB}/google/protobuf/internal/symbol_database_test.py
+${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyc
+${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyo
+${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.py
+${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyc
+${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyo
+${PYSITELIB}/google/protobuf/internal/test_util.py
+${PYSITELIB}/google/protobuf/internal/test_util.pyc
+${PYSITELIB}/google/protobuf/internal/test_util.pyo
+${PYSITELIB}/google/protobuf/internal/text_encoding_test.py
+${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyc
+${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyo
+${PYSITELIB}/google/protobuf/internal/text_format_test.py
+${PYSITELIB}/google/protobuf/internal/text_format_test.pyc
+${PYSITELIB}/google/protobuf/internal/text_format_test.pyo
+${PYSITELIB}/google/protobuf/internal/type_checkers.py
+${PYSITELIB}/google/protobuf/internal/type_checkers.pyc
+${PYSITELIB}/google/protobuf/internal/type_checkers.pyo
+${PYSITELIB}/google/protobuf/internal/unknown_fields_test.py
+${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyc
+${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyo
+${PYSITELIB}/google/protobuf/internal/well_known_types.py
+${PYSITELIB}/google/protobuf/internal/well_known_types.pyc
+${PYSITELIB}/google/protobuf/internal/well_known_types.pyo
+${PYSITELIB}/google/protobuf/internal/well_known_types_test.py
+${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyc
+${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyo
+${PYSITELIB}/google/protobuf/internal/wire_format.py
+${PYSITELIB}/google/protobuf/internal/wire_format.pyc
+${PYSITELIB}/google/protobuf/internal/wire_format.pyo
+${PYSITELIB}/google/protobuf/internal/wire_format_test.py
+${PYSITELIB}/google/protobuf/internal/wire_format_test.pyc
+${PYSITELIB}/google/protobuf/internal/wire_format_test.pyo
+${PYSITELIB}/google/protobuf/json_format.py
+${PYSITELIB}/google/protobuf/json_format.pyc
+${PYSITELIB}/google/protobuf/json_format.pyo
+${PYSITELIB}/google/protobuf/map_unittest_pb2.py
+${PYSITELIB}/google/protobuf/map_unittest_pb2.pyc
+${PYSITELIB}/google/protobuf/map_unittest_pb2.pyo
+${PYSITELIB}/google/protobuf/message.py
+${PYSITELIB}/google/protobuf/message.pyc
+${PYSITELIB}/google/protobuf/message.pyo
+${PYSITELIB}/google/protobuf/message_factory.py
+${PYSITELIB}/google/protobuf/message_factory.pyc
+${PYSITELIB}/google/protobuf/message_factory.pyo
+${PYSITELIB}/google/protobuf/proto_builder.py
+${PYSITELIB}/google/protobuf/proto_builder.pyc
+${PYSITELIB}/google/protobuf/proto_builder.pyo
+${PYSITELIB}/google/protobuf/pyext/__init__.py
+${PYSITELIB}/google/protobuf/pyext/__init__.pyc
+${PYSITELIB}/google/protobuf/pyext/__init__.pyo
+${PYSITELIB}/google/protobuf/pyext/cpp_message.py
+${PYSITELIB}/google/protobuf/pyext/cpp_message.pyc
+${PYSITELIB}/google/protobuf/pyext/cpp_message.pyo
+${PYSITELIB}/google/protobuf/pyext/python_pb2.py
+${PYSITELIB}/google/protobuf/pyext/python_pb2.pyc
+${PYSITELIB}/google/protobuf/pyext/python_pb2.pyo
+${PYSITELIB}/google/protobuf/reflection.py
+${PYSITELIB}/google/protobuf/reflection.pyc
+${PYSITELIB}/google/protobuf/reflection.pyo
+${PYSITELIB}/google/protobuf/service.py
+${PYSITELIB}/google/protobuf/service.pyc
+${PYSITELIB}/google/protobuf/service.pyo
+${PYSITELIB}/google/protobuf/service_reflection.py
+${PYSITELIB}/google/protobuf/service_reflection.pyc
+${PYSITELIB}/google/protobuf/service_reflection.pyo
+${PYSITELIB}/google/protobuf/source_context_pb2.py
+${PYSITELIB}/google/protobuf/source_context_pb2.pyc
+${PYSITELIB}/google/protobuf/source_context_pb2.pyo
+${PYSITELIB}/google/protobuf/struct_pb2.py
+${PYSITELIB}/google/protobuf/struct_pb2.pyc
+${PYSITELIB}/google/protobuf/struct_pb2.pyo
+${PYSITELIB}/google/protobuf/symbol_database.py
+${PYSITELIB}/google/protobuf/symbol_database.pyc
+${PYSITELIB}/google/protobuf/symbol_database.pyo
+${PYSITELIB}/google/protobuf/text_encoding.py
+${PYSITELIB}/google/protobuf/text_encoding.pyc
+${PYSITELIB}/google/protobuf/text_encoding.pyo
+${PYSITELIB}/google/protobuf/text_format.py
+${PYSITELIB}/google/protobuf/text_format.pyc
+${PYSITELIB}/google/protobuf/text_format.pyo
+${PYSITELIB}/google/protobuf/timestamp_pb2.py
+${PYSITELIB}/google/protobuf/timestamp_pb2.pyc
+${PYSITELIB}/google/protobuf/timestamp_pb2.pyo
+${PYSITELIB}/google/protobuf/type_pb2.py
+${PYSITELIB}/google/protobuf/type_pb2.pyc
+${PYSITELIB}/google/protobuf/type_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_arena_pb2.py
+${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.py
+${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_import_pb2.py
+${PYSITELIB}/google/protobuf/unittest_import_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_import_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_import_public_pb2.py
+${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_mset_pb2.py
+${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.py
+${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.py
+${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.py
+${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.py
+${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_pb2.py
+${PYSITELIB}/google/protobuf/unittest_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_pb2.pyo
+${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.py
+${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyc
+${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyo
+${PYSITELIB}/google/protobuf/util/__init__.py
+${PYSITELIB}/google/protobuf/util/__init__.pyc
+${PYSITELIB}/google/protobuf/util/__init__.pyo
+${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.py
+${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyc
+${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyo
+${PYSITELIB}/google/protobuf/wrappers_pb2.py
+${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
+${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-protobuf/distinfo b/py-protobuf/distinfo
new file mode 100644
index 0000000..c2a6975
--- /dev/null
+++ b/py-protobuf/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+SHA1 (protobuf-python-3.0.0.tar.gz) = f8f6508e9bc7965f7d63afe70641622fbbe1d933
+RMD160 (protobuf-python-3.0.0.tar.gz) = d3844f15146c5c4788f0026c6ec088a74fa17e6f
+SHA512 (protobuf-python-3.0.0.tar.gz) = 3d58d5e8b2ce36f6e49f3e3ec8f0a5648957a65a00dbef21e398e44735094c0024a1d94e53d90815b39ddf5db8c7af951adec126f376e3c160d8a222568c43a5
+Size (protobuf-python-3.0.0.tar.gz) = 4339278 bytes
+SHA1 (patch-gmock_configure) = a6a8e1aaff5735ef0a2643f2c0762f8704aef89f
+SHA1 (patch-gmock_configure.ac) = 0794758910f6beea74c937408979e775fd6e71bb


Home | Main Index | Thread Index | Old Index