You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
1017 B
Tcl
24 lines
1017 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-mypy_extensions
|
|
version 1.1.0
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
description Experimental type system extensions for programs checked with the mypy typechecker
|
|
long_description The “mypy_extensions” module defines experimental extensions to \
|
|
the standard “typing” module that are supported by the mypy typechecker.
|
|
|
|
homepage https://github.com/python/mypy_extensions
|
|
|
|
checksums rmd160 d0fcee6251df8c3c673fb7534b63bdd393549152 \
|
|
sha256 52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558 \
|
|
size 6343
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|