wok diff protobuf-python/receipt @ rev 21715

updated protobuf, protobuf-dev and protobuf-python (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:25:36 2019 +0100 (2019-06-12)
parents 5d50a02468c7
children 42feee1f9a23
line diff
     1.1 --- a/protobuf-python/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/protobuf-python/receipt	Wed Jun 12 13:25:36 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="protobuf-python"
     1.7 -VERSION="2.4.1"
     1.8 +VERSION="3.8.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Encode structured data in an efficient yet extensible format.(python)"
    1.11 +SHORT_DESC="Protocol buffers - Google's data interchange format (python)."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="https://developers.google.com/protocol-buffers/"
    1.15 +WEB_SITE="https://github.com/protocolbuffers/protobuf/"
    1.16 +
    1.17  SOURCE="protobuf"
    1.18 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"
    1.20 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.21 +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    1.22  
    1.23 -DEPENDS="python protobuf"
    1.24 +DEPENDS="protobuf python"
    1.25  BUILD_DEPENDS="protobuf-dev python-dev python-setuptools"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28 @@ -26,4 +27,3 @@
    1.29  {
    1.30  	cp -a $install/* $fs
    1.31  }
    1.32 -