Package Details: python-cachey 0.2.1-1

Git Clone URL: https://aur.archlinux.org/python-cachey.git (read-only, click to copy)
Package Base: python-cachey
Description: Caching based on computation time and storage space
Upstream URL: https://github.com/dask/cachey
Licenses: BSD
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 2
Popularity: 0.000000
First Submitted: 2017-05-01 19:26 (UTC)
Last Updated: 2020-03-13 20:27 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

xantares commented on 2020-03-13 20:09 (UTC) (edited on 2020-03-13 20:15 (UTC) by xantares)

python-heapdict & python2-heapdict must be added to makedepends

or better, just dropping python2 support would dorp the need for split packages

juseg commented on 2019-11-08 11:17 (UTC)

In my case the check fails with ImportError: No module named heapdict. The error is from Python2 missing python2-heapdict after a successful Python 3 installation. Does the check function needs be tailored to the concerned Python version? I could fix the error by commenting out lines relative to Python 2 in check.

thrasibule commented on 2017-05-31 21:07 (UTC)

@parchd, thanks for noticing this, I've pushed an update.

parchd commented on 2017-05-30 08:30 (UTC)

I was wrong about the missing module not being in the AUR - somehow I didn't find it when I searched before. Maybe I mistyped it and didn't notice. It is here: https://aur.archlinux.org/packages/python-heapdict/ It should still be added as a check dependency for this package I believe. Not sure if it is also used elsewhere within the package.

parchd commented on 2017-05-29 17:24 (UTC)

Is there a missing dependency for this? The tests at least seem to require heapdict, but no such module is in the repos or AUR. ERROR: Failure: ModuleNotFoundError (No module named 'heapdict')