Files
2023-12-17 21:01:12 -05:00

30 lines
992 B
Tcl

# -*- 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
PortSystem 1.0
PortGroup python 1.0
name py-ropemacs
version 0.8
revision 0
platforms {darwin any}
supported_archs noarch
license GPL-2+
maintainers nomaintainer
description An emacs mode for using rope python refactoring library
long_description {*}${description}
homepage https://github.com/python-rope/ropemacs
checksums rmd160 07a9c7c8944009b6151eb95db18ac016070e53b8 \
sha256 e1ae9691d402eaa525f56d37f5fefff8b8fe9892188e49600d01063a5acb535f \
size 22161
python.versions 27
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-rope \
port:py${python.version}-ropemode \
port:py${python.version}-pymacs
}