K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-07-30T20:22:47.650642Z K 7 svn:log V 440 Fix lang/pypy library detection. The library detection orginally depended on sys.version however that tends to change a lot and thus a more robust method is used based on sys.pypy_version_info. This fixes installation using distutils and corrects output from sysconfig. Special thanks to Attila Nagy who reported the issue and tracked down the root issue (allowing me to deliver a quick solution). Reported by: Attila Nagy END