Package Details: weboob-git 3.0.r73.gfd7610aaa-1

Git Clone URL: https://aur.archlinux.org/weboob-git.git (read-only, click to copy)
Package Base: weboob-git
Description: Core library and modules for Web Outside of Browsers
Upstream URL: https://weboob.org
Licenses: LGPL3
Conflicts: weboob-headless
Provides: weboob-headless
Replaces: weboob-headless
Submitter: maturain
Maintainer: CoiledSpring
Last Packager: CoiledSpring
Votes: 29
Popularity: 0.000000
First Submitted: 2010-08-06 22:51 (UTC)
Last Updated: 2021-05-01 15:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

vnoel commented on 2010-11-08 20:57 (UTC)

Hi, here is a working PKGBUILD with python2 dependency. I did not include the change for the stable branch. I also added all the dependencies that can be found in the debian packages... ! pkgname=weboob-git pkgrel=1 pkgver=20101108 pkgdesc="python web tool: Web Out Of Browsers" url="http://weboob.org" license=('GPL') arch=('i686' 'x86_64') depends=('python2' 'python-dateutil' 'python-mechanize' 'pyxdg' 'python2-elementtidy' 'python-html2text' 'python-yaml' 'python-lxml' 'python-html5lib' 'python-clientform' 'python-feedparser' 'python-gdata' 'python-nose' 'python2-prettytable' 'python-mako' 'python-routes' 'python2-webob' 'python-imaging' 'pygtk' 'pyqt' 'pywebkitgtk' 'python-pysqlite' 'python-simplejson') makedepends=('git' 'setuptools') conflicts=('weboob') provides=('weboob') _gitroot="git://git.symlink.me/pub/romain/weboob.git" _gitname=weboob build() { cd ${srcdir} msg "Connecting to GIT server...." if [ -d ${srcdir}/$_gitname ] ; then cd $_gitname && git pull origin msg "The local files are updated." else git clone $_gitroot fi msg "GIT checkout done or server timeout" cd $srcdir/$_gitname python2 setup.py install --root=$pkgdir || return 1 }

<deleted-account> commented on 2010-11-08 12:14 (UTC)

Hi, here is a patch to use the stable branch and python2 at the installation. http://aur.pastebin.com/Rdr8jWR7

vnoel commented on 2010-11-08 09:40 (UTC)

Hi, use python2 :) Or maybe report a bug at weboob so that they support python3.

maturain commented on 2010-09-11 18:33 (UTC)

added pyqt

<deleted-account> commented on 2010-09-04 00:19 (UTC)

also missing python-qt, that lack leads an installation failure (complains about the lack of pyuic4)

maturain commented on 2010-08-10 16:24 (UTC)

thanks. the following dependencies have been added : python-mako python-routes python-webob

<deleted-account> commented on 2010-08-09 22:13 (UTC)

Hi, it seems that python-routes is a missing dependency. http://aur.pastebin.com/nPaDG58e