# -*- 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-cinemagoer
version             2023.5.1
revision            0

platforms           {darwin any}
supported_archs     noarch
license             GPL-2+
maintainers         nomaintainer

description         Python package to access the IMDb's database
long_description    {*}${description}

homepage            https://cinemagoer.github.io/

checksums           rmd160  a06c7cae1ceb1aa5c63c362b03cd5c46edcd05e0 \
                    sha256  5ce1d77ae6546701618f11e5b1556a19d18edecad1b6d7d96973ec34941b18f2 \
                    size    259366

python.versions     312

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