# -*- 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-asn1-modules version 0.2.2 categories-append devel crypto license BSD maintainers {eds.org:hans @eighthave} openmaintainer description A collection of ASN.1-based protocols modules. long_description This is a small but growing collection of ASN.1 \ data structures expressed in Python terms using pyasn1 data model. python.versions 27 34 35 36 37 platforms darwin supported_archs noarch homepage https://pypi.python.org/pypi/pyasn1-modules master_sites pypi:p/pyasn1-modules/ distname pyasn1-modules-${version} checksums rmd160 8bd7359f6bd5b3bbc93644271e3f389bdcd38e38 \ sha256 a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547 \ size 66891 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-asn1 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.md \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.name pyasn1-modules }