Ticket #51702: Portfile

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