[151147] trunk/dports/python/py-mox/Portfile

petr at macports.org petr at macports.org
Mon Aug 8 07:05:18 PDT 2016


Revision: 151147
          https://trac.macports.org/changeset/151147
Author:   petr at macports.org
Date:     2016-08-08 07:05:18 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
py-mox: formating

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

Modified: trunk/dports/python/py-mox/Portfile
===================================================================
--- trunk/dports/python/py-mox/Portfile	2016-08-08 13:56:34 UTC (rev 151146)
+++ trunk/dports/python/py-mox/Portfile	2016-08-08 14:05:18 UTC (rev 151147)
@@ -1,27 +1,29 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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-mox
-version         0.5.1
-description     An object-mocking framework for Python
-long_description Mox will make mock objects for you, so you don't \
-                 have to create your own! It mocks the public/protected \
-                 interfaces of Python objects. You set up your mock objects \
-                 expected behavior using a domain specific language (DSL), \
-                 which makes it easy to use, understand, and refactor!
-maintainers     nomaintainer
-license         Apache-2
-platforms       darwin
-supported_archs noarch
-homepage        http://code.google.com/p/pymox/
-master_sites    googlecode:pymox
-distname        mox-${version}
+name                py-mox
+version             0.5.1
+platforms           darwin
+supported_archs     noarch
+license             Apache-2
+maintainers         nomaintainer
 
-checksums       md5     ad8eb8c76b172e858d091a8075526cf9 \
-                sha1    e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \
-                rmd160  579c74c25b521252d8a427f1d37b59e5afd01812
+description         An object-mocking framework for Python
+long_description    \
+    Mox will make mock objects for you, so you don't have to create your own! \
+    It mocks the public/protected interfaces of Python objects. You set up \
+    your mock objects expected behavior using a domain specific language \
+    (DSL), which makes it easy to use, understand, and refactor!
 
+homepage            http://code.google.com/p/pymox/
+master_sites        googlecode:pymox
+distname            mox-${version}
+
+checksums           md5     ad8eb8c76b172e858d091a8075526cf9 \
+                    sha1    e2e131cb515fc4d9e41fe93cc08a262d878d7dfb \
+                    rmd160  579c74c25b521252d8a427f1d37b59e5afd01812
+
 python.versions 26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/bc3a57d0/attachment.html>


More information about the macports-changes mailing list