wok diff beautifulsoup/receipt @ rev 15325
Up tcpdump (4.4.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 21:59:48 2013 +0000 (2013-09-27) |
parents | 105056b6bc58 |
children | 9a64a856eee1 |
line diff
1.1 --- a/beautifulsoup/receipt Sun Oct 28 17:33:42 2012 +0000 1.2 +++ b/beautifulsoup/receipt Fri Sep 27 21:59:48 2013 +0000 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 {