# -*- 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-pyusb version 1.2.1 revision 1 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 supported_archs noarch platforms {darwin any} homepage https://pyusb.github.io/pyusb/ checksums rmd160 6c281b3b978089660a7e7a114884a5222677a4d7 \ sha256 a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9 \ size 75292 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append \ path:lib/pkgconfig/libusb-1.0.pc:libusb post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \ docs/tutorial.rst docs/faq.rst ChangeLog \ ${destroot}${prefix}/share/doc/${subport} } }