Files
2022-11-21 03:44:50 +11:00

35 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
PortGroup deprecated 1.0
name py-pastewebkit
version 1.0
revision 0
categories-append www
license MIT
maintainers nomaintainer
description A port/reimplementation of Webware WebKit in WSGI and Paste.
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
homepage http://pythonpaste.org/webkit/
python.rootname PasteWebKit
checksums rmd160 4d19e591be25c8c9fcd3b152d794750976ef49d3 \
sha256 df5d95cfbf6514e2655bbf3273895109c88696749740c8acc5365969756435b9 \
size 74328
deprecated.upstream_support no
python.versions 27
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}