You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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-flasgger
|
|
version 0.9.7.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Extract swagger specs from your flask project
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/flasgger/flasgger/
|
|
|
|
checksums rmd160 4f7ec007cb1f6c920db599485d7cb6c776da0e2a \
|
|
sha256 ca098e10bfbb12f047acc6299cc70a33851943a746e550d86e65e60d4df245fb \
|
|
size 3979409
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-flask \
|
|
port:py${python.version}-yaml \
|
|
port:py${python.version}-jsonschema \
|
|
port:py${python.version}-mistune \
|
|
port:py${python.version}-six \
|
|
port:py${python.version}-packaging
|
|
}
|