# -*- 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 github.setup pyusb pyusb 1.0.2 v name py-${name} categories-append devel platforms darwin license BSD maintainers nomaintainer description Python library to provide easy USB device access long_description The PyUSB module provides Python with easy access to \ the host machine's Universal Serial Bus (USB) system homepage https://pyusb.github.io/pyusb/ dist_subdir ${name}/${version}_1 checksums rmd160 07a1e9c3d77c482f38879eee802e1ca1f5f5b2a3 \ sha256 4c029ec8b7065d1b91d2a326c2a83ff5b5e77fd15df3d5bb9b5ce29391838e0f \ size 68708 python.versions 27 35 36 if {${name} ne ${subport}} { conflicts py${python.version}-pyusb-devel depends_run-append path:lib/pkgconfig/libusb-1.0.pc:libusb post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 -W ${worksrcpath} README.rst LICENSE \ docs/tutorial.rst \ docs/faq.rst \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none }