[146523] trunk/dports/python/py-ipdb/Portfile

sean at macports.org sean at macports.org
Thu Mar 10 17:05:26 PST 2016


Revision: 146523
          https://trac.macports.org/changeset/146523
Author:   sean at macports.org
Date:     2016-03-10 17:05:26 -0800 (Thu, 10 Mar 2016)
Log Message:
-----------
py-ipdb: remove useless variable

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

Modified: trunk/dports/python/py-ipdb/Portfile
===================================================================
--- trunk/dports/python/py-ipdb/Portfile	2016-03-10 20:46:16 UTC (rev 146522)
+++ trunk/dports/python/py-ipdb/Portfile	2016-03-11 01:05:26 UTC (rev 146523)
@@ -7,8 +7,7 @@
 PortGroup           select 1.0
 
 github.setup        gotcha ipdb 0.8
-set realname        ${name}
-name                py-${name}
+name                py-ipdb
 license             GPL-2+
 platforms           darwin
 supported_archs     noarch
@@ -22,7 +21,7 @@
                     other systems with Python as the underlying language.  \
                     Allow interactive testing of threaded graphical toolkits.
 
-homepage            http://pypi.python.org/pypi/${realname}
+homepage            http://pypi.python.org/pypi/ipdb
 
 checksums           rmd160  da5c97543e0e5ea667a820b9687c48174971e8d0 \
                     sha256  5dcd14da3d0e99a864e35e9649cd9a1c8ec1de5c47b29b535484d43bbb182904
@@ -35,8 +34,8 @@
     depends_run             port:ipdb_select
     test.run                no
 
-    select.group            ${realname}
-    select.file             ${filespath}/${realname}${python.version}
+    select.group            ipdb
+    select.file             ${filespath}/ipdb${python.version}
 
     post-extract {
         reinplace -W $worksrcpath "s,\.frontend,," ipdb/__main__.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160310/985434bb/attachment.html>


More information about the macports-changes mailing list