mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
975 B
Tcl
33 lines
975 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-fancycompleter
|
|
version 0.9.1
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description colorful TAB completion for Python prompt
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/pdbpp/fancycompleter
|
|
|
|
checksums rmd160 8fb1c940b900c35ea1958e95567246d3b5506688 \
|
|
sha256 09e0feb8ae242abdfd7ef2ba55069a46f011814a80fe5476be48f51b00247272 \
|
|
size 10866
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setupmeta
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-repl
|
|
}
|