# HG changeset patch # User Aleksej Bobylev # Date 1534884660 -10800 # Node ID 6e83df33a44f9311fe67cddaa6ef1764e8bfde71 # Parent 8e082c402397441310c54d615e57dc9ebe0706c9 beautifulsoup -> python-beautifulsoup4 diff -r 8e082c402397 -r 6e83df33a44f beautifulsoup/receipt --- a/beautifulsoup/receipt Tue Aug 21 11:44:50 2018 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="beautifulsoup" -VERSION="4.5.0" -CATEGORY="development" -SHORT_DESC="Python HTML-XML parser." -MAINTAINER="paul@slitaz.org" -LICENSE="MIT" -WEB_SITE="https://www.crummy.com/software/BeautifulSoup/" -REPOLOGY="python:beautifulsoup" - -SOURCE="beautifulsoup4" -TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" -PROVIDES="python-beautifulsoup" -TAGS="parser XML HTML" - -DEPENDS="python" -BUILD_DEPENDS="python-dev" - -# Rules to configure and make the package. -compile_rules() -{ - python setup.py build - python setup.py install --root=$DESTDIR -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir $fs - cp -a $install/usr $fs -} diff -r 8e082c402397 -r 6e83df33a44f python-beautifulsoup4/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-beautifulsoup4/receipt Tue Aug 21 23:51:00 2018 +0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt v2. + +PACKAGE="python-beautifulsoup4" +VERSION="latest" +CATEGORY="development" +SHORT_DESC="Python HTML-XML parser" +MAINTAINER="paul@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/beautifulsoup4/" +REPOLOGY="python:beautifulsoup" + +BUILD_DEPENDS="python-dev" + +compile_rules() { + pip install --no-compile --root=$DESTDIR beautifulsoup4 +} + +genpkg_rules() { + VERSION=$(sed -n '/^Successfully installed/ s|.*beautifulsoup4-||p' $LOGS/$PACKAGE.log) + copy @std + DEPENDS="python" + TAGS="parser XML HTML" +} diff -r 8e082c402397 -r 6e83df33a44f python-ofxparse/receipt --- a/python-ofxparse/receipt Tue Aug 21 11:44:50 2018 +0300 +++ b/python-ofxparse/receipt Tue Aug 21 23:51:00 2018 +0300 @@ -13,7 +13,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python beautifulsoup" +DEPENDS="python python-beautifulsoup4" BUILD_DEPENDS="python" # Rules to configure and make the package. diff -r 8e082c402397 -r 6e83df33a44f screenlets/receipt --- a/screenlets/receipt Tue Aug 21 11:44:50 2018 +0300 +++ b/screenlets/receipt Tue Aug 21 23:51:00 2018 +0300 @@ -22,7 +22,7 @@ genpkg_rules() { copy @std - DEPENDS="python pygtk python-xdg beautifulsoup gnome-python-desktop \ + DEPENDS="python pygtk python-xdg python-beautifulsoup4 gnome-python-desktop \ dbus-python gnome-icon-theme" }