Files
2020-02-20 17:20:08 -05:00

40 lines
1.1 KiB
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-repl
python.rootname pyrepl
version 0.9.0
revision 0
platforms darwin
supported_archs noarch
maintainers nomaintainer
license MIT
description readline-a-like in Python
long_description ${description}
homepage https://bitbucket.org/pypy/pyrepl/
checksums rmd160 77f60e1788a2123929bcebec6f366fff92c0c17e \
sha256 292570f34b5502e871bbb966d639474f2b57fbfcd3373c2d6a2f3d56e681a775 \
size 48744
python.versions 27 37 38
if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-setuptools
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README CHANGES \
LICENSE CREDITS ${destroot}${docdir}
}
livecheck.type none
}