pkgsrc-WIP-changes archive

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

*protobuf: remove, used for updating pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Nov 2 13:21:21 2023 +0100
Changeset:	682768387185957e3dcb1b44daef0f8981999ad4

Modified Files:
	Makefile
Removed Files:
	protobuf/DESCR
	protobuf/Makefile
	protobuf/PLIST
	protobuf/buildlink3.mk
	protobuf/distinfo
	py-protobuf/DESCR
	py-protobuf/Makefile
	py-protobuf/PLIST
	py-protobuf/distinfo

Log Message:
*protobuf: remove, used for updating pkgsrc

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

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

diffstat:
 Makefile               |   4 +-
 protobuf/DESCR         |   3 -
 protobuf/Makefile      |  39 --------
 protobuf/PLIST         | 253 -------------------------------------------------
 protobuf/buildlink3.mk |  15 ---
 protobuf/distinfo      |   5 -
 py-protobuf/DESCR      |   5 -
 py-protobuf/Makefile   |  23 -----
 py-protobuf/PLIST      | 149 -----------------------------
 py-protobuf/distinfo   |   5 -
 10 files changed, 2 insertions(+), 499 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8e8fb82d36..1cc947f040 100644
--- a/Makefile
+++ b/Makefile
@@ -2713,6 +2713,8 @@ SUBDIR+=	p5-MKDoc-XML
 SUBDIR+=	p5-MMapDB
 SUBDIR+=	p5-Mail-DMARC-PurePerl
 SUBDIR+=	p5-MasonX-Apache2Handler
+SUBDIR+=	p5-Math-Business
+SUBDIR+=	p5-Math-Business-SMA
 SUBDIR+=	p5-Math-FixedPrecision
 SUBDIR+=	p5-Math-Gauss
 SUBDIR+=	p5-Maypole
@@ -3089,7 +3091,6 @@ SUBDIR+=	prometheus-lts
 SUBDIR+=	promtail
 SUBDIR+=	proplib
 SUBDIR+=	proselint
-SUBDIR+=	protobuf
 SUBDIR+=	proton-bridge
 SUBDIR+=	prover9
 SUBDIR+=	proxify
@@ -4165,7 +4166,6 @@ SUBDIR+=	py-projectq
 SUBDIR+=	py-promise
 SUBDIR+=	py-property-manager
 SUBDIR+=	py-propyte
-SUBDIR+=	py-protobuf
 SUBDIR+=	py-proxy_tools
 SUBDIR+=	py-psamm
 SUBDIR+=	py-pseudopy
