Skip to content
Permalink
Browse files

py-ropemode: update to 0.4

- add noarch
- fix livecheck
- update homepage and dependencies
  • Loading branch information
reneeotten committed Apr 7, 2019
1 parent 41067e8 commit c4aacba720ad9f1b32a93219a0e6d38f41526012
Showing with 8 additions and 8 deletions.
  1. +8 −8 python/py-ropemode/Portfile
@@ -4,27 +4,27 @@ PortSystem 1.0
PortGroup python 1.0

name py-ropemode
version 0.2
version 0.4
revision 0
platforms darwin
supported_archs noarch
license GPL-2+
maintainers nomaintainer
description ropemode, a helper for using rope refactoring library in IDEs
long_description ${description}

homepage http://rope.sourceforge.net/
homepage https://github.com/python-rope/ropemode
master_sites pypi:r/ropemode/
distname ropemode-${version}

checksums rmd160 f3d9c29519ee83c08bd264a293d51bd4e61eb4f0 \
sha256 54b2c7b4a04b22d41aa686942dc521a89ac36fd2c7356c2707939bb97980864b
checksums rmd160 ded551d057fb493fc7188b13b823412a6721299a \
sha256 66cdae6bc63baac894f8d26583c193ee86ad48c72b3da59fb4a77d9973cf4393 \
size 12342

python.versions 27

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-rope

livecheck.type none
} else {
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex ropemode-(\[0-9.\]+)${extract.suffix}
}

0 comments on commit c4aacba

Please sign in to comment.
You can’t perform that action at this time.