Revision: 130292 https://trac.macports.org/changeset/130292 Author: larryv@macports.org Date: 2014-12-29 17:21:08 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-turbojson: Rearrange and reformat Modified Paths: -------------- trunk/dports/python/py-turbojson/Portfile Modified: trunk/dports/python/py-turbojson/Portfile =================================================================== --- trunk/dports/python/py-turbojson/Portfile 2014-12-30 01:21:06 UTC (rev 130291) +++ trunk/dports/python/py-turbojson/Portfile 2014-12-30 01:21:08 UTC (rev 130292) @@ -6,16 +6,18 @@ name py-turbojson version 1.1.2 +platforms darwin +supported_archs noarch +license MIT maintainers nomaintainer + description Python template plugin that supports JSON long_description This package provides a template engine plugin, \ allowing you to easily use JSON via the simplejson \ module with TurboGears, Buffet or other systems \ that support python.templating.engines. -license MIT -platforms darwin -supported_archs noarch homepage http://pypi.python.org/pypi/TurboJson/ + master_sites http://pypi.python.org/packages/source/T/TurboJson/ distname TurboJson-${version} checksums md5 21969123122e02d87e2727a73e950796 \ @@ -25,7 +27,7 @@ python.versions 24 25 if {${name} ne ${subport}} { - depends_lib port:py${python.version}-ruledispatch + depends_lib port:py${python.version}-ruledispatch post-destroot { xinstall -m 644 -W ${worksrcpath} \ README.txt ${destroot}${prefix}/share/doc/${subport}
participants (1)
-
larryv@macports.org