Created attachment 305253 [details, diff] ebuild patch for -1.2 gentoo64 scripttest # USE_PYTHON="2.7 3.1 3.2 2.7-pypy-1.8" ebuild scripttest-1.2.ebuild clean test >>> Source compiled. >>> Test phase [none]: dev-python/scripttest-1.2 gentoo64 scripttest # USE_PYTHON="2.7 3.1 3.2 2.7-pypy-1.8" ebuild scripttest-1.2.ebuild merge * Compilation and optimization of Python modules for CPython 2.7 [ ok ] * Compilation and optimization of Python modules for CPython 3.1 [ ok ] * Compilation and optimization of Python modules for CPython 3.2 [ ok ] * Compilation and optimization of Python modules for PyPy 1.8 (Python 2.7) ... [ ok ] >>> dev-python/scripttest-1.2 merged. gentoo64 scripttest # python3.1 Python 3.1.4 (default, Feb 27 2012, 04:05:11) [GCC 4.5.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import scripttest >>> gentoo64 scripttest # python3.2 Python 3.2.2 (default, Jan 28 2012, 02:20:58) [GCC 4.5.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import scripttest >>> Which would indicate it now supports python3 and pypy as far as emerge. gentoo64 scripttest # USE_PYTHON="2.5 2.6 2.7" ebuild scripttest-1.2.ebuild clean merge ------------------------------------------ * Compilation and optimization of Python modules for CPython 2.5 ... [ ok ] * Compilation and optimization of Python modules for CPython 2.6 ... [ ok ] * Compilation and optimization of Python modules for CPython 2.7 ... [ ok ] >>> dev-python/scripttest-1.2 merged.
09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +scripttest-1.2.ebuild: Bump