Skip to content

Commit

Permalink
Import py-usb 0.4.1 from Wim Lewis in PR#41445 (with small modificati…
Browse files Browse the repository at this point in the history
…ons).

The PyUSB module provides Python with easy access to the host
machine's Universal Serial Bus (USB) system via libusb.
  • Loading branch information
jakllsch committed May 20, 2009
1 parent a8ae855 commit aabfc6e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/py-usb/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The PyUSB module provides Python with easy access to the host
machine's Universal Serial Bus (USB) system via libusb.
19 changes: 19 additions & 0 deletions devel/py-usb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/05/20 02:16:14 jakllsch Exp $

VERSION= 0.4.1
DISTNAME= pyusb-${VERSION}
PKGNAME= ${PYPKGPREFIX}-usb-${VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyusb/}

MAINTAINER= wiml@hhhh.org
HOMEPAGE= http://pyusb.berlios.de/
COMMENT= Python interface to USB via libusb

PKG_DESTDIR_SUPPORT= user-destdir

PYDISTUTILSPKG= yes

.include "../../devel/libusb/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 2 additions & 0 deletions devel/py-usb/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/20 02:16:14 jakllsch Exp $
${PYSITELIB}/usb.so
5 changes: 5 additions & 0 deletions devel/py-usb/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/05/20 02:16:14 jakllsch Exp $

SHA1 (pyusb-0.4.1.tar.gz) = 2673dc6d4532f1a07e4a5131eebce2489bf11111
RMD160 (pyusb-0.4.1.tar.gz) = b85e59eb520814267438d7c9bb5026fa8d9b7986
Size (pyusb-0.4.1.tar.gz) = 16703 bytes

0 comments on commit aabfc6e

Please sign in to comment.