pkgsrc/comms/py-serial/PLIST
wiz 19c8a3ea91 Update to 2.7. Fix PKGNAME.
Version 2.7      2013-10-17
---------------------------
- Win32: setRTS and setDTR can be called before the port is opened and it will
  set the initial state on port open.
- Posix: add platform specific method: outWaiting (already present for Win32)
- Posix: rename flowControl to setXON to match name on Win32, add
  flowControlOut function
- rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik
  Lundh)
- Posix: [Patch pyserial:28] Accept any speed on Linux [update]
- Posix: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
- OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices
- Ensure working with bytes in write() calls

Bugfixes:

- [Bug 3540332] SerialException not returned
- [Bug pyserial:145] Error in socket_connection.py
- [Bug pyserial:135] reading from socket with timeout=None causes TypeError
- [Bug pyserial:130] setup.py should not append py3k to package name
- [Bug pyserial:117] no error on lost conn w/socket://

Bugfixes (posix):

- [Patch 3462364] Fix: NameError: global name 'base' is not defined
- list_ports and device() for BSD updated (Anders Langworthy)
- [Bug 3518380] python3.2 -m serial.tools.list_ports error
- [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
- [Bug pyserial:141] open: Pass errno from IOError to SerialException
- [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusb
- [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIX
- [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.

Bugfixes (win32):

- [Bug 3444941] ctypes.WinError() unicode error
- [Bug 3550043] on Windows in tools global name 'GetLastError' is not defined
- [Bug pyserial:146] flush() does nothing in windows (despite docs)
- [Bug pyserial:144] com0com ports ignored due to missing "friendly name"
- [Bug pyserial:152] Cannot configure port, some setting was wrong. Can leave
  port handle open but port not accessible
2014-01-19 09:49:55 +00:00

66 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2014/01/19 09:49:55 wiz Exp $
bin/miniterm.py
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/serial/__init__.py
${PYSITELIB}/serial/__init__.pyc
${PYSITELIB}/serial/__init__.pyo
${PYSITELIB}/serial/rfc2217.py
${PYSITELIB}/serial/rfc2217.pyc
${PYSITELIB}/serial/rfc2217.pyo
${PYSITELIB}/serial/serialcli.py
${PYSITELIB}/serial/serialcli.pyc
${PYSITELIB}/serial/serialcli.pyo
${PYSITELIB}/serial/serialjava.py
${PYSITELIB}/serial/serialjava.pyc
${PYSITELIB}/serial/serialjava.pyo
${PYSITELIB}/serial/serialposix.py
${PYSITELIB}/serial/serialposix.pyc
${PYSITELIB}/serial/serialposix.pyo
${PYSITELIB}/serial/serialutil.py
${PYSITELIB}/serial/serialutil.pyc
${PYSITELIB}/serial/serialutil.pyo
${PYSITELIB}/serial/serialwin32.py
${PYSITELIB}/serial/serialwin32.pyc
${PYSITELIB}/serial/serialwin32.pyo
${PYSITELIB}/serial/sermsdos.py
${PYSITELIB}/serial/sermsdos.pyc
${PYSITELIB}/serial/sermsdos.pyo
${PYSITELIB}/serial/tools/__init__.py
${PYSITELIB}/serial/tools/__init__.pyc
${PYSITELIB}/serial/tools/__init__.pyo
${PYSITELIB}/serial/tools/list_ports.py
${PYSITELIB}/serial/tools/list_ports.pyc
${PYSITELIB}/serial/tools/list_ports.pyo
${PYSITELIB}/serial/tools/list_ports_linux.py
${PYSITELIB}/serial/tools/list_ports_linux.pyc
${PYSITELIB}/serial/tools/list_ports_linux.pyo
${PYSITELIB}/serial/tools/list_ports_osx.py
${PYSITELIB}/serial/tools/list_ports_osx.pyc
${PYSITELIB}/serial/tools/list_ports_osx.pyo
${PYSITELIB}/serial/tools/list_ports_posix.py
${PYSITELIB}/serial/tools/list_ports_posix.pyc
${PYSITELIB}/serial/tools/list_ports_posix.pyo
${PYSITELIB}/serial/tools/list_ports_windows.py
${PYSITELIB}/serial/tools/list_ports_windows.pyc
${PYSITELIB}/serial/tools/list_ports_windows.pyo
${PYSITELIB}/serial/tools/miniterm.py
${PYSITELIB}/serial/tools/miniterm.pyc
${PYSITELIB}/serial/tools/miniterm.pyo
${PYSITELIB}/serial/urlhandler/__init__.py
${PYSITELIB}/serial/urlhandler/__init__.pyc
${PYSITELIB}/serial/urlhandler/__init__.pyo
${PYSITELIB}/serial/urlhandler/protocol_hwgrep.py
${PYSITELIB}/serial/urlhandler/protocol_hwgrep.pyc
${PYSITELIB}/serial/urlhandler/protocol_hwgrep.pyo
${PYSITELIB}/serial/urlhandler/protocol_loop.py
${PYSITELIB}/serial/urlhandler/protocol_loop.pyc
${PYSITELIB}/serial/urlhandler/protocol_loop.pyo
${PYSITELIB}/serial/urlhandler/protocol_rfc2217.py
${PYSITELIB}/serial/urlhandler/protocol_rfc2217.pyc
${PYSITELIB}/serial/urlhandler/protocol_rfc2217.pyo
${PYSITELIB}/serial/urlhandler/protocol_socket.py
${PYSITELIB}/serial/urlhandler/protocol_socket.pyc
${PYSITELIB}/serial/urlhandler/protocol_socket.pyo
${PYSITELIB}/serial/win32.py
${PYSITELIB}/serial/win32.pyc
${PYSITELIB}/serial/win32.pyo