Search Criteria
Package Details: python-leveldb 0.201-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-leveldb.git (read-only, click to copy) |
---|---|
Package Base: | python-leveldb |
Description: | Python bindings for leveldb database library |
Upstream URL: | https://github.com/rjpower/py-leveldb/ |
Licenses: | BSD-3-Clause |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 12 |
Popularity: | 0.005926 |
First Submitted: | 2017-03-19 06:49 (UTC) |
Last Updated: | 2024-04-28 17:42 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-nose (check)
Required by (11)
- caffe (optional)
- caffe-cmake-git
- caffe-cuda (optional)
- caffe-cuda-git (optional)
- caffe-git (optional)
- caffe-ssd (optional)
- python-amulet-core
- python-amulet-core-git
- python-amulet-leveldb
- python-amulet-leveldb-git
- python-mdit_plain-git
Latest Comments
dbermond commented on 2022-11-11 19:52 (UTC)
@Samsagax Package updated. I'm slowly updating my packages, since I have a lot of them.
Samsagax commented on 2022-11-09 21:37 (UTC)
Hello again. This package needs to add
git -c protocol.file.allow=always submodule update
since you are using submodules since git 2.28.1:https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
npaladin2000 commented on 2022-09-05 23:35 (UTC)
Getting an error building:
dbermond commented on 2022-08-18 20:37 (UTC)
@Samsagax Updated the build path to reflect python changes. Thanks for reporting.
Samsagax commented on 2022-08-16 21:34 (UTC) (edited on 2022-08-16 21:37 (UTC) by Samsagax)
Its failing to build cause of the check() function fails to find the correct python path:
Correct check() function should be:
Look for the PYTHONPATH and pyver changes
dbermond commented on 2019-11-20 21:51 (UTC)
@troyengel Fixed. Thanks.
tengel commented on 2019-11-20 13:50 (UTC)
AUR version 0.20-2
The upstream code is not compatible with the new python 3.8 upgrade, I had to apply the same patch as the Fedora packagers: https://src.fedoraproject.org/rpms/python-leveldb/c/57adbb30b4d4c1ee58976eaa8ca5b3cea9c516ab?branch=master
dbermond commented on 2017-03-27 17:35 (UTC)
petronny commented on 2017-03-25 07:57 (UTC)