Search Criteria
Package Details: hangups-git 1:0.4.10.r3.gffa4ac9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hangups-git.git (read-only, click to copy) |
---|---|
Package Base: | hangups-git |
Description: | The first third-party instant messaging client for Google Hangouts |
Upstream URL: | http://github.com/tdryer/hangups |
Keywords: | Google Hangouts |
Licenses: | MIT |
Conflicts: | hangups |
Provides: | hangups |
Submitter: | Stunts |
Maintainer: | Stunts |
Last Packager: | Stunts |
Votes: | 43 |
Popularity: | 0.000000 |
First Submitted: | 2014-09-17 10:34 (UTC) |
Last Updated: | 2020-06-15 17:29 (UTC) |
Dependencies (15)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- python-aiohttp (python-aiohttp-git)
- python-appdirs (python-appdirs-git)
- python-configargparse (python-configargparse-git)
- python-mechanicalsoup
- python-multidict
- python-protobuf (python-protobuf-git)
- python-purplex
- python-readlike
- python-reparser
- python-requests
- python-robobrowser
- python-urwid
- python-werkzeug
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (4)
- hangupsbot
- matrix-puppet-hangouts-git
- mautrix-hangouts-git (requires hangups)
- python-pickups-git
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
jose1711 commented on 2022-01-23 21:43 (UTC)
Had to edit
requires.txt
to allow newer MechanicalSoup - seems to be working OK so far.Stunts commented on 2020-06-15 17:29 (UTC)
Thanks @bobpaul. I have made the recommended changes.
bobpaul commented on 2020-06-14 16:47 (UTC) (edited on 2020-06-14 16:56 (UTC) by bobpaul)
@Stunts that didn't work.
It looks like the replacement silently failed due to no match. Use
sed -i "s/protobuf>=3.1.0,.*'/protobuf>=3.1.0'/" setup.py
Stunts commented on 2019-11-15 09:53 (UTC)
Thanks @NBonaparte. I have updated the package and used your helpful sed line. I also must say that it has been quite a while since I last used hangups, so if anyone else wants to step up as a new maintainer for this package it is yours for the taking.
NBonaparte commented on 2019-11-15 03:41 (UTC)
The sed protobuf line doesn't work because the upper bounds have changed (and probably will keep changing), resulting in the current python-protobuf version being too high.
I think this would be better:
Kabir commented on 2018-08-06 14:39 (UTC)
Thanks @Stunts that worked.
Stunts commented on 2018-08-06 12:52 (UTC) (edited on 2018-08-06 12:52 (UTC) by Stunts)
Updated the package to force a rebuild with the latest python. Note that in order to make hangups work, you will also need to rebuild "python-mechnicalsoup", "python-reparser" and "python-readlike", which at the time of writing have not yet had their PKGBUILDs bumped.
Stunts commented on 2018-07-30 11:17 (UTC)
Hi @Kabir, Just rebuild the package, which should solve your issue.
Kabir commented on 2018-07-29 04:14 (UTC) (edited on 2018-07-29 04:16 (UTC) by Kabir)
When exiting hangups I get the below message, is that normal or is it not closing cleanly? It got me wondering because it wasn't happening earlier.
`--> hangups
Traceback (most recent call last): File "/usr/bin/hangups", line 11, in <module> load_entry_point('hangups==0.4.4', 'console_scripts', 'hangups')() File "/usr/lib/python3.6/site-packages/hangups/ui/main.py", line 1135, in main datetimefmt, notifier_, args.discreet_notifications File "/usr/lib/python3.6/site-packages/hangups/ui/main.py", line 135, in init loop.run_until_complete(task) File "/usr/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete return future.result() concurrent.futures._base.CancelledError</module>
Stunts commented on 2018-05-10 10:11 (UTC)
Thanks @Kabir for the heads up. I have updated the PKGBUILD to address this problem.
1 2 3 4 5 6 .. 9 Next › Last »