Bug 112641 - [NEW PORT] devel/pyusb: Python wrapper around libusb
Summary: [NEW PORT] devel/pyusb: Python wrapper around libusb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 21:00 UTC by R.Mahmatkhanov
Modified: 2007-06-04 20:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.67 KB, text/plain)
2007-05-13 21:00 UTC, R.Mahmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2007-05-13 21:00:10 UTC
PyUSB is a native Python module written in C (meanwhile, because the next major
version will use ctypes), that provides USB access for it.

- Wander Lairson
wander.lairson@gmail.com

WWW: http://pyusb.berlios.de/

Generated with FreeBSD Port Tools 0.77

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-13 21:00:18 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-05-14 04:42:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-04 20:40:15 UTC
miwi        2007-06-04 19:40:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-usb         Makefile distinfo pkg-descr 
  Log:
  PyUSB is a native Python module written in C (meanwhile, because the next major
  version will use ctypes), that provides USB access for it.
  
  WWW: http://pyusb.berlios.de/
  
  PR:             ports/112641
  Submitted by:   R.Mahmatkhanov <R.Mahmatkhanov at SKYLINK.ru>
  
  Revision  Changes    Path
  1.2773    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-usb/Makefile (new)
  1.1       +3 -0      ports/devel/py-usb/distinfo (new)
  1.1       +4 -0      ports/devel/py-usb/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-06-04 20:40:29 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Renamed to py-usb to correct python 
handling. Thanks!