# -*- 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-ebooklib
version             0.20
revision            0
categories-append   textproc
platforms           any
license             AGPL-3+
maintainers         nomaintainer

description         Ebook library which can handle EPUB2/EPUB3 format
long_description    {*}${description}
homepage            https://github.com/aerkalov/ebooklib
checksums           rmd160  08efe4dc004a0e0d5fdfdd35aba9fc1d77906951 \
                    sha256  35e2f9d7d39907be8d39ae2deb261b19848945903ae3dbb6577b187ead69e985 \
                    size    127066
supported_archs     noarch

python.versions     310 311 312 313 314

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