[106953] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Jun 12 07:34:18 PDT 2013


Revision: 106953
          https://trac.macports.org/changeset/106953
Author:   jmr at macports.org
Date:     2013-06-12 07:34:18 -0700 (Wed, 12 Jun 2013)
Log Message:
-----------
py*-rope: unify, mark noarch, remove unneeded setuptools dep

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

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

Removed Paths:
-------------
    trunk/dports/python/py25-rope/
    trunk/dports/python/py26-rope/
    trunk/dports/python/py27-rope/

Modified: trunk/dports/python/py-rope/Portfile
===================================================================
--- trunk/dports/python/py27-rope/Portfile	2013-06-12 06:37:10 UTC (rev 106937)
+++ trunk/dports/python/py-rope/Portfile	2013-06-12 14:34:18 UTC (rev 106953)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 
-name            py27-rope
+name            py-rope
 version         0.9.2
 platforms       darwin
+supported_archs noarch
 license         GPL-2+
 maintainers     nomaintainer
 description     python refactoring library
@@ -18,8 +19,8 @@
 homepage        http://rope.sourceforge.net/
 master_sites    sourceforge:rope
 distname        rope-${version}
-depends_lib     port:py27-setuptools
-dist_subdir     ${distname}
 checksums       md5 3ef92a3df40aebe475ac4880b0f6381a \
                 sha1 fbe41650037ee412cda7025c8f95bc7c4e8e0159 \
                 rmd160 7b3743d0468d127f98f35eb85489d0c996a6af4c
+
+python.versions 25 26 27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130612/fdd51d38/attachment.html>


More information about the macports-changes mailing list