Search Criteria
Package Details: python-slicerator 0.9.8-1
Git Clone URL: | https://aur.archlinux.org/python-slicerator.git (read-only, click to copy) |
---|---|
Package Base: | python-slicerator |
Description: | a lazy-loading, fancy-sliceable iterable |
Upstream URL: | https://github.com/soft-matter/slicerator |
Licenses: | |
Submitter: | Francois_B |
Maintainer: | None |
Last Packager: | Francois_B |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-13 18:11 |
Last Updated: | 2018-11-24 07:38 |
Dependencies (3)
- python (python-dbg)
- python-nose (check)
- python-setuptools (make)
Latest Comments
Francois_B commented on 2016-07-24 06:37
fixed. Thanks!
anntzer commented on 2016-07-24 01:36
This PKGBUILD results in slicerator being installed as version "0+unknown", as can be shown by "pip show slicerator". In particular, this means that "pip list --outdated" will always think that slicerator needs updating.
Grabbing the sources on PyPI ("https://files.pythonhosted.org/packages/source/s/slicerator/slicerator-$pkgver.tar.gz") does result in a correct install.