You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 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-scgi
|
|
version 2.0
|
|
revision 0
|
|
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license CNRI MIT
|
|
|
|
description A Python package for implementing SCGI servers.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/nascheme/scgi
|
|
|
|
checksums rmd160 c3f8b38b1c4ac4ce16807d045ee5f3180006a0e0 \
|
|
sha256 e280c69c20c073dd2597a6f2b34fce35b34f6b8fff80dace4e5b4b2047132666 \
|
|
size 35314
|
|
|
|
python.versions 27 38 39
|
|
|
|
if {${subport} ne ${name}} {
|
|
if {${python.version} == 27} {
|
|
version 1.16
|
|
revision 0
|
|
checksums rmd160 1fd8280c478b19db09430859f268dfff6764548b \
|
|
sha256 44e7323f381fbda298a7404e7a7adc90f6652ad1df61046f88fe5be4bb173e8f \
|
|
size 30861
|
|
}
|
|
|
|
livecheck.type none
|
|
}
|