wok rev 22567

updated buildbot-slave (0.8.5 -> 0.8.14)
author Hans-G?nter Theisgen
date Sun Jan 05 17:33:37 2020 +0100 (2020-01-05)
parents 514eef4b898e
children fa44252c430c
files buildbot-slave/receipt
line diff
     1.1 --- a/buildbot-slave/receipt	Sun Jan 05 17:19:39 2020 +0100
     1.2 +++ b/buildbot-slave/receipt	Sun Jan 05 17:33:37 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