# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
categories-append databases
description Python bindings for leveldb database library
long_description ${description}
homepage https://code.google.com/p/py-leveldb/
master_sites pypi:l/${real_name}/
checksums rmd160 53323e06519ff4907e9b20cb10b12d05f8c04bc6 \
sha256 9ffc9b68c8c0e0a996e2409e4a95ef1fbb4dcf0f6040b21b9153cbd57c90e079
distname ${real_name}-${version}
python.versions 27 34 35 36
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
test.cmd ${python.bin} test/test.py
test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]