Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408069 - dev-python/scripttest-1.2 version bump request
Summary: dev-python/scripttest-1.2 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 20:02 UTC by Ian Delaney (RETIRED)
Modified: 2012-03-16 06:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch for -1.2 (scripttest.patch,494 bytes, patch)
2012-03-13 20:02 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-03-13 20:02:35 UTC
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.
Comment 1 Patrick Lauer gentoo-dev 2012-03-16 06:47:38 UTC
  09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +scripttest-1.2.ebuild:
  Bump