Path to this page:
./
comms/py-serial,
Python Serial Port Extension
Branch: CURRENT,
Version: 3.5nb2,
Package name: py311-serial-3.5nb2,
Maintainer: tsarnaThis module encapsulates access to the serial port. It provides
backends for Python running on Windows, Linux, BSD (possibly any POSIX
compliant system), Jython and IronPython (.NET and Mono). The module
named "serial" automatically selects the appropriate backend.
Required to run:[
devel/py-setuptools] [
lang/python310]
Master sites:
Filesize: 155.396 KB
Version history: (Expand)
- (2024-04-17) Updated to version: py311-serial-3.5nb2
- (2023-02-09) Updated to version: py310-serial-3.5nb2
- (2022-01-05) Updated to version: py39-serial-3.5nb2
- (2022-01-05) Updated to version: py39-serial-3.5nb1
- (2021-10-07) Updated to version: py39-serial-3.5
- (2020-11-26) Updated to version: py37-serial-3.5
CVS history: (Expand)
2024-06-06 00:44:58 by Thomas Klausner | Files touched by this commit (12) |
Log message:
python: remove Python 2.7 from the default build set
Set PYTHON_27_ACCEPTED for packages where 2.7 needs to be supported
because other 2.7 packages depend on it, but it also supports 3.x.
Tested by jperkin, thanks!
|
2024-04-17 12:38:36 by Thomas Klausner | Files touched by this commit (24) |
Log message:
*: fix some CONFLICTS lines
Noted by riastradh@ in PR 58155.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message:
comms: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85) |
Log message:
comms: Remove SHA1 hashes for distfiles
|
2020-11-26 12:05:22 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-serial: updated to 3.5
Version 3.5
Bugfixes:
- spy: ensure bytes in write()
Bugfixes (posix):
- serialposix: Fix inconsistent state after exception in open()
Bugfixes (win32):
- win32: Fix exception for composite serial number search on Windows
Bugfixes (MacOS):
- list_ports_osx: kIOMasterPortDefault no longer exported on Big Sur
- list_ports_osx: getting USB info on BigSur/AppleSilicon
|
2020-03-22 23:57:33 by Roland Illig | Files touched by this commit (1) |
Log message:
comms/py-serial: fix nonexistent files in SUBST block
|