# -*- 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-lmdb
version             1.3.0
revision            0

categories-append   databases
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Universal Python binding for the LMDB Lightning Database
long_description    {*}${description}

homepage            https://lmdb.readthedocs.io/en/release

checksums           rmd160  9ee0f219a1bdad142117a4685b9e406611b4efb9 \
                    sha256  60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e \
                    size    881422

python.versions     39 310

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-cffi
}
