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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-libusb1 |
---|
8 | python.versions 27 |
---|
9 | python.default_version 27 |
---|
10 | version 1.5.0 |
---|
11 | revision 0 |
---|
12 | license LGPL-2.1+ |
---|
13 | categories python devel |
---|
14 | maintainers openmaintainer |
---|
15 | description libusb-1.0 python wrapper |
---|
16 | long_description Pure-python wrapper for libusb-1.0. Supports all transfer types, both in synchronous and asynchronous mode. |
---|
17 | homepage https://github.com/vpelletier/python-libusb1 |
---|
18 | platforms darwin |
---|
19 | master_sites https://github.com/vpelletier/python-libusb1/archive/${version}/ |
---|
20 | distname python-libusb1-${version} |
---|
21 | checksums rmd160 550574d1302e661864458052fc69788ff1440aab \ |
---|
22 | sha256 a5422d42781e81d1c439d3118a918a8fec14a75577a1b0e2d0da5943b583a354 |
---|
23 | |
---|
24 | depends_lib-append port:libusb |
---|