Files
Renee Otten 5c7aca7c4a py-django-countries: update to 7.6.1
- drop py37, add py31[0-3] subports
2025-06-05 13:31:29 -04:00

37 lines
1.2 KiB
Tcl

# -*- 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
}