You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
845 B
Tcl
29 lines
845 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-ipython_genutils
|
|
version 0.2.0
|
|
revision 0
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Vestigial utilities from IPython.
|
|
long_description ${description}
|
|
|
|
homepage https://ipython.org
|
|
|
|
checksums rmd160 238484bee4bec1775816b14a81192739bb80bbe9 \
|
|
sha256 eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8 \
|
|
size 22208
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|