Permalink
Browse files
py-ropemacs: update to 0.8
- add noarch
- fix livecheck
- update homepage and dependencies
- Loading branch information
Showing
with
11 additions
and
9 deletions.
-
+11
−9
python/py-ropemacs/Portfile
|
|
@@ -4,28 +4,30 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-ropemacs |
|
|
version 0.7 |
|
|
version 0.8 |
|
|
revision 0 |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
|
|
|
license GPL-2+ |
|
|
maintainers nomaintainer |
|
|
description An emacs mode for using rope python refactoring library |
|
|
long_description ${description} |
|
|
|
|
|
homepage http://rope.sourceforge.net/ |
|
|
homepage https://github.com/python-rope/ropemacs |
|
|
master_sites pypi:r/ropemacs/ |
|
|
distname ropemacs-${version} |
|
|
|
|
|
checksums rmd160 2b2e90f76861bcd9f7dea0577dc55e354e46a529 \ |
|
|
sha256 12d7dc9872f20de757610224999e866aac89ff04864d15a393e937965b70b8f4 |
|
|
checksums rmd160 07a9c7c8944009b6151eb95db18ac016070e53b8 \ |
|
|
sha256 e1ae9691d402eaa525f56d37f5fefff8b8fe9892188e49600d01063a5acb535f \ |
|
|
size 22161 |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-ropemode \ |
|
|
depends_lib-append port:py${python.version}-rope \ |
|
|
port:py${python.version}-ropemode \ |
|
|
port:py${python.version}-pymacs |
|
|
|
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.url ${master_sites} |
|
|
livecheck.regex ropemacs-(\[0-9.\]+)${extract.suffix} |
|
|
} |