Search Criteria
Package Details: python-aimrocks 0.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-aimrocks.git (read-only, click to copy) |
---|---|
Package Base: | python-aimrocks |
Description: | RocksDB wrapper implemented in Cython. |
Upstream URL: | https://github.com/aimhubio/aimrocks |
Licenses: | Apache |
Submitter: | yodaembedding |
Maintainer: | yodaembedding |
Last Packager: | yodaembedding |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-05 03:53 (UTC) |
Last Updated: | 2023-02-05 03:56 (UTC) |
Dependencies (11)
- bzip2 (bzip2-gitAUR)
- cython (cython-gitAUR, cython0AUR)
- lz4 (lz4-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- rocksdb
- snappy (snappy-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- python-pip (make)
- python-setuptools (make)
- python-pytest (check)
Latest Comments
MarsSeed commented on 2023-08-31 09:38 (UTC) (edited on 2023-08-31 09:38 (UTC) by MarsSeed)
Please kindly don't use
pip
in PKGBUILD; it is not allowed by Arch rules.Please follow the PEP 517 conformant setup flow outlined in Arch Wiki's Python package guidelines.
Also please don't use a prebuilt wheel, but make this build from source.
Thank you in advance if you implement these enhancements.