Files
2026-06-19 12:06:14 -04:00

30 lines
872 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-loro
version 1.13.1
revision 0
categories-append devel
license MIT
maintainers {reneeotten @reneeotten} openmaintainer
description Python bindings for Loro
long_description {*}${description}
homepage https://loro.dev
checksums rmd160 9a4be3b0aae2cea2a34dc51a3a42a4dcd88c7b99 \
sha256 0c3727bc52f5098576532edd399efc08ceb234c5d9235a19cbd5ea37c4fba485 \
size 70462
python.versions 313 314
python.pep517_backend maturin
if {${subport} ne ${name}} {
test.run yes
test.env-append PYTHONPATH=${destroot}${python.pkgd}
}