# -*- 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 PortGroup github 1.0 set real_name pyasn1 github.setup etingof ${real_name} 0.4.5 v name py-asn1 epoch 1 revision 0 categories-append devel crypto platforms darwin supported_archs noarch license BSD maintainers nomaintainer description Implementation of ASN.1 types and codecs in Python long_description This project is dedicated to implementation of ASN.1 \ types (concrete syntax) and codecs (transfer syntaxes) \ for Python programming environment. python.versions 27 34 35 36 37 worksrcdir ${real_name}-${version} distfiles ${real_name}-${version}${extract.suffix} checksums rmd160 92b5fddac3b56108495002598459cab2943c657a \ sha256 852aa0b9b68c8ec3f2c8a3a8beb5d0a31e204e3da623f2fc1efde61d8aaeb77b \ size 123898 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} CHANGES.rst LICENSE.rst README.md THANKS.txt TODO.rst \ ${destroot}${prefix}/share/doc/${subport} } test.run yes test.env PYTHONPATH=${worksrcpath}/build/lib }