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 (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- 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-git, git-vfs, git-run-command-patch-git) (make)
Required by (4)
- hangupsbot
- matrix-puppet-hangouts-git
- mautrix-hangouts-git (requires hangups)
- python-pickups-git
Latest Comments
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.
Kabir commented on 2018-05-09 14:28 (UTC) (edited on 2018-05-09 14:31 (UTC) by Kabir)
I think the same error has reoccurred. There was an update to python aiohttp and now hangups gives a DistributionNotFound exception, The 'async-timeout<3,>=2' distribution was not found
Stunts commented on 2018-02-26 11:02 (UTC)
@739f2caa0c Thanks, I have bumped the package. I have also removed the "patch" line that hacked around the aiohttp version 2.
cucu9 commented on 2018-02-26 04:36 (UTC)
Currently broken from recent updates. New commits just added to add compatibility with aiohttp 3.
Stunts commented on 2018-01-31 15:02 (UTC)
Updated the PKGBUILD to include "provides" and "conflicts" fields, now that a stable hangups package is also available.
Freso commented on 2018-01-31 14:55 (UTC)
"hangups" should be added to $provides and $conflicts.
Stunts commented on 2017-02-24 11:27 (UTC)
adamc83 commented on 2017-02-23 21:14 (UTC)
Stunts commented on 2017-02-17 10:27 (UTC)
adamc83 commented on 2017-02-17 03:49 (UTC)
Stunts commented on 2017-02-16 14:18 (UTC)
adamc83 commented on 2017-02-16 02:17 (UTC)
Stunts commented on 2017-02-15 10:18 (UTC)
yar commented on 2017-02-15 04:40 (UTC)
Stunts commented on 2017-02-14 22:12 (UTC)
adamc83 commented on 2017-02-14 21:17 (UTC)
Stunts commented on 2017-01-06 14:59 (UTC)
Stunts commented on 2016-12-29 23:30 (UTC)
Stunts commented on 2016-09-19 11:42 (UTC)
Stunts commented on 2016-01-10 22:36 (UTC)
Freso commented on 2016-01-09 10:21 (UTC) (edited on 2016-01-09 10:21 (UTC) by Freso)
Stunts commented on 2015-11-02 10:16 (UTC)
Stunts commented on 2015-10-02 14:18 (UTC)
Stunts commented on 2015-08-27 22:03 (UTC)
Stunts commented on 2015-08-27 22:02 (UTC)
jodizzle commented on 2015-08-27 21:37 (UTC)
Stunts commented on 2015-08-27 21:32 (UTC)
jodizzle commented on 2015-08-27 21:27 (UTC)
4z01235 commented on 2015-08-27 20:16 (UTC)
e8hffff commented on 2015-08-26 18:40 (UTC)
Stunts commented on 2015-08-26 00:49 (UTC)
Meistache commented on 2015-08-24 16:47 (UTC)
Stunts commented on 2015-07-02 14:54 (UTC)
vivaeltopo commented on 2015-07-01 11:52 (UTC)
Stunts commented on 2015-06-12 13:48 (UTC)
Stunts commented on 2015-06-12 13:41 (UTC)
jangler commented on 2015-06-12 13:38 (UTC)
Stunts commented on 2015-05-26 09:15 (UTC)
Stunts commented on 2015-05-12 21:08 (UTC)
Stunts commented on 2015-05-12 21:01 (UTC)
dreuter commented on 2015-05-07 12:13 (UTC)
Stunts commented on 2015-04-25 22:21 (UTC)
StatelessCat commented on 2015-04-25 22:19 (UTC)
Stunts commented on 2015-04-25 22:06 (UTC)
Mikos commented on 2015-04-25 18:26 (UTC)
StatelessCat commented on 2015-04-25 18:22 (UTC)
Mikos commented on 2015-04-25 18:00 (UTC)
StatelessCat commented on 2015-04-25 17:31 (UTC)
Mikos commented on 2015-04-23 08:24 (UTC)
Stunts commented on 2015-04-21 14:06 (UTC)
Mikos commented on 2015-04-21 13:59 (UTC)
Stunts commented on 2015-04-21 11:31 (UTC)
Stunts commented on 2015-04-21 11:25 (UTC)
McHearty commented on 2015-04-20 06:09 (UTC)
commented on 2015-04-06 09:32 (UTC)
Stunts commented on 2015-04-05 21:32 (UTC)
commented on 2015-04-05 16:39 (UTC)
Stunts commented on 2015-03-11 10:47 (UTC)
Mikos commented on 2015-03-10 21:54 (UTC)
Stunts commented on 2015-03-01 15:48 (UTC)
Stunts commented on 2015-02-24 22:33 (UTC)
4z01235 commented on 2015-02-24 18:48 (UTC)
Stunts commented on 2015-02-19 09:25 (UTC)
McHearty commented on 2015-02-19 02:03 (UTC)
Stunts commented on 2015-02-18 09:59 (UTC)
Stunts commented on 2015-02-03 10:20 (UTC)
Stunts commented on 2015-01-21 14:35 (UTC)
crunchy_crow commented on 2015-01-21 12:46 (UTC)
Stunts commented on 2015-01-13 22:33 (UTC)
Stunts commented on 2015-01-13 22:28 (UTC)
Stunts commented on 2015-01-13 21:45 (UTC)
EbKeth commented on 2015-01-13 02:42 (UTC)
Stunts commented on 2014-09-30 21:25 (UTC)
figue commented on 2014-09-22 14:00 (UTC)
Stunts commented on 2014-09-22 10:10 (UTC)
Stunts commented on 2014-09-22 10:09 (UTC)
figue commented on 2014-09-21 00:35 (UTC)
Stunts commented on 2014-09-20 22:06 (UTC)
Mikos commented on 2014-09-20 10:05 (UTC)