[106515] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed May 29 01:44:24 PDT 2013


Revision: 106515
          https://trac.macports.org/changeset/106515
Author:   jmr at macports.org
Date:     2013-05-29 01:44:24 -0700 (Wed, 29 May 2013)
Log Message:
-----------
py25-twforms: use unified portgroup, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-twforms/Portfile

Added Paths:
-----------
    trunk/dports/python/py-twforms/

Removed Paths:
-------------
    trunk/dports/python/py25-twforms/

Modified: trunk/dports/python/py-twforms/Portfile
===================================================================
--- trunk/dports/python/py25-twforms/Portfile	2013-05-28 22:01:37 UTC (rev 106507)
+++ trunk/dports/python/py-twforms/Portfile	2013-05-29 08:44:24 UTC (rev 106515)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python25 1.0
-name				py25-twforms
+PortGroup			python 1.0
+
+name				py-twforms
 version				0.1a2dev-r3091
+license				MIT
 maintainers			nomaintainer
 description			Web Widgets for building and validating forms.
 long_description    ToscaWidgets is a framework for building reusable web \
@@ -13,9 +15,17 @@
                     rapidly develop compelling web applications. There is an \
                     extensive library of existing widgets.
 platforms			darwin
+supported_archs		noarch
 homepage			http://toscawidgets.org/
 distname			twForms-${version}
-master_sites			http://toscawidgets.org/download/
+master_sites			http://toscawidgets.org/download/ \
+				http://distfiles.macports.org/python/
 checksums			md5 75ea8c4ac7f8d30bfbe32826a2c41076 \
 				sha1 2a8fbd1c0d8a34c1d18a5e06b7794161ec20057d \
 				rmd160 36e4b006db395229e26ee809774eb0ad779d5a1a
+
+python.versions		25
+
+if {$subport != $name} {
+	depends_build	port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130529/9cde9573/attachment.html>


More information about the macports-changes mailing list