summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2012-11-25 13:26:48 +0000
committerIan Delaney <idella4@gentoo.org>2012-11-25 13:26:48 +0000
commit9260595fd9a4b24c446c8cc4fe208784b0f885be (patch)
tree20ae96c7bf70f002b8f790a7368b1bbc3a163f5c
parentstable arm ppc ppc64, bug #444256 (diff)
downloadgentoo-2-9260595fd9a4b24c446c8cc4fe208784b0f885be.tar.gz
gentoo-2-9260595fd9a4b24c446c8cc4fe208784b0f885be.tar.bz2
gentoo-2-9260595fd9a4b24c446c8cc4fe208784b0f885be.zip
removed initial broken src_test subsequent to a prompt from Afrever wrt Bug #440230, not previously cited Bug #406567
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/rdflib/ChangeLog6
-rw-r--r--dev-python/rdflib/rdflib-3.2.3.ebuild7
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog
index 74ed3b79ea9a..cc3e96c3d203 100644
--- a/dev-python/rdflib/ChangeLog
+++ b/dev-python/rdflib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/rdflib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.16 2012/11/16 17:36:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.17 2012/11/25 13:26:48 idella4 Exp $
+
+ 26 Nov 2012; Ian Delaney <idella4@gentoo.org> rdflib-3.2.3.ebuild:
+ removed initial broken src_test subsequent to a prompt from Afrever wrt Bug
+ #440230, not previously cited Bug #406567
*rdflib-3.2.3 (17 Nov 2012)
diff --git a/dev-python/rdflib/rdflib-3.2.3.ebuild b/dev-python/rdflib/rdflib-3.2.3.ebuild
index 7b4763a19aed..d386c3be4a2e 100644
--- a/dev-python/rdflib/rdflib-3.2.3.ebuild
+++ b/dev-python/rdflib/rdflib-3.2.3.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/rdflib/rdflib-3.2.3.ebuild,v 1.1 2012/11/16 17:36:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.2.3.ebuild,v 1.2 2012/11/25 13:26:48 idella4 Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@@ -27,10 +27,6 @@ RDEPEND="dev-python/isodate
DEPEND="${RDEPEND}
dev-python/setuptools"
-src_test() {
- distutils_src_test --py3where='build/src'
-}
-
src_install() {
distutils_src_install
@@ -46,4 +42,5 @@ src_test() {
nosetests --verbosity=1 --py3where=build/src test/test_*.py || die
}
python_execute_function testing
+
}