public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.14.2.ebuild ChangeLog
Date: Fri, 20 Apr 2012 03:48:58 +0000 (UTC)	[thread overview]
Message-ID: <20120420034858.3BB432004B@flycatcher.gentoo.org> (raw)

floppym     12/04/20 03:48:58

  Modified:             scrapy-0.14.2.ebuild ChangeLog
  Log:
  Remove pointless src_prepare function. Cleanup src_test.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/scrapy/scrapy-0.14.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild?r1=1.2&r2=1.3

Index: scrapy-0.14.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scrapy-0.14.2.ebuild	19 Apr 2012 07:10:37 -0000	1.2
+++ scrapy-0.14.2.ebuild	20 Apr 2012 03:48:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # 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.2 2012/04/19 07:10:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild,v 1.3 2012/04/20 03:48:58 floppym Exp $
 
 EAPI="4"
 
@@ -44,11 +44,6 @@
 
 S="${WORKDIR}/${MY_P}"
 
-src_prepare() {
-	sed -e s':decs = "1000.12":decs = 1000.12:' \
-		-i scrapy/tests/test_utils_serialize.py || die
-}
-
 src_compile() {
 	distutils_src_compile
 
@@ -59,7 +54,8 @@
 
 src_test() {
 	testing() {
-		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)"  bin/runtests.sh || die
+		echo PYTHONPATH="build-${PYTHON_ABI}/lib" bin/runtests.sh
+		PYTHONPATH="build-${PYTHON_ABI}/lib" bin/runtests.sh
 	}
 	python_execute_function testing
 }



1.7                  dev-python/scrapy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 Apr 2012 06:32:57 -0000	1.6
+++ ChangeLog	20 Apr 2012 03:48:58 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.6 2012/04/19 06:32:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.7 2012/04/20 03:48:58 floppym Exp $
+
+  20 Apr 2012; Mike Gilbert <floppym@gentoo.org> scrapy-0.14.2.ebuild:
+  Remove pointless src_prepare function. Cleanup src_test.
 
 *scrapy-0.14.2 (19 Apr 2012)
 






             reply	other threads:[~2012-04-20  3:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-20  3:48 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-19  6:32 [gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.14.2.ebuild ChangeLog Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120420034858.3BB432004B@flycatcher.gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox