Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412315 - dev-python/scrapy-0.14.2 version bump request
Summary: dev-python/scrapy-0.14.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 (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 10:01 UTC by Ian Delaney (RETIRED)
Modified: 2012-04-19 06:34 UTC (History)
0 users

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


Attachments
ebuild patch (scrapy.patch,981 bytes, patch)
2012-04-17 10:15 UTC, Ian Delaney (RETIRED)
Details | Diff
revised ebuild (scrapy.patch,1.21 KB, patch)
2012-04-17 12:11 UTC, Ian Delaney (RETIRED)
Details | Diff
revised patch (scrapy.patch,1.82 KB, patch)
2012-04-18 08:45 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-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