[128743] trunk/dports/python/py-fixture/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:53:13 PST 2014


Revision: 128743
          https://trac.macports.org/changeset/128743
Author:   larryv at macports.org
Date:     2014-11-27 00:53:13 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-fixture: Add modeline, rearrange, and reformat

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

Modified: trunk/dports/python/py-fixture/Portfile
===================================================================
--- trunk/dports/python/py-fixture/Portfile	2014-11-27 08:53:10 UTC (rev 128742)
+++ trunk/dports/python/py-fixture/Portfile	2014-11-27 08:53:13 UTC (rev 128743)
@@ -1,36 +1,37 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-fixture
-set real_name   fixture
-version         1.4
-maintainers     nomaintainer
-platforms       darwin
-supported_archs noarch
-description     Python module for loading and referencing test data
+name                py-fixture
+set real_name       fixture
+version             1.4
+categories-append   devel
+platforms           darwin
+license             LGPL-2.1+
+maintainers         nomaintainer
 
-long_description \
-    Fixtures defines a Python contract for reusable state / support logic, \
-    primarily for unit testing. Helper and adaption logic is included to make \
-    it easy to write your own fixtures using the fixtures contract. Glue code \
-    is provided that makes using fixtures that meet the Fixtures contract in \
-    unittest compatible test cases easy and straight forward.
+description         Python module for loading and referencing test data
+long_description    Fixtures defines a Python contract for reusable \
+                    state / support logic, primarily for unit testing. \
+                    Helper and adaption logic is included to make it \
+                    easy to write your own fixtures using the fixtures \
+                    contract. Glue code is provided that makes using \
+                    fixtures that meet the Fixtures contract in \
+                    unittest compatible test cases easy and straight forward.
+homepage            http://farmdev.com/projects/fixture/
 
-categories-append devel
-license         LGPL-2.1+
+supported_archs     noarch
 
-homepage        http://farmdev.com/projects/fixture/
-master_sites    http://pypi.python.org/packages/source/f/${real_name}/
-distname        ${real_name}-${version}
+master_sites        http://pypi.python.org/packages/source/f/${real_name}/
+distname            ${real_name}-${version}
+checksums           md5     cb051fbc19c3edc355ba276e9d524848 \
+                    sha1    558d73ebea2f192dde6c88bebcbc24cb4707558d \
+                    rmd160  cd448659c76e7926c10302ce72d4ea19b3d2de2a
 
-checksums       md5     cb051fbc19c3edc355ba276e9d524848 \
-                sha1    558d73ebea2f192dde6c88bebcbc24cb4707558d \
-                rmd160  cd448659c76e7926c10302ce72d4ea19b3d2de2a
+python.versions     25 26 27
 
-python.versions 25 26 27
-
 if {${name} ne ${subport}} {
-    depends_build port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/01ab218d/attachment-0001.html>


More information about the macports-changes mailing list