# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-plyvel
version             1.5.0
revision            0

categories-append   devel
license             BSD

python.versions     27 39 310 311

maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         Plyvel is a fast and feature-rich Python interface to LevelDB.
long_description    Plyvel is a Python interface to LevelDB that has a rich \
                    feature set, high performance and a friendly Pythonic API.

homepage            https://github.com/wbolster/plyvel

checksums           rmd160  ba5d8a12014c09accf7a1e10646bdc30af412e58 \
                    sha256  cd918e0b31690abcd3d202a8742caf951ab2fe1573de7af71c38456847f9202b \
                    size    152348

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    depends_lib-append      port:leveldb
}
