# -*- 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                comicon
version             1.5.0
revision            1
categories-prepend  office sysutils
platforms           any
license             AGPL-3
maintainers         nomaintainer
description         Simple comic conversion library
long_description    {*}${description} between CBZ/EPUB/MOBI/PDF.
homepage            https://github.com/potatoeggy/comicon
checksums           rmd160  9716d30c36e152fab51033c6f25d8348685bac5e \
                    sha256  699566387ad339a773aad292aec7ea19bc02c133725500f79182dd56f2861f1f \
                    size    25304
supported_archs     noarch

python.default_version  313
python.pep517_backend   poetry

depends_lib-append  port:py${python.version}-ebooklib \
                    port:py${python.version}-lxml \
                    port:py${python.version}-Pillow \
                    port:py${python.version}-pypdf \
                    port:py${python.version}-slugify
