Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 412315

Summary: dev-python/scrapy-0.14.2 version bump request
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: [OLD] LibraryAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch
revised ebuild
revised patch

Description Ian Delaney (RETIRED) gentoo-dev 2012-04-17 10:01:07 UTC
archtester scrapy # USE_PYTHON="2.5 2.7" ebuild scrapy-0.14.2.ebuild clean test merge

>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 2.5 ...                                            [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7 ...                                            [ ok ]
>>> dev-python/scrapy-0.14.2 merged.

The test phase has not yet been incorporated into the ebuild, until now.  The test phase downloads a couple of python packages and installs them into the source, quite successfully.  I also bumped it to EAPI4 and removed 1 redundant python in inherit.  It doesn't work with pypy.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-04-17 10:15:58 UTC
Created attachment 309235 [details, diff]
ebuild patch
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-04-17 12:11:00 UTC
Created attachment 309245 [details, diff]
revised ebuild
Comment 3 Patrick Lauer gentoo-dev 2012-04-18 05:02:16 UTC
> -SUPPORT_PYTHON_ABIS="1"
> +SUPPORT_PYTHON_ABIS="1 *-pypy-*"

That makes precious little sense...
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2012-04-18 08:45:03 UTC
Created attachment 309391 [details, diff]
revised patch

Had put pypy on the wrong line, a couple of other touches.
Comment 5 Patrick Lauer gentoo-dev 2012-04-19 06:34:27 UTC
+  19 Apr 2012; Patrick Lauer <patrick@gentoo.org> +scrapy-0.14.2.ebuild:
+  Bump for #412315