[106758] trunk/dports/python/py-virtualenv/Portfile

stromnov at macports.org stromnov at macports.org
Fri Jun 7 03:45:53 PDT 2013


Revision: 106758
          https://trac.macports.org/changeset/106758
Author:   stromnov at macports.org
Date:     2013-06-07 03:45:53 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
py-virtualenv: reformat

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2013-06-07 10:40:12 UTC (rev 106757)
+++ trunk/dports/python/py-virtualenv/Portfile	2013-06-07 10:45:53 UTC (rev 106758)
@@ -9,24 +9,26 @@
 set real_name       virtualenv
 version             1.8.4
 revision            1
+categories-append   devel
+platforms           darwin
+license             MIT
+
+python.versions     24 25 26 27 31 32 33
+
 maintainers         akitada openmaintainer
 
-categories-append   devel
 description         Virtual Python Environment builder
 long_description    virtualenv is a tool to create isolated Python \
                     environments.
 
-platforms           darwin
-license             MIT
-
 homepage            http://pypi.python.org/pypi/${real_name}
 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
+
 distname            ${real_name}-${version}
+
 checksums           rmd160  96f1d9345e1cf27c4375d99420f4c8c065ea6162 \
                     sha256  a16ee99f4a3b72be04704b8bd28c2f21d510af545492501ca3cd50fde9a70cb6
 
-python.versions     24 25 26 27 31 32 33
-
 subport py24-virtualenv {
     version             1.7.2
     revision            0
@@ -37,7 +39,8 @@
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
-    depends_run         port:virtualenv_select
+    depends_run-append  port:virtualenv_select
+
     select.group        virtualenv
     select.file         ${filespath}/virtualenv${python.version}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130607/8c38110f/attachment.html>


More information about the macports-changes mailing list