Search Criteria
Package Details: python-msgpack-numpy-git 0.4.7.1.r0.g963db59-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-msgpack-numpy-git.git (read-only, click to copy) |
---|---|
Package Base: | python-msgpack-numpy-git |
Description: | Serialize numpy arrays using msgpack |
Upstream URL: | https://github.com/lebedov/msgpack-numpy |
Licenses: | BSD |
Conflicts: | python-msgpack-numpy |
Provides: | python-msgpack-numpy |
Submitter: | jyantis |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-09-29 19:56 (UTC) |
Last Updated: | 2021-12-13 09:11 (UTC) |
Latest Comments
DanielNak commented on 2018-11-26 19:39 (UTC)
It seems that the version update script in the PKGBUILD isn't returning the newest version.
cat setup.py | grep VERSION | cut -d "'" -f2 | head -n 1
is what I switched to for getting the version of python git packages recently.