Search Criteria
Package Details: python-msgpack-numpy-git 0.4.8.r2.g20c5e5b-1
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-3-Clause |
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: | 2024-09-21 09:12 (UTC) |
Dependencies (7)
- python-msgpack
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (2)
- psychopy (requires python-msgpack-numpy)
- python-intake (requires python-msgpack-numpy) (optional)
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.