mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
The upstream changelog for 3.5.0 specifies: a complete rewrite of the backport; now single codebase working on Python 2.6 - 3.5. To use on Python 3 import from backports import configparser instead of the built-in version Previous versions were limited to supporting Python 2.x Update USES=python and pkg-descr accordingly While I'm here, enable NO_ARCH Reported by: net/turses update (r445859) Approved by: portmgr (blanket) MFH: 2017Q3
5 lines
248 B
Text
5 lines
248 B
Text
The ancient ConfigParser module available in the standard library 2.x has
|
|
seen a major update in Python 3.2. This is a backport of those changes so
|
|
that they can be used directly in Python 2.6 - 3.5.
|
|
|
|
WWW: https://pypi.python.org/pypi/configparser
|