Files
Renee Otten d913546bed py-peak: add/conform to modeline, deprecated
- fix livecheck
- modernize checksums
2020-02-08 15:32:58 -05:00

42 lines
1.3 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-peak
version 0.5a3
revision 1
platforms darwin
license ZPL-2 Permissive
maintainers nomaintainer
description PEAK is the Python Enterprise Application Kit
long_description PEAK is a Python framework for rapidly developing and \
reusing application components.
homepage http://peak.telecommunity.com/
master_sites ${homepage}dist/
distname PEAK-${version}
checksums md5 c297e49de35d923dd2da2a9d582e00e4 \
rmd160 438a32e21a9f5c816e9abefbc54d77dc2fccb3d0 \
sha256 57143088b0638264bea7e9bf17b3f4cf221e35ed3bcf2d24db96cbc6da4bd9dd \
size 1457398
deprecated.upstream_support no
python.versions 27
if {${name} ne ${subport}} {
post-destroot {
xinstall -m 0644 -W ${worksrcpath} CHANGES.txt FEATURES.txt HISTORY.txt \
INSTALL.txt README.txt STATUS.txt TODO.txt \
${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none
} else {
livecheck.regex PEAK-(\[^"]+)${extract.suffix}
}