[99973] trunk/dports/python
and.damore at macports.org
and.damore at macports.org
Fri Nov 23 07:37:06 PST 2012
Revision: 99973
https://trac.macports.org/changeset/99973
Author: and.damore at macports.org
Date: 2012-11-23 07:37:06 -0800 (Fri, 23 Nov 2012)
Log Message:
-----------
new port: py-webpy
Added Paths:
-----------
trunk/dports/python/py-webpy/
trunk/dports/python/py-webpy/Portfile
Added: trunk/dports/python/py-webpy/Portfile
===================================================================
--- trunk/dports/python/py-webpy/Portfile (rev 0)
+++ trunk/dports/python/py-webpy/Portfile 2012-11-23 15:37:06 UTC (rev 99973)
@@ -0,0 +1,40 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+github.setup webpy webpy 0.37 webpy-
+name py-webpy
+license Public-domain
+categories-append www
+platforms darwin
+maintainers nomaintainer
+description web.py is a web framework for Python that is as simple as it is powerful
+long_description $description
+
+checksums sha1 8102aee9a21f6a57dafce46f877b0407624b6f85 \
+ rmd160 99e5194bb60a95601259c5ad1e0ac61fb16570bf \
+ sha256 0cd5aeea3aef4fceb172470511c0ad54a2780e0f9e82be4c594dc089cce99944
+
+python.versions 25 26 27
+python.default_version 27
+
+if {${subport} != ${name}} {
+
+ depends_lib-append port:py${python.version}-distribute
+
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath} ChangeLog.txt LICENSE.txt README.md \
+ ${destroot}${prefix}/share/doc/${subport}
+
+ xinstall -m 755 -d ${destroot}${prefix}/share/${subport}
+ file copy ${worksrcpath}/experimental ${worksrcpath}/test ${worksrcpath}/tools ${destroot}${prefix}/share/${subport}
+ }
+}
+
+livecheck.type regex
+livecheck.url http://webpy.org
+livecheck.regex "web.py (\[0-9\.\]+) is the latest released version of web.py"
+
Property changes on: trunk/dports/python/py-webpy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121123/1bd8c772/attachment.html>
More information about the macports-changes
mailing list