You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
952 B
Tcl
30 lines
952 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-funcsigs
|
|
version 1.0.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
supported_archs noarch
|
|
|
|
python.versions 27 310 311 312 313
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Python function signatures from PEP362 for Python 2.7 and 3.2+
|
|
long_description {*}${description}
|
|
|
|
homepage https://funcsigs.readthedocs.org/
|
|
|
|
checksums rmd160 b42f623b0351d9d6444ce9dd29af870246b0429f \
|
|
sha256 a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50 \
|
|
size 27947
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
}
|