Search Criteria
Package Details: python-msgpack-numpy-git 0.4.8.r2.g20c5e5b-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-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: | 2025-03-02 08:06 (UTC) |
Dependencies (7)
- python-msgpack
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
- psychopy (requires python-msgpack-numpy)
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 1is what I switched to for getting the version of python git packages recently.