[105964] trunk/dports/python

jmr at macports.org jmr at macports.org
Sat May 11 02:09:29 PDT 2013


Revision: 105964
          https://trac.macports.org/changeset/105964
Author:   jmr at macports.org
Date:     2013-05-11 02:09:29 -0700 (Sat, 11 May 2013)
Log Message:
-----------
py27-fixtures: use unified portgroup, license, noarch

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

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

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

Modified: trunk/dports/python/py-fixtures/Portfile
===================================================================
--- trunk/dports/python/py27-fixtures/Portfile	2013-05-11 07:41:03 UTC (rev 105960)
+++ trunk/dports/python/py-fixtures/Portfile	2013-05-11 09:09:29 UTC (rev 105964)
@@ -1,13 +1,14 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 
-name            py27-fixtures
+name            py-fixtures
 set real_name   fixtures
 version         0.3.6
 maintainers     nomaintainer
 platforms       darwin
+supported_archs noarch
 description     Fixtures, reusable state for writing clean tests and more.
 
 long_description \
@@ -18,7 +19,7 @@
     unittest compatible test cases easy and straight forward.
 
 categories-append devel
-depends_lib-append  port:py27-testtools
+license         {Apache-2 BSD}
 
 homepage        https://launchpad.net/python-${real_name}
 master_sites    http://launchpad.net/python-${real_name}/trunk/${version}/+download/
@@ -27,3 +28,9 @@
 checksums       md5     e4d51fa6770efb75bb8c74c0e52486da \
                 sha1    1706e8f62065eb503d1f8c45c0c671f027c93666 \
                 rmd160  dfdbc865fdffe7aa8f572f1a378ac9ef15462186
+
+python.versions 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-testtools    
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130511/39ec4c7e/attachment.html>


More information about the macports-changes mailing list