wok-6.x rev 22566
updated buildbot (0.8.5 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 05 17:19:39 2020 +0100 (2020-01-05) |
parents | 5261e289a47f |
children | c52d68d75000 |
files | buildbot/receipt |
line diff
1.1 --- a/buildbot/receipt Sun Jan 05 17:11:40 2020 +0100 1.2 +++ b/buildbot/receipt Sun Jan 05 17:19:39 2020 +0100 1.3 @@ -1,30 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="buildbot" 1.7 -VERSION="0.8.5" 1.8 +VERSION="2.5.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Tool to automate the compile/test cycle of code source." 1.11 +TAGS="python buildtools" 1.12 +SHORT_DESC="Tool to automate the compile and test cycle of source code." 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://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.22 1.23 -DEPENDS="python twisted" 1.24 -BUILD_DEPENDS="python python-dev" 1.25 +DEPENDS="py3k twisted" 1.26 +BUILD_DEPENDS="py3k py3k-dev python-setuptools" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - python setup.py install --root=$DESTDIR 1.32 - 1.33 + python3 setup.py install --root=$DESTDIR 1.34 cook_pick_manpages docs/buildbot.1 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - cp -a $install/* $fs 1.41 - rm -r $fs/usr/share/man 1.42 + cp -a $install/* $fs 1.43 + rm -r $fs/usr/share/man 1.44 }