wok diff beautifulsoup/receipt @ rev 18001

fusecloop: block devices are ... block aligned (512 bytes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 25 17:12:51 2015 +0200 (2015-04-25)
parents 9a64a856eee1
children d49d380e5ec7
line diff
     1.1 --- a/beautifulsoup/receipt	Sun Nov 10 17:35:50 2013 +0000
     1.2 +++ b/beautifulsoup/receipt	Sat Apr 25 17:12:51 2015 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="beautifulsoup4"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.crummy.com/software/BeautifulSoup/"
     1.7 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/$TARBALL"
     1.8 +WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL"
     1.9  TAGS="parser XML HTML"
    1.10  
    1.11  DEPENDS="python"
    1.12 @@ -18,7 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py build
    1.18  	python setup.py install --root=$DESTDIR
    1.19  }