# -*- 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-xmlsec version 1.3.14 revision 1 categories-append security textproc platforms darwin license MIT maintainers {mps @Schamschula} openmaintainer description a set of Python bindings for the XML Security Library. long_description {*}${description} homepage https://xmlsec.readthedocs.io/en/latest/ checksums rmd160 1780f85dd5479a5e2d2b5b77b252f3865fd63827 \ sha256 934f804f2f895bcdb86f1eaee236b661013560ee69ec108d29cdd6e5f292a2d9 \ size 68854 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:libtool \ port:py${python.version}-pkgconfig \ port:py${python.version}-setuptools_scm \ port:py${python.version}-toml depends_lib-append \ path:lib/pkgconfig/icu-uc.pc:icu \ port:py${python.version}-lxml \ port:xmlsec }