Package Details: python-quamash 0.6.1-7

Git Clone URL: https://aur.archlinux.org/python-quamash.git (read-only, click to copy)
Package Base: python-quamash
Description: Implementation of the asyncio (PEP 3156) event-loop with Qt
Upstream URL: https://github.com/harvimt/quamash
Licenses: BSD
Submitter: Mikos
Maintainer: None
Last Packager: lilac
Votes: 15
Popularity: 0.000000
First Submitted: 2015-04-26 15:33 (UTC)
Last Updated: 2019-11-14 21:36 (UTC)

Latest Comments

1 2 Next › Last »

rootjdev commented on 2023-04-03 01:54 (UTC)

@silversilva, I believe we should mark this as orphaned For the people trying to get VirtScreen running, I have a fork here which swaps out the dependency and uses qasync

silversilva commented on 2023-03-31 16:17 (UTC)

I am seeing the same error as @ksanrd4, @daviding and @rootjdev. Can you please release a fix for it or pin the solution if there is one? Also can you please acknowledge this issue since i am not sure whether i should flag this package as orphaned?

ksandr commented on 2022-12-13 18:38 (UTC)

Traceback (most recent call last): File "/home/ksandr/.cache/pikaur/build/python-quamash/src/Quam <module> import quamash File "/home/ksandr/.cache/pikaur/build/python-quamash/src/Quam line 594, in <module> from ._unix import _SelectorEventLoop File "/home/ksandr/.cache/pikaur/build/python-quamash/src/Quamne 44, in <module> class _SelectorMapping(collections.Mapping): AttributeError: module 'collections' has no attribute 'Mapping'

daviding commented on 2022-06-28 14:16 (UTC) (edited on 2022-06-28 14:18 (UTC) by daviding)

I'm seeing an attribute error.

-- begin paste --

==> Extracting sources...
-> Extracting Quamash-0.6.1.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... Traceback (most recent call last): File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/setup.py", line 2, in <module> import quamash File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/quamash/init.py", line 594, in <module> from ._unix import _SelectorEventLoop File "/var/tmp/pamac-build-daviding/python-quamash/src/Quamash-0.6.1/quamash/_unix.py", line 44, in <module> class _SelectorMapping(collections.Mapping): AttributeError: module 'collections' has no attribute 'Mapping' ==> ERROR: A failure occurred in build(). Aborting...

-- end paste --

I was looking into Virtscreen that has quamash as a dependency. https://aur.archlinux.org/packages/virtscreen

rootjdev commented on 2022-01-04 08:35 (UTC) (edited on 2022-01-04 22:19 (UTC) by rootjdev)

my python version is 3.10.1, and using makepkg results in AttributeError: module 'collections' has no attribute 'Mapping' in /python-quamash/src/Quamash-0.6.1/quamash/_unix.py, line 44. reading this https://stackoverflow.com/a/69464772/4361749 and then using collections.abc.Mapping instead of collections.Mapping seems to solve the problem. Could we change that in the upstream package?

Or on the other hand, as you solved it in the upstream package already, could you make a new release with that fix?

bruceutut commented on 2019-03-25 09:24 (UTC)

@Freso
Thanks for your comment
will update license of PKGBUILD on next rebuild or version.

Freso commented on 2019-03-25 09:04 (UTC)

You should rename the downloaded "LICENSE" file so it has a unique filename; see the "warning" at https://wiki.archlinux.org/index.php/PKGBUILD#source

(Also, the license isn't "custom", it's a BSD 2-clause license.)

bruceutut commented on 2018-12-04 07:21 (UTC)

Version 0.6.1 is ready. Leave comments if it's not working.

bruceutut commented on 2018-12-03 10:43 (UTC)

0.6.1 added python 3.7 support, could you update the package plz?

Changing pkgver and source link makes it build and work well on Python 3.7.