# -*- 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-python-debian
version             1.1.1
revision            0

distname            python_debian-${version}

checksums           rmd160  0f3b00dd6d04394f62377be11c056e7d0bf6972f \
                    sha256  fe4fc3dc798dbf1f0ef5865e2b1b4f7cc0352b6a511b25ab7594906c64a73629 \
                    size    127956

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

description         Debian package related modules
long_description    {*}${description}

homepage            https://salsa.debian.org/python-debian-team/python-debian

python.versions     310 311 312 313 314
python.pep517       yes

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

    depends_lib-append \
                    port:py${python.version}-chardet
}
