[106935] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Tue Jun 11 23:29:13 PDT 2013


Revision: 106935
          https://trac.macports.org/changeset/106935
Author:   and.damore at macports.org
Date:     2013-06-11 23:29:13 -0700 (Tue, 11 Jun 2013)
Log Message:
-----------
port py-wtforms: created unified port for 2.5 2.6 and 2.7 WTForms package, deleted existing port py27-wtforms; fix #39419

Added Paths:
-----------
    trunk/dports/python/py-wtforms/
    trunk/dports/python/py-wtforms/Portfile

Removed Paths:
-------------
    trunk/dports/python/py27-wtforms/

Added: trunk/dports/python/py-wtforms/Portfile
===================================================================
--- trunk/dports/python/py-wtforms/Portfile	                        (rev 0)
+++ trunk/dports/python/py-wtforms/Portfile	2013-06-12 06:29:13 UTC (rev 106935)
@@ -0,0 +1,27 @@
+# -*- 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
+
+name                py-wtforms
+set real_name       WTForms
+version             1.0.3
+categories-append   devel www
+platforms           darwin
+license             BSD
+maintainers         and.damore openmaintainer
+python.versions         25 26 27
+python.default_version  27
+description         Forms validation and rendering library for Python web development
+long_description    ${description}
+
+homepage            http://wtforms.simplecodes.com/
+master_sites        http://pypi.python.org/packages/source/W/${real_name} \
+                    http://b.pypi.python.org/packages/source/W/${real_name}
+
+distname            ${real_name}-${version}
+use_zip             yes
+checksums           md5     3a35f12a495dad15b427447555d4bd6e \
+                    sha1    f3128408e10375332aa41a8fa037cc48389c0d5e \
+                    rmd160  593614f5669982c18b2a36cf84bbb3803ecd32ff


Property changes on: trunk/dports/python/py-wtforms/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/20130611/cc451ed0/attachment.html>


More information about the macports-changes mailing list