Commits

Aaron Madlon-Kay authored 22b0cf826be
py-pyusb: update to 1.0.2
No tags

python/py-pyusb/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup github 1.0
6 6
7 -github.setup pyusb pyusb 1.0.0
8 -revision 1
7 +github.setup pyusb pyusb 1.0.2 v
9 8 name py-${name}
10 9 categories-append devel
11 10 platforms darwin
12 11 license BSD
13 12 maintainers nomaintainer
14 13 description Python library to provide easy USB device access
15 14 long_description The PyUSB module provides Python with easy access to \
16 15 the host machine's Universal Serial Bus (USB) system
17 16
18 17 homepage https://pyusb.github.io/pyusb/
19 18
20 19 dist_subdir ${name}/${version}_1
21 20
22 -checksums rmd160 f58f9382ab087e18f14e76987c875bf25f191a79 \
23 - sha256 00d543184217efe26ae317ed472d5ffd664e21ee07cdb06e83d30f9f2b0c0d1f
21 +checksums rmd160 07a1e9c3d77c482f38879eee802e1ca1f5f5b2a3 \
22 + sha256 4c029ec8b7065d1b91d2a326c2a83ff5b5e77fd15df3d5bb9b5ce29391838e0f \
23 + size 68708
24 24
25 25 python.versions 27 35 36
26 26
27 27 if {${name} ne ${subport}} {
28 28 conflicts py${python.version}-pyusb-devel
29 29
30 30 depends_run-append path:lib/pkgconfig/libusb-1.0.pc:libusb
31 31
32 32 post-destroot {
33 33 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut