# HG changeset patch # User Hans-G?nter Theisgen # Date 1578242017 -3600 # Node ID c52d68d750004f607b99b00dbff730e8d52be52c # Parent 514eef4b898eeac31a7f02bc6869523c054aaa47 updated buildbot-slave (0.8.5 -> 0.8.14) diff -r 514eef4b898e -r c52d68d75000 buildbot-slave/receipt --- a/buildbot-slave/receipt Sun Jan 05 17:19:39 2020 +0100 +++ b/buildbot-slave/receipt Sun Jan 05 17:33:37 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="buildbot-slave" -VERSION="0.8.5" +VERSION="0.8.14" CATEGORY="development" -SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." +TAGS="python buildtools" +SHORT_DESC="Tool to automate the compile and test cycle of source code (slave part)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://buildbot.net/" +WEB_SITE="https://www.buildbot.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" -TAGS="python buildtools" +WGET_URL="https://pypi.python.org/packages/source/b/$PACKAGE/$TARBALL" DEPENDS="python twisted" BUILD_DEPENDS="python python-dev" @@ -18,7 +19,6 @@ compile_rules() { python setup.py install --root=$DESTDIR - cook_pick_manpages docs/buildslave.1 }