You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
976 B
Tcl
32 lines
976 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-objexplore
|
|
version 1.6.3
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Interactive Python Object Explorer
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/kylepollina/objexplore
|
|
|
|
checksums rmd160 9955f436ebcd2966dd0d4d3cb44a4fad0b6b83e9 \
|
|
sha256 8298ea17d66084b3ad6e04239da19d7051f2a80669b5c0118f7fb9b854ba6370 \
|
|
size 19434
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-blessed \
|
|
port:py${python.version}-rich
|
|
}
|