You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
40 lines
1.2 KiB
Tcl
40 lines
1.2 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-genshi
|
|
version 0.7
|
|
revision 0
|
|
categories-append textproc www
|
|
platforms darwin
|
|
license BSD
|
|
|
|
python.versions 27 35 36
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Python toolkit for generation of output for the web
|
|
|
|
long_description \
|
|
Genshi is a Python library that provides an integrated set of components \
|
|
for parsing, generating, and processing HTML, XML or other textual \
|
|
content for output generation on the web.
|
|
|
|
homepage http://genshi.edgewall.org/
|
|
master_sites http://ftp.edgewall.com/pub/genshi/
|
|
|
|
distname Genshi-${version}
|
|
|
|
checksums rmd160 3c8d8dfd8cb55b30e38af0039e2c42d56669c913 \
|
|
sha256 1d154402e68bc444a55bcac101f96cb4e59373100cc7a2da07fbf3e5cc5d7352 \
|
|
size 491579
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex {Genshi-(\d+(?:\.\d+)*)\.[tz]}
|
|
}
|