wok diff buildbot/receipt @ rev 23535

updated python-pyasn1 (0.1.8 -> 0.4.8)
author Hans-G?nter Theisgen
date Mon Apr 06 16:15:12 2020 +0100 (2020-04-06)
parents bbebd07cdfe5
children 5ea0ce1cecc0
line diff
     1.1 --- a/buildbot/receipt	Wed Jul 06 10:44:58 2016 +0300
     1.2 +++ b/buildbot/receipt	Mon Apr 06 16:15:12 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  }