Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512704
en ru br
ALT Linux repos
S:0.201-alt1

Group :: Development/Python3
RPM: python3-module-leveldb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname leveldb

%def_with check

Name: python3-module-%oname
Version: 0.201
Release: alt1

Summary: Python bindings for leveldb database library
License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/leveldb/

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: gcc-c++

%py3_provides %oname

%description
Python bindings for leveldb database library.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
%__python3 -m unittest discover -v test/

%files
%doc README LICENSE
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin