wok diff beautifulsoup/receipt @ rev 15446

Up: efreet-dev (1.7.9)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:57:56 2013 +0100 (2013-11-05)
parents 105056b6bc58
children 9a64a856eee1
line diff
     1.1 --- a/beautifulsoup/receipt	Sun Oct 28 17:33:42 2012 +0000
     1.2 +++ b/beautifulsoup/receipt	Tue Nov 05 20:57:56 2013 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python HTML-XML parser."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="python-dev"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="beautifulsoup4"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.crummy.com/software/BeautifulSoup/"
    1.13  WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/$TARBALL"
    1.14  TAGS="parser XML HTML"
    1.15  
    1.16 +DEPENDS="python"
    1.17 +BUILD_DEPENDS="python-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {