# -*- 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-librt
version             0.7.3
revision            0
license             MIT
maintainers         {toby @tobypeterson} openmaintainer
description         mypyc runtime library
long_description    This library contains basic functionality that is useful in code \
                    compiled using mypyc, and efficient C implementations of various \
                    Python standard library classes and functions. Mypyc can produce \
                    faster extensions when you use librt in the code you compile. \
                    librt also contains some internal library features used by mypy.

homepage            https://github.com/mypyc/librt

checksums           rmd160  23acc46e79b163b080b05c7b4b0dfdec4c62bf36 \
                    sha256  3ec50cf65235ff5c02c5b747748d9222e564ad48597122a361269dd3aa808798 \
                    size    144549

python.versions     39 310 311 312 313 314
