You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 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-shellingham
|
|
version 1.3.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license ISC
|
|
supported_archs noarch
|
|
|
|
python.versions 37 38 39
|
|
|
|
maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
|
|
|
|
description Tool to Detect Surrounding Shell
|
|
|
|
long_description Shellingham detects what shell the current Python \
|
|
executable is running in.
|
|
|
|
homepage https://github.com/sarugaku/shellingham
|
|
|
|
checksums rmd160 1147d071b343eb237da14441f9680c0eec5e9ad4 \
|
|
sha256 985b23bbd1feae47ca6a6365eacd314d93d95a8a16f8f346945074c28fe6f3e0 \
|
|
size 7938
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
}
|