wok diff buildbot-slave/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents a511baf85854
children 104a2a2e5484
line diff
     1.1 --- a/buildbot-slave/receipt	Wed Jul 06 10:09:09 2016 +0300
     1.2 +++ b/buildbot-slave/receipt	Tue Jan 14 13:39:45 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="buildbot-slave"
     1.7 -VERSION="0.8.5"
     1.8 +VERSION="0.8.14"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)."
    1.11 +TAGS="python buildtools"
    1.12 +SHORT_DESC="Tool to automate the compile and test cycle of source code (slave part)."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="http://buildbot.net/"
    1.16 +WEB_SITE="https://www.buildbot.net/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 -WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    1.20 -TAGS="python buildtools"
    1.21 +WGET_URL="https://pypi.python.org/packages/source/b/$PACKAGE/$TARBALL"
    1.22  
    1.23  DEPENDS="python twisted"
    1.24  BUILD_DEPENDS="python python-dev"
    1.25 @@ -18,7 +19,6 @@
    1.26  compile_rules()
    1.27  {
    1.28  	python setup.py install --root=$DESTDIR
    1.29 -
    1.30  	cook_pick_manpages docs/buildslave.1
    1.31  }
    1.32