Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309235 Details for
Bug 412315
dev-python/scrapy-0.14.2 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
scrapy.patch (text/plain), 981 bytes, created by
Ian Delaney (RETIRED)
on 2012-04-17 10:15:58 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-04-17 10:15:58 UTC
Size:
981 bytes
patch
obsolete
>diff -ur scrapy.orig/scrapy-0.14.2.ebuild scrapy/scrapy-0.14.2.ebuild >--- scrapy-0.14.2.ebuild 2012-04-17 17:40:52.618156023 +0800 >+++ scrapy-0.14.2.ebuild 2012-04-17 17:44:17.310154830 +0800 >@@ -2,14 +2,14 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild,v 1.1 2012/02/21 13:01:03 maksbotan >Exp $ > >-EAPI="3" >+EAPI="4" > > PYTHON_DEPEND="2:2.5" > PYTHON_USE_WITH="sqlite" > SUPPORT_PYTHON_ABIS="1" > RESTRICT_PYTHON_ABIS="3.*" >- >-inherit distutils python >+DISTUTILS_SRC_TEST="setup.py" >+inherit distutils > > MY_PN="Scrapy" > MY_P="${MY_PN}-${PV}" >@@ -53,10 +53,10 @@ > src_install() { > distutils_src_install > if use doc; then >- dohtml -r "${S}"/docs/build/html/ || die "dohtml failed" >+ dohtml -r "${S}"/docs/build/html/ > fi > if use examples; then > insinto /usr/share/doc/"${PF}"/examples >- doins -r "${S}"/examples/* || die "doins failed" >+ doins -r "${S}"/examples/* > fi > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 412315
:
309235
|
309245
|
309391