mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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-myghty
|
|
version 1.2
|
|
revision 0
|
|
categories-append www
|
|
license MIT
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description Myghty is a Python based templating framework \
|
|
originally based on HTML::Mason.
|
|
long_description Myghty fully implements Mason's templating \
|
|
language, component-based architecture, and \
|
|
caching system, and goes beyond, adding new \
|
|
paradigms such the Module Components \
|
|
controller paradigm, full Python whitespace \
|
|
syntax, threading support, WSGI support, \
|
|
session support, and much more.
|
|
|
|
platforms {darwin any}
|
|
|
|
homepage http://www.myghty.org
|
|
python.rootname Myghty
|
|
|
|
checksums rmd160 03d981761e61d38df72f27d71aa9b1e3220cb233 \
|
|
sha256 3de2d5bfd7ad8bd7cc33827b3b481fe8143dbe67eb0bcb53d38d46530a2fa7aa \
|
|
size 292439
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|