From 08b573d39e4ea5c0502969d5c0f6f57cc1b3607b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 19 Feb 2021 09:08:50 -0500 Subject: [PATCH] python3-protobuf: update to 3.15.0. --- srcpkgs/python3-protobuf/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index eb4752e186..7dbd630c8a 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,6 +1,6 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=3.14.0 +version=3.15.0 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module @@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz" -checksum=1d63eb389347293d8915fb47bee0951c7b5dab522a4a60118b9a18f33e21f8ce +checksum=e9f13fadb15b80e4a83ef5d9fa44e19243b1e2d96e84ee2228ca305180ca059e build_options="cppext" build_options_default="cppext" @@ -23,6 +23,10 @@ if [ "$build_option_cppext" ]; then makedepends+=" python3-devel protobuf-devel" fi +do_check() { + echo "skipping check: package ships with no tests" +} + post_install() { sed -n 1,29p google/protobuf/__init__.py >LICENSE vlicense LICENSE