[150231] trunk/dports/python/py-pathtools/Portfile

petr at macports.org petr at macports.org
Wed Jul 13 03:45:56 PDT 2016


Revision: 150231
          https://trac.macports.org/changeset/150231
Author:   petr at macports.org
Date:     2016-07-13 03:45:56 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
py-pathtools: modeline, use ${python.rootname} variable, shuffle entries

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

Modified: trunk/dports/python/py-pathtools/Portfile
===================================================================
--- trunk/dports/python/py-pathtools/Portfile	2016-07-13 10:32:02 UTC (rev 150230)
+++ trunk/dports/python/py-pathtools/Portfile	2016-07-13 10:45:56 UTC (rev 150231)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -4,18 +5,19 @@
 PortGroup           python 1.0
 
 name                py-pathtools
-set real_name       pathtools
 version             0.1.2
+
+platforms           darwin
+supported_archs     noarch
+license             MIT
 maintainers         nomaintainer
-platforms           darwin
+
 description         File system general utilities
 long_description    ${description}
-license             MIT
-supported_archs     noarch
 
 homepage            http://pythonhosted.org/pathtools/
-master_sites        pypi:p/${real_name}
-distname            ${real_name}-${version}
+master_sites        pypi:p/${python.rootname}
+distname            ${python.rootname}-${version}
 
 checksums           md5     9a1af5c605768ea5804b03b734ff0f82 \
                     rmd160  cdc2001f64f953bcff70e1dd85d2527665a12272 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/fb5b9302/attachment.html>


More information about the macports-changes mailing list