Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402819 - dev-python/mozrunner-5.1 version bump request
Summary: dev-python/mozrunner-5.1 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 410917 410919 410921
Blocks:
  Show dependency tree
 
Reported: 2012-02-09 08:18 UTC by Ian Delaney (RETIRED)
Modified: 2012-04-21 17:10 UTC (History)
0 users

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


Attachments
ebuild patch 2.5.4 -> 5.1 (mozrunner.patch,627 bytes, patch)
2012-02-09 08:18 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-02-09 08:18:23 UTC
Created attachment 301351 [details, diff]
ebuild patch 2.5.4 -> 5.1

archtester mozrunner # ebuild mozrunner-5.1.ebuild clean test merge
-----------------------------------------------------------
>>> Test phase [none]: dev-python/mozrunner-5.1
>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 2.7 ...                                      [ ok ]
>>> dev-python/mozrunner-5.1 merged.

good to go
Comment 1 Patrick Lauer gentoo-dev 2012-02-14 04:29:40 UTC
# mozrunner
Traceback (most recent call last):
  File "/usr/bin/mozrunner-2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2708, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 687, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 585, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: mozprofile>=0.1


Needs some more fixin' ...
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-03-17 07:55:57 UTC
DEPEND="$(python_abi_depend dev-python/mozinfo)
        $(python_abi_depend dev-python/mozprocess)
        $(python_abi_depend dev-python/mozprofile)
        $(python_abi_depend dev-python/setuptools)
        $(python_abi_depend virtual/python-json[external])"

 from the up & running mozrunner-5.1.ebuild in progress.  No less than 3 new ebuilds to get this mozrunner going. 3 little ebuilds. And why did my attempt merge effectively?  WHat does this require on the part of gx86, python team?
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-04-05 17:17:31 UTC
testuser@archtester ~/improvise/dev-python/mozrunner $ USE_PYTHON="2.5 2.6 2.7" ebuild mozrunner-5.1.ebuild clean install

Installing mozrunner script to /mnt/gen2/TmpDir/portage/dev-python/mozrunner-5.1/temp/images/2.7/usr/bin
 * Generating '/usr/bin/mozrunner' wrapper script
>>> Completed installing mozrunner-5.1 into /mnt/gen2/TmpDir/portage/dev-python/mozrunner-5.1/image/

testuser@archtester ~/improvise/dev-python/mozrunner $ sudo USE_PYTHON="2.5 2.6 2.7" ebuild mozrunner-5.1.ebuild 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/mozrunner-5.1 merged.


All it took was 3 of the 4 new packages.  No. 4 is a virtual, so it's an option.
Comment 4 Mike Gilbert gentoo-dev 2012-04-21 17:10:30 UTC
+*mozrunner-5.2 (21 Apr 2012)
+
+  21 Apr 2012; Mike Gilbert <floppym@gentoo.org> +mozrunner-5.2.ebuild:
+  Version bump for #402819 by idella4.
+