[44312] trunk/dports
brett at macports.org
brett at macports.org
Thu Dec 25 13:22:37 PST 2008
Revision: 44312
http://trac.macports.org/changeset/44312
Author: brett at macports.org
Date: 2008-12-25 13:22:36 -0800 (Thu, 25 Dec 2008)
Log Message:
-----------
fix rope categorization
Added Paths:
-----------
trunk/dports/python/py26-rope/
trunk/dports/python/py26-rope/Portfile
Removed Paths:
-------------
trunk/dports/devel/rope/Portfile
Deleted: trunk/dports/devel/rope/Portfile
===================================================================
--- trunk/dports/devel/rope/Portfile 2008-12-25 19:51:58 UTC (rev 44311)
+++ trunk/dports/devel/rope/Portfile 2008-12-25 21:22:36 UTC (rev 44312)
@@ -1,19 +0,0 @@
-# -*- 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 python26 1.0
-
-name rope
-version 0.9.1
-categories devel python
-platforms darwin
-maintainers nomaintainer
-description python refactoring library
-long_description Rope is a Python refactoring library that can be used with several \
-editors and IDEs. It provides many refactoring operations as well as forms of code \
-assistance like auto-completion and access to documentation.
-homepage http://rope.sourceforge.net/
-master_sites sourceforge
-dist_subdir ${name}
-checksums sha1 858e87aca4365ebe88e4ad3966697f439519afc1
Copied: trunk/dports/python/py26-rope/Portfile (from rev 44310, trunk/dports/devel/rope/Portfile)
===================================================================
--- trunk/dports/python/py26-rope/Portfile (rev 0)
+++ trunk/dports/python/py26-rope/Portfile 2008-12-25 21:22:36 UTC (rev 44312)
@@ -0,0 +1,21 @@
+# -*- 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 python26 1.0
+
+name py26-rope
+version 0.9.1
+categories python
+platforms darwin
+maintainers nomaintainer
+description python refactoring library
+long_description Rope is a Python refactoring library that can be used with several \
+editors and IDEs. It provides many refactoring operations as well as forms of code \
+assistance like auto-completion and access to documentation.
+homepage http://rope.sourceforge.net/
+master_sites sourceforge:rope
+distname rope-${version}
+depends_lib port:py26-setuptools
+dist_subdir ${distname}
+checksums sha1 858e87aca4365ebe88e4ad3966697f439519afc1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081225/90412b15/attachment.html>
More information about the macports-changes
mailing list