You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
947 B
Tcl
31 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-helpdev
|
|
version 0.7.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description HelpDev - Extracts information about the Python environment easily.
|
|
long_description {*}${description}
|
|
|
|
homepage https://gitlab.com/dpizetta/helpdev
|
|
|
|
checksums sha256 bb62a79acbac141dadf42cadeb92bb7450dd18b9824a62043b6a0b149190db3d \
|
|
rmd160 7e59fdd17c3e5b3d502ed7a72992d1354fb10172 \
|
|
size 51575
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-psutil
|
|
}
|