# -*- 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-django-countries
version             7.6.1
revision            0

categories-append   www
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Provides a country field for Django models
long_description    A Django application that provides country choices for use with forms, \
                    flag icons static files, and a country field for models.

homepage            https://github.com/SmileyChris/django-countries/

python.versions     310 311 312 313

checksums           rmd160  59c11e6869f3dd3854da21872acc42f0b3fac085 \
                    sha256  c772d4e3e54afcc5f97a018544e96f246c6d9f1db51898ab0c15cd57e19437cf \
                    size    675623

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-asgiref \
                    port:py${python.version}-typing_extensions

    depends_run-append \
                    port:py${python.version}-django
}