diff --git a/protobuf/DESCR b/protobuf/DESCR
deleted file mode 100644
index 73df6ac90a..0000000000
--- a/protobuf/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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.
diff --git a/protobuf/Makefile b/protobuf/Makefile
deleted file mode 100644
index a39c50cc61..0000000000
--- a/protobuf/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.65 2022/12/16 10:22:57 adam Exp $
-#
-# When updating this, please also update devel/py-protobuf
-#
-# Please note: this package often changes the major version
-# number of libraries, so please compare binary packages
-# from before and after, and do a recursive PKGREVISION
-# bump if necessary
-
-DISTNAME=	protobuf-24.4
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=protocolbuffers/}
-GITHUB_PROJECT=	protobuf
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/protocolbuffers/protobuf
-COMMENT=	Google protocol buffers
-LICENSE=	modified-bsd
-
-USE_LANGUAGES=		c c++14
-
-CMAKE_ARGS+=		-Dprotobuf_ABSL_PROVIDER=package
-CMAKE_ARGS+=		-Dprotobuf_BUILD_SHARED_LIBS=ON
-# requires googletest to be checked out in third_party/googletest
-CMAKE_ARGS+=		-Dprotobuf_BUILD_TESTS=OFF
-
-# the [[ command will skip a test that would otherwise run
-CHECK_PORTABILITY_SKIP+=	src/google/protobuf/compiler/zip_output_unittest.sh
-
-.include "../../devel/cmake/build.mk"
-#.include "../../devel/googletest/buildlink3.mk"
-BUILDLINK_API_DEPENDS.abseil+=	abseil>=20230125.3
-.include "../../devel/abseil/buildlink3.mk"
-BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.0.4
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/atomic64.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/protobuf/PLIST b/protobuf/PLIST
deleted file mode 100644
index f0cea07340..0000000000
--- a/protobuf/PLIST
+++ /dev/null
@@ -1,253 +0,0 @@
-@comment $NetBSD$
-bin/protoc
-bin/protoc-${PKGVERSION}.0
-include/google/protobuf/any.h
-include/google/protobuf/any.pb.h
-include/google/protobuf/any.proto
-include/google/protobuf/api.pb.h
-include/google/protobuf/api.proto
-include/google/protobuf/arena.h
-include/google/protobuf/arena_align.h
-include/google/protobuf/arena_allocation_policy.h
-include/google/protobuf/arena_cleanup.h
-include/google/protobuf/arenastring.h
-include/google/protobuf/arenaz_sampler.h
-include/google/protobuf/compiler/allowlists/allowlist.h
-include/google/protobuf/compiler/allowlists/allowlists.h
-include/google/protobuf/compiler/code_generator.h
-include/google/protobuf/compiler/command_line_interface.h
-include/google/protobuf/compiler/cpp/enum.h
-include/google/protobuf/compiler/cpp/extension.h
-include/google/protobuf/compiler/cpp/field.h
-include/google/protobuf/compiler/cpp/field_generators/generators.h
-include/google/protobuf/compiler/cpp/file.h
-include/google/protobuf/compiler/cpp/generator.h
-include/google/protobuf/compiler/cpp/helpers.h
-include/google/protobuf/compiler/cpp/message.h
-include/google/protobuf/compiler/cpp/message_layout_helper.h
-include/google/protobuf/compiler/cpp/names.h
-include/google/protobuf/compiler/cpp/options.h
-include/google/protobuf/compiler/cpp/padding_optimizer.h
-include/google/protobuf/compiler/cpp/parse_function_generator.h
-include/google/protobuf/compiler/cpp/service.h
-include/google/protobuf/compiler/cpp/tracker.h
-include/google/protobuf/compiler/csharp/csharp_doc_comment.h
-include/google/protobuf/compiler/csharp/csharp_enum.h
-include/google/protobuf/compiler/csharp/csharp_enum_field.h
-include/google/protobuf/compiler/csharp/csharp_field_base.h
-include/google/protobuf/compiler/csharp/csharp_generator.h
-include/google/protobuf/compiler/csharp/csharp_helpers.h
-include/google/protobuf/compiler/csharp/csharp_map_field.h
-include/google/protobuf/compiler/csharp/csharp_message.h
-include/google/protobuf/compiler/csharp/csharp_message_field.h
-include/google/protobuf/compiler/csharp/csharp_options.h
-include/google/protobuf/compiler/csharp/csharp_primitive_field.h
-include/google/protobuf/compiler/csharp/csharp_reflection_class.h
-include/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h
-include/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
-include/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
-include/google/protobuf/compiler/csharp/csharp_source_generator_base.h
-include/google/protobuf/compiler/csharp/csharp_wrapper_field.h
-include/google/protobuf/compiler/csharp/names.h
-include/google/protobuf/compiler/importer.h
-include/google/protobuf/compiler/java/context.h
-include/google/protobuf/compiler/java/doc_comment.h
-include/google/protobuf/compiler/java/enum.h
-include/google/protobuf/compiler/java/enum_field.h
-include/google/protobuf/compiler/java/enum_field_lite.h
-include/google/protobuf/compiler/java/enum_lite.h
-include/google/protobuf/compiler/java/extension.h
-include/google/protobuf/compiler/java/extension_lite.h
-include/google/protobuf/compiler/java/field.h
-include/google/protobuf/compiler/java/file.h
-include/google/protobuf/compiler/java/generator.h
-include/google/protobuf/compiler/java/generator_factory.h
-include/google/protobuf/compiler/java/helpers.h
-include/google/protobuf/compiler/java/kotlin_generator.h
-include/google/protobuf/compiler/java/map_field.h
-include/google/protobuf/compiler/java/map_field_lite.h
-include/google/protobuf/compiler/java/message.h
-include/google/protobuf/compiler/java/message_builder.h
-include/google/protobuf/compiler/java/message_builder_lite.h
-include/google/protobuf/compiler/java/message_field.h
-include/google/protobuf/compiler/java/message_field_lite.h
-include/google/protobuf/compiler/java/message_lite.h
-include/google/protobuf/compiler/java/message_serialization.h
-include/google/protobuf/compiler/java/name_resolver.h
-include/google/protobuf/compiler/java/names.h
-include/google/protobuf/compiler/java/options.h
-include/google/protobuf/compiler/java/primitive_field.h
-include/google/protobuf/compiler/java/primitive_field_lite.h
-include/google/protobuf/compiler/java/service.h
-include/google/protobuf/compiler/java/shared_code_generator.h
-include/google/protobuf/compiler/java/string_field.h
-include/google/protobuf/compiler/java/string_field_lite.h
-include/google/protobuf/compiler/objectivec/enum.h
-include/google/protobuf/compiler/objectivec/enum_field.h
-include/google/protobuf/compiler/objectivec/extension.h
-include/google/protobuf/compiler/objectivec/field.h
-include/google/protobuf/compiler/objectivec/file.h
-include/google/protobuf/compiler/objectivec/generator.h
-include/google/protobuf/compiler/objectivec/helpers.h
-include/google/protobuf/compiler/objectivec/import_writer.h
-include/google/protobuf/compiler/objectivec/line_consumer.h
-include/google/protobuf/compiler/objectivec/map_field.h
-include/google/protobuf/compiler/objectivec/message.h
-include/google/protobuf/compiler/objectivec/message_field.h
-include/google/protobuf/compiler/objectivec/names.h
-include/google/protobuf/compiler/objectivec/nsobject_methods.h
-include/google/protobuf/compiler/objectivec/oneof.h
-include/google/protobuf/compiler/objectivec/options.h
-include/google/protobuf/compiler/objectivec/primitive_field.h
-include/google/protobuf/compiler/objectivec/text_format_decode_data.h
-include/google/protobuf/compiler/parser.h
-include/google/protobuf/compiler/php/names.h
-include/google/protobuf/compiler/php/php_generator.h
-include/google/protobuf/compiler/plugin.h
-include/google/protobuf/compiler/plugin.pb.h
-include/google/protobuf/compiler/plugin.proto
-include/google/protobuf/compiler/python/generator.h
-include/google/protobuf/compiler/python/helpers.h
-include/google/protobuf/compiler/python/pyi_generator.h
-include/google/protobuf/compiler/retention.h
-include/google/protobuf/compiler/ruby/ruby_generator.h
-include/google/protobuf/compiler/rust/accessors/accessors.h
-include/google/protobuf/compiler/rust/context.h
-include/google/protobuf/compiler/rust/generator.h
-include/google/protobuf/compiler/rust/message.h
-include/google/protobuf/compiler/rust/naming.h
-include/google/protobuf/compiler/scc.h
-include/google/protobuf/compiler/subprocess.h
-include/google/protobuf/compiler/zip_writer.h
-include/google/protobuf/cpp_features.pb.h
-include/google/protobuf/cpp_features.proto
-include/google/protobuf/descriptor.h
-include/google/protobuf/descriptor.pb.h
-include/google/protobuf/descriptor.proto
-include/google/protobuf/descriptor_database.h
-include/google/protobuf/descriptor_legacy.h
-include/google/protobuf/descriptor_visitor.h
-include/google/protobuf/duration.pb.h
-include/google/protobuf/duration.proto
-include/google/protobuf/dynamic_message.h
-include/google/protobuf/empty.pb.h
-include/google/protobuf/empty.proto
-include/google/protobuf/endian.h
-include/google/protobuf/explicitly_constructed.h
-include/google/protobuf/extension_set.h
-include/google/protobuf/extension_set_inl.h
-include/google/protobuf/feature_resolver.h
-include/google/protobuf/field_access_listener.h
-include/google/protobuf/field_mask.pb.h
-include/google/protobuf/field_mask.proto
-include/google/protobuf/generated_enum_reflection.h
-include/google/protobuf/generated_enum_util.h
-include/google/protobuf/generated_message_bases.h
-include/google/protobuf/generated_message_reflection.h
-include/google/protobuf/generated_message_tctable_decl.h
-include/google/protobuf/generated_message_tctable_gen.h
-include/google/protobuf/generated_message_tctable_impl.h
-include/google/protobuf/generated_message_util.h
-include/google/protobuf/has_bits.h
-include/google/protobuf/implicit_weak_message.h
-include/google/protobuf/inlined_string_field.h
-include/google/protobuf/internal_message_util.h
-include/google/protobuf/internal_visibility.h
-include/google/protobuf/io/coded_stream.h
-include/google/protobuf/io/gzip_stream.h
-include/google/protobuf/io/io_win32.h
-include/google/protobuf/io/printer.h
-include/google/protobuf/io/strtod.h
-include/google/protobuf/io/tokenizer.h
-include/google/protobuf/io/zero_copy_sink.h
-include/google/protobuf/io/zero_copy_stream.h
-include/google/protobuf/io/zero_copy_stream_impl.h
-include/google/protobuf/io/zero_copy_stream_impl_lite.h
-include/google/protobuf/json/internal/descriptor_traits.h
-include/google/protobuf/json/internal/lexer.h
-include/google/protobuf/json/internal/message_path.h
-include/google/protobuf/json/internal/parser.h
-include/google/protobuf/json/internal/parser_traits.h
-include/google/protobuf/json/internal/unparser.h
-include/google/protobuf/json/internal/unparser_traits.h
-include/google/protobuf/json/internal/untyped_message.h
-include/google/protobuf/json/internal/writer.h
-include/google/protobuf/json/internal/zero_copy_buffered_stream.h
-include/google/protobuf/json/json.h
-include/google/protobuf/map.h
-include/google/protobuf/map_entry.h
-include/google/protobuf/map_entry_lite.h
-include/google/protobuf/map_field.h
-include/google/protobuf/map_field_inl.h
-include/google/protobuf/map_field_lite.h
-include/google/protobuf/map_type_handler.h
-include/google/protobuf/message.h
-include/google/protobuf/message_lite.h
-include/google/protobuf/metadata.h
-include/google/protobuf/metadata_lite.h
-include/google/protobuf/parse_context.h
-include/google/protobuf/port.h
-include/google/protobuf/port_def.inc
-include/google/protobuf/port_undef.inc
-include/google/protobuf/raw_ptr.h
-include/google/protobuf/reflection.h
-include/google/protobuf/reflection_internal.h
-include/google/protobuf/reflection_mode.h
-include/google/protobuf/reflection_ops.h
-include/google/protobuf/repeated_field.h
-include/google/protobuf/repeated_ptr_field.h
-include/google/protobuf/serial_arena.h
-include/google/protobuf/service.h
-include/google/protobuf/source_context.pb.h
-include/google/protobuf/source_context.proto
-include/google/protobuf/string_block.h
-include/google/protobuf/struct.pb.h
-include/google/protobuf/struct.proto
-include/google/protobuf/stubs/callback.h
-include/google/protobuf/stubs/common.h
-include/google/protobuf/stubs/platform_macros.h
-include/google/protobuf/stubs/port.h
-include/google/protobuf/stubs/status_macros.h
-include/google/protobuf/text_format.h
-include/google/protobuf/thread_safe_arena.h
-include/google/protobuf/timestamp.pb.h
-include/google/protobuf/timestamp.proto
-include/google/protobuf/type.pb.h
-include/google/protobuf/type.proto
-include/google/protobuf/unknown_field_set.h
-include/google/protobuf/util/delimited_message_util.h
-include/google/protobuf/util/field_comparator.h
-include/google/protobuf/util/field_mask_util.h
-include/google/protobuf/util/json_util.h
-include/google/protobuf/util/message_differencer.h
-include/google/protobuf/util/time_util.h
-include/google/protobuf/util/type_resolver.h
-include/google/protobuf/util/type_resolver_util.h
-include/google/protobuf/varint_shuffle.h
-include/google/protobuf/wire_format.h
-include/google/protobuf/wire_format_lite.h
-include/google/protobuf/wrappers.pb.h
-include/google/protobuf/wrappers.proto
-include/utf8_range.h
-include/utf8_validity.h
-lib/cmake/protobuf/protobuf-config-version.cmake
-lib/cmake/protobuf/protobuf-config.cmake
-lib/cmake/protobuf/protobuf-generate.cmake
-lib/cmake/protobuf/protobuf-module.cmake
-lib/cmake/protobuf/protobuf-options.cmake
-lib/cmake/protobuf/protobuf-targets-noconfig.cmake
-lib/cmake/protobuf/protobuf-targets.cmake
-lib/cmake/utf8_range/utf8_range-config.cmake
-lib/cmake/utf8_range/utf8_range-targets-noconfig.cmake
-lib/cmake/utf8_range/utf8_range-targets.cmake
-lib/libprotobuf-lite.so
-lib/libprotobuf-lite.so.${PKGVERSION}.0
-lib/libprotobuf.so
-lib/libprotobuf.so.${PKGVERSION}.0
-lib/libprotoc.so
-lib/libprotoc.so.${PKGVERSION}.0
-lib/libutf8_range.a
-lib/libutf8_validity.a
-lib/pkgconfig/protobuf-lite.pc
-lib/pkgconfig/protobuf.pc
-lib/pkgconfig/utf8_range.pc
diff --git a/protobuf/buildlink3.mk b/protobuf/buildlink3.mk
deleted file mode 100644
index bee57ab322..0000000000
--- a/protobuf/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2021/11/11 12:02:46 kim Exp $
-
-BUILDLINK_TREE+=	protobuf
-
-.if !defined(PROTOBUF_BUILDLINK3_MK)
-PROTOBUF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.protobuf+=	protobuf>=24.4
-BUILDLINK_ABI_DEPENDS.protobuf+=	protobuf>=24.4
-BUILDLINK_PKGSRCDIR.protobuf?=		../../devel/protobuf
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif	# PROTOBUF_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-protobuf
diff --git a/protobuf/distinfo b/protobuf/distinfo
deleted file mode 100644
index ce00eb3e24..0000000000
--- a/protobuf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.72 2022/12/16 10:22:57 adam Exp $
-
-BLAKE2s (protobuf-24.4.tar.gz) = 24c808cbdca22e4d21a9cac1cd68809b8f8800828d4fe99b0517aadf81e55e69
-SHA512 (protobuf-24.4.tar.gz) = 52b6ab5587d03cbd1f35cf3cdc388e1710fa50f3031559ac53cf754965407ded7602cdead56080444ab695588112cc3391a1d7fdd5e565d90d0af7ad08706315
-Size (protobuf-24.4.tar.gz) = 5180235 bytes
diff --git a/py-protobuf/DESCR b/py-protobuf/DESCR
deleted file mode 100644
index 47afc5b43c..0000000000
--- a/py-protobuf/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index d0264fca48..0000000000
--- a/py-protobuf/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.65 2023/03/29 09:34:09 wiz Exp $
-
-DISTNAME=	protobuf-4.24.4
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/protobuf/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://developers.google.com/protocol-buffers/
-COMMENT=	Python bindings for protobuf
-LICENSE=	modified-bsd
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-
-USE_LANGUAGES+=	c c++11
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-MAKE_ENV+=	PROTOC=${PREFIX}/bin/protoc
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-protobuf/PLIST b/py-protobuf/PLIST
deleted file mode 100644
index 7d05179696..0000000000
--- a/py-protobuf/PLIST
+++ /dev/null
@@ -1,149 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/google/_upb/_message.so
-${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/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/api_implementation.py
-${PYSITELIB}/google/protobuf/internal/api_implementation.pyc
-${PYSITELIB}/google/protobuf/internal/api_implementation.pyo
-${PYSITELIB}/google/protobuf/internal/builder.py
-${PYSITELIB}/google/protobuf/internal/builder.pyc
-${PYSITELIB}/google/protobuf/internal/builder.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/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/extension_dict.py
-${PYSITELIB}/google/protobuf/internal/extension_dict.pyc
-${PYSITELIB}/google/protobuf/internal/extension_dict.pyo
-${PYSITELIB}/google/protobuf/internal/field_mask.py
-${PYSITELIB}/google/protobuf/internal/field_mask.pyc
-${PYSITELIB}/google/protobuf/internal/field_mask.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/python_message.py
-${PYSITELIB}/google/protobuf/internal/python_message.pyc
-${PYSITELIB}/google/protobuf/internal/python_message.pyo
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.py
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.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/well_known_types.py
-${PYSITELIB}/google/protobuf/internal/well_known_types.pyc
-${PYSITELIB}/google/protobuf/internal/well_known_types.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/json_format.py
-${PYSITELIB}/google/protobuf/json_format.pyc
-${PYSITELIB}/google/protobuf/json_format.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/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/unknown_fields.py
-${PYSITELIB}/google/protobuf/unknown_fields.pyc
-${PYSITELIB}/google/protobuf/unknown_fields.pyo
-${PYSITELIB}/google/protobuf/util/__init__.py
-${PYSITELIB}/google/protobuf/util/__init__.pyc
-${PYSITELIB}/google/protobuf/util/__init__.pyo
-${PYSITELIB}/google/protobuf/wrappers_pb2.py
-${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
-${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
-${PYSITELIB}/protobuf-${PKGVERSION}-py3.12-nspkg.pth
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
diff --git a/py-protobuf/distinfo b/py-protobuf/distinfo
deleted file mode 100644
index 14706c2ed6..0000000000
--- a/py-protobuf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.60 2022/12/16 10:22:57 adam Exp $
-
-BLAKE2s (protobuf-4.24.4.tar.gz) = 92a7afe379f7cefb40bc031db8aeba8403999d25ea5f91ec8c30d569f091dcfc
-SHA512 (protobuf-4.24.4.tar.gz) = cf108957e2387bdd5d9400c8c583ae40a0d958235bc6642443e1e34252bfea97ceb63472099755f4ec3b82317706e1b905302e3b68228f7a826d7f91fae0e797
-Size (protobuf-4.24.4.tar.gz) = 383850 bytes


Home | Main Index | Thread Index | Old Index