Files
2026-04-06 07:53:17 -05:00

22 lines
827 B
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-flask-restx
version 1.3.2
revision 0
license BSD
maintainers {mps @Schamschula} openmaintainer
description Flask-RESTX is an extension for Flask that adds support for quickly \
building REST APIs.
long_description {*}${description}
homepage https://github.com/python-restx/flask-restx
checksums rmd160 ec390c65b5fd9c56f13669828b47f18e2edc7797 \
sha256 0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5 \
size 2814719
python.versions 310 311 312 313 314