Search Criteria
Package Details: python-murmurhash 1.0.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-murmurhash.git (read-only, click to copy) |
---|---|
Package Base: | python-murmurhash |
Description: | Cython bindings for MurmurHash2 |
Upstream URL: | https://github.com/explosion/murmurhash |
Licenses: | MIT |
Submitter: | crendel |
Maintainer: | adrien1018 |
Last Packager: | adrien1018 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-30 09:41 (UTC) |
Last Updated: | 2023-09-21 05:33 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
ruestique commented on 2023-01-13 00:40 (UTC)
@lmartinez-mirror
how?
lmartinez-mirror commented on 2023-01-08 04:56 (UTC)
Could not reproduce in a clean chroot. Please check your Python env and/or packages.
ruestique commented on 2023-01-08 00:09 (UTC)
ERROR Missing dependencies: setuptools jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.2.0
crendel commented on 2021-03-07 17:31 (UTC) (edited on 2021-03-07 17:37 (UTC) by crendel)
@rustemb: I'm able to build this package in my isolated build container without
python-pip
... do you only get this error when you try to build the files outside ofmakepkg
by using the azure pipeline files? I admit I'm not very familiar with azure, but since this pkgbuild doesn't use those pipeline files for building, I'm not sure thatpython-pip
should be added as a makedep for this package, but I'm open to adding it as an optional depend if this is the case. Thanks for your info!rustemb commented on 2021-02-04 23:11 (UTC)
building in clear chroot can you add
python-pip
as makedep, please?