Files
2026-03-02 14:37:12 -05:00

33 lines
997 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-gemmi
version 0.7.5
revision 0
categories-append science
license {MPL-2.0 LGPL-3}
maintainers {reneeotten @reneeotten} openmaintainer
description library for structural biology
long_description {*}${description}
homepage https://github.com/project-gemmi/gemmi
checksums rmd160 2246e0c2cd0c4e0b5ac6d621d94e75b0b6300ea6 \
sha256 3328f26c8a8a0ef6a7fc8bb28e167818e324e4239dd4197d6b6066ae2b6315fe \
size 1523171
python.versions 313 314
python.pep517_backend scikit
compiler.cxx_standard 2017
if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-nanobind \
port:py${python.version}-wheel
}