Ticket #34268: tempita.patch
File tempita.patch, 3.5 KB (added by singingwolfboy@…, 13 years ago) |
---|
-
py26-tempita/Portfile
1 # $Id$2 3 PortSystem 1.04 PortGroup python26 1.05 6 name py26-tempita7 version 0.5.18 maintainers perry openmaintainer9 platforms darwin10 supported_archs noarch11 12 description Tempita is a small templating language for text \13 substitution.14 long_description ${description}15 license MIT16 homepage http://pypi.python.org/pypi/Tempita/17 18 livecheck.regex {>Tempita (.+) :}19 livecheck.type regex20 livecheck.url ${homepage}21 22 depends_build-append port:py26-distribute23 24 distname Tempita-${version}25 master_sites http://pypi.python.org/packages/source/T/Tempita/26 27 checksums rmd160 85daca3631dcfecbdc1525d1b281f684dbf5c066 -
py27-tempita/Portfile
1 # $Id$2 3 PortSystem 1.04 PortGroup python27 1.05 6 name py27-tempita7 version 0.5.18 maintainers perry openmaintainer9 platforms darwin10 supported_archs noarch11 12 description Tempita is a small templating language for text \13 substitution.14 long_description ${description}15 license MIT16 homepage http://pypi.python.org/pypi/Tempita/17 18 livecheck.regex {>Tempita (.+) :}19 livecheck.type regex20 livecheck.url ${homepage}21 22 depends_build-append port:py27-distribute23 24 distname Tempita-${version}25 master_sites http://pypi.python.org/packages/source/T/Tempita/26 27 checksums rmd160 85daca3631dcfecbdc1525d1b281f684dbf5c066 -
py-tempita/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python 271.04 PortGroup python 1.0 5 5 6 name py27-tempita 6 name py-tempita 7 set real_name Tempita 7 8 version 0.5.1 9 python.versions 25 26 27 10 python.default_version 27 8 11 maintainers perry openmaintainer 9 12 platforms darwin 10 13 supported_archs noarch … … 13 16 substitution. 14 17 long_description ${description} 15 18 license MIT 16 homepage http://pypi.python.org/pypi/ Tempita/19 homepage http://pypi.python.org/pypi/${real_name}/ 17 20 18 21 livecheck.regex {>Tempita (.+) :} 19 22 livecheck.type regex 20 23 livecheck.url ${homepage} 21 24 22 depends_build-append port:py27-distribute 25 if {$name != $subport} { 26 depends_build-append port:py${python.version}-distribute 27 } 23 28 24 distname Tempita-${version}25 master_sites http://pypi.python.org/packages/source/T/ Tempita/29 distname ${real_name}-${version} 30 master_sites http://pypi.python.org/packages/source/T/${real_name}/ 26 31 27 32 checksums rmd160 85daca3631dcfecbdc1525d1b281f684dbf5c066