summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-04-22 18:20:38 +0000
committerMike Gilbert <floppym@gentoo.org>2012-04-22 18:20:38 +0000
commit68ac38519722eafc7e84707daad35224e4a1d6e7 (patch)
treeda295a4c4961a7c4de973d4c2711c9f62a285ff5 /dev-python/beautifulsoup
parentalpha/ia64/sh/sparc stable wrt #401229 (diff)
downloadgentoo-2-68ac38519722eafc7e84707daad35224e4a1d6e7.tar.gz
gentoo-2-68ac38519722eafc7e84707daad35224e4a1d6e7.tar.bz2
gentoo-2-68ac38519722eafc7e84707daad35224e4a1d6e7.zip
Add dep on dev-python/lxml for tests. Remove reference to ${S}.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog5
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog
index c9ce2ce7528c..87483072fb18 100644
--- a/dev-python/beautifulsoup/ChangeLog
+++ b/dev-python/beautifulsoup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.62 2012/04/21 22:17:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.63 2012/04/22 18:20:38 floppym Exp $
+
+ 22 Apr 2012; Mike Gilbert <floppym@gentoo.org> beautifulsoup-4.0.4.ebuild:
+ Add dep on dev-python/lxml for tests. Remove reference to ${S}.
21 Apr 2012; Mike Gilbert <floppym@gentoo.org> beautifulsoup-4.0.4.ebuild:
Simplify docs building.
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild
index 5876f3dd34b8..84b682f2f68b 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild
@@ -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/beautifulsoup/beautifulsoup-4.0.4.ebuild,v 1.2 2012/04/21 22:17:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.0.4.ebuild,v 1.3 2012/04/22 18:20:38 floppym Exp $
EAPI="4"
@@ -22,9 +22,10 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc"
+IUSE="doc test"
-DEPEND="doc? ( dev-python/sphinx )"
+DEPEND="doc? ( dev-python/sphinx )
+ test? ( dev-python/lxml )"
RDEPEND=""
PYTHON_MODNAME="bs4"
@@ -39,7 +40,7 @@ src_compile() {
src_test() {
testing() {
- cd "${S}/build-${PYTHON_ABI}/lib"
+ cd "build-${PYTHON_ABI}/lib"
nosetests --verbosity="${PYTHON_TEST_VERBOSITY}"
}
python_execute_function testing