You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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-klein
|
|
version 24.8.0
|
|
checksums rmd160 899acea3798f21a7ce2b9a991f7ca249c8a20ccf \
|
|
sha256 1eef4f583c4f8ef4fc57d8b57753fe6e8935501eb36497bb574064e80e3d0b15 \
|
|
size 104368
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers {ijackson @JacksonIsaac} openmaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description A micro-framework for developing production-ready web services with Python
|
|
long_description {*}${description}
|
|
homepage https://github.com/twisted/klein
|
|
|
|
python.versions 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-idna \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-twisted \
|
|
port:py${python.version}-werkzeug
|
|
}
|