backports of the Python linecache module
A backport of linecache to older supported Pythons. The linecache
module allows one to get any line from a Python source file, while
attempting to optimize internally, using a cache, the common case
where many lines are read from a single file.

Maintainer: Pamela Mosiejczuk <pamela@openbsd.org>

WWW: https://github.com/testing-cabal/linecache2
