Path to this page:
./
devel/py-usb,
Python interface to USB via libusb
Branch: CURRENT,
Version: 1.2.1,
Package name: py310-usb-1.2.1,
Maintainer: wimlThe PyUSB module provides Python with easy access to the host
machine's Universal Serial Bus (USB) system via libusb.
Required to run:[
lang/python27] [
devel/libusb-compat]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 73.527 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-usb-1.2.1
- (2022-01-04) Updated to version: py39-usb-1.2.1
- (2021-10-07) Updated to version: py39-usb-1.0.2
- (2020-08-17) Updated to version: py37-usb-1.0.2
- (2018-02-28) Updated to version: py27-usb-1.0.0nb1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-01-04 20:49:17 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-usb: update to 1.2.1.
Changes not found.
Switch to pypi and egg.mk.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-08-18 07:51:23 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-usb: needs setuptools
|
2020-08-17 09:00:32 by Taylor R Campbell | Files touched by this commit (3) |
Log message:
devel/py-usb: Update to 1.0.2
Needed for something in the yubikey-manager stack but I forgot what
already and I can't find any obvious release notes, sorry!
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|