You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
947 B
Tcl
33 lines
947 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-pick
|
|
version 2.2.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description pick an option in the terminal with a simple GUI
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/wong2/pick
|
|
|
|
checksums rmd160 dc6330c0a4a874edf2ed100d7db7c066698da581 \
|
|
sha256 96920ebcfb9b8b6c2e50d9f211a700e5036611904169587a5a9245a645637a0d \
|
|
size 4925
|
|
|
|
python.versions 39 310 311
|
|
|
|
python.pep517_backend poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|