Revision: 90313 http://trac.macports.org/changeset/90313 Author: raimue@macports.org Date: 2012-03-01 11:09:09 -0800 (Thu, 01 Mar 2012) Log Message: ----------- python/py-tahchee: Maintainer update, unify with python port group, closes #33047 Modified Paths: -------------- trunk/dports/python/py-tahchee/Portfile Removed Paths: ------------- trunk/dports/python/py26-tahchee/ Modified: trunk/dports/python/py-tahchee/Portfile =================================================================== --- trunk/dports/python/py-tahchee/Portfile 2012-03-01 19:02:55 UTC (rev 90312) +++ trunk/dports/python/py-tahchee/Portfile 2012-03-01 19:09:09 UTC (rev 90313) @@ -1,13 +1,15 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python 1.0 name py-tahchee version 0.9.8 +python.versions 25 26 27 +python.default_version 27 categories python www platforms darwin -maintainers nomaintainer +maintainers gmx.net:alex_a_bordeaux description build static web sites with the Cheetah template system long_description Tahchee is a tool for developers and Web designers that \ makes it possible to easily build a static Web site using the \ @@ -17,7 +19,9 @@ distname tahchee-${version} checksums sha1 5657fd9b8ae6c2f825f75f06aceace7fa7695d82 -depends_lib-append port:py-cheetah +if {$subport != $name} { + depends_lib port:py${python.version}-cheetah +} extract.post_args "| tar -xf - --exclude '.MANUAL.txt.swp'"