[129370] trunk/dports/python/py-rope/Portfile
larryv at macports.org
larryv at macports.org
Wed Dec 10 21:37:57 PST 2014
Revision: 129370
https://trac.macports.org/changeset/129370
Author: larryv at macports.org
Date: 2014-12-10 21:37:57 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
py-rope: Rearrange and reformat
Modified Paths:
--------------
trunk/dports/python/py-rope/Portfile
Modified: trunk/dports/python/py-rope/Portfile
===================================================================
--- trunk/dports/python/py-rope/Portfile 2014-12-11 05:37:55 UTC (rev 129369)
+++ trunk/dports/python/py-rope/Portfile 2014-12-11 05:37:57 UTC (rev 129370)
@@ -7,34 +7,34 @@
name py-rope
version 0.9.4
platforms darwin
-supported_archs noarch
license GPL-2+
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/
-homepage http://rope.sourceforge.net/
+supported_archs noarch
+
master_sites https://pypi.python.org/packages/source/r/rope/
distname rope-${version}
-
checksums rmd160 f73891b3d512f975172419e327adfb99ad10eaea \
sha256 2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba
python.versions 25 26 27 33 34
if {${name} ne ${subport}} {
- livecheck.type none
-
- if { ${python.version} >= 30 } {
+ if {${python.version} >= 30} {
master_sites https://pypi.python.org/packages/source/r/rope_py3k/
distname rope_py3k-${version}-1
checksums rmd160 72b623aed7b4fbd3677506e214fe3206049e2437 \
sha256 feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa
}
+ livecheck.type none
} else {
livecheck.type regex
livecheck.url ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141210/0050e810/attachment.html>
More information about the macports-changes
mailing list