Package Details: woob-git 3.7.r97.ga5391da3a-1

Git Clone URL: https://aur.archlinux.org/woob-git.git (read-only, click to copy)
Package Base: woob-git
Description: Core library and modules for Web Outside of Browsers
Upstream URL: https://woob.tech
Licenses: LGPL3
Conflicts: weboob-git, weboob-headless, weboob-qt, woob
Provides: woob, woob-headless
Replaces: weboob, woob, woob-headless
Submitter: benjaminvialle
Maintainer: cgirard
Last Packager: cgirard
Votes: 30
Popularity: 0.000000
First Submitted: 2021-05-01 19:16 (UTC)
Last Updated: 2025-02-24 13:54 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

rakoo commented on 2024-11-18 16:00 (UTC) (edited on 2024-11-18 16:01 (UTC) by rakoo)

Hey there, here's a patch for adding man pages to the package

From d1a33b026f04e0a3aa155e650340e6bdb1193906 Mon Sep 17 00:00:00 2001
From: rako <m@rako.space>
Date: Mon, 18 Nov 2024 16:43:57 +0100
Subject: [PATCH 1/2] Include man pages in package

---
 PKGBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PKGBUILD b/PKGBUILD
index 474a41e..88595c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,5 +44,7 @@ build() {
 package() {
   cd "${srcdir}/woob"
   python -m installer --destdir="$pkgdir" dist/*.whl
+  install -m 755 -d "${pkgdir}/usr/share/man/man1"
+  install -m 755 man/*.1 "${pkgdir}/usr/share/man/man1"
 }

-- 
2.46.1

Archange commented on 2020-02-14 14:42 (UTC)

@cgirard: Indeed, so I’ll merge this back into weboob-git instead (no point in an headless version anymore).

marco44 commented on 2020-01-16 17:54 (UTC)

python2-google-api-python-client just disappeared from aur…

cgirard commented on 2020-01-15 15:07 (UTC)

In addition to my previous comment, the no-qt and no-xdg options are no longer available: https://git.weboob.org/weboob/weboob/commit/6e729c213ab63d4a130012b6bd4bb3927bcf6465

ahuillet commented on 2020-01-12 18:11 (UTC)

Please, update to take laurentb's latest comment into account, or orphan so somebody else can do it.

laurentb commented on 2019-12-23 16:06 (UTC)

We have split weboob in two repositories now, since it created more problems than it solved to have the --qt options.

So there is weboob and weboob-qt.

There should be a new weboob-qt-git package here, and weboob-git being only for weboob without the graphical applications.

mathieu.clabaut commented on 2019-12-23 11:10 (UTC)

For information, after a system update I've got the following error.

==> Starting package()...
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --qt not recognized

cgirard commented on 2019-10-24 20:49 (UTC)

Hi, could you add provide for weboob-headless as well? kresus requires it.

Archange commented on 2019-09-29 15:29 (UTC)

Thanks @laurentb, I’ve updated and also switched to python3.

laurentb commented on 2019-09-12 08:59 (UTC)

Also, the new git URL is https://git.weboob.org/weboob/weboob.git (the old one still works, it's a redirect)