Files
Marius Schamschula c0526d0010 py-funcsigs: add py39 subport
remove Python 2.6 from description
2020-10-12 18:28:19 -05:00

35 lines
1.1 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-funcsigs
version 1.0.2
revision 0
categories-append devel
platforms darwin
license Apache-2
supported_archs noarch
python.versions 27 35 36 37 38 39
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/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 b42f623b0351d9d6444ce9dd29af870246b0429f \
sha256 a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50 \
size 27947
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
}