You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1.1 KiB
Tcl
25 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-librt
|
|
version 0.13.0
|
|
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 7ba2141bb273f49f0c0c050ffe6423d8ae681496 \
|
|
sha256 1d2a610c14ac0d0750ee0a3ab8548e83155258387891caaca04def4bf7289781 \
|
|
size 211402
|
|
|
|
python.versions 310 311 312 313 314
|