if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
- install socrates which parses and renders presentations in a simple
text format
- point to the correct location of socrates documentation in README
from Will Maier <willmaier@ml1.net> (MAINTAINER); mods by me
Bruce the Presentation Tool is for Python programmers who are tired of
fighting with presentation tools. In its basic form it allows text, code
or image pages and even interactive Python sessions. It uses PyGame and
is easily extensible to add new page types.
submitted by Will Maier <willmaier at ml1.net> (MAINTAINER)
ok jolan@