[bugfix] fix version detection in `dune_python_find_package`
There were two bugs:
- The variable
PYPACKAGE_RESULTwas set instead of${PYPACKAGE_RESULT}. - The output script
pyversion.pywas silently ignored, yielding an empty version string.
This fixes #75 (closed).