summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-10-22 04:52:38 +0000
committerIan Delaney <idella4@gentoo.org>2014-10-22 04:52:38 +0000
commite1842205493ed28b802efb7bb2bc491e7cf4f2ed (patch)
treeb9c7fe93d597430c65e7e31bf0cec83412f0eb9a /dev-python
parentNew ebuild for django-opensearch (Opensearch integration for Django) (diff)
downloadgentoo-2-e1842205493ed28b802efb7bb2bc491e7cf4f2ed.tar.gz
gentoo-2-e1842205493ed28b802efb7bb2bc491e7cf4f2ed.tar.bz2
gentoo-2-e1842205493ed28b802efb7bb2bc491e7cf4f2ed.zip
remove premature addition of doc build
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/path-py/ChangeLog5
-rw-r--r--dev-python/path-py/path-py-7.0.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/path-py/ChangeLog b/dev-python/path-py/ChangeLog
index 899b2ec970cd..7d0a9d5be6b7 100644
--- a/dev-python/path-py/ChangeLog
+++ b/dev-python/path-py/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/path-py
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/ChangeLog,v 1.2 2014/10/21 09:24:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/ChangeLog,v 1.3 2014/10/22 04:52:38 idella4 Exp $
+
+ 22 Oct 2014; Ian Delaney <idella4@gentoo.org> path-py-7.0.ebuild:
+ remove premature addition of doc build
*path-py-7.0 (21 Oct 2014)
diff --git a/dev-python/path-py/path-py-7.0.ebuild b/dev-python/path-py/path-py-7.0.ebuild
index a2dc2e215bfd..e3b1bfb2b12d 100644
--- a/dev-python/path-py/path-py-7.0.ebuild
+++ b/dev-python/path-py/path-py-7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-7.0.ebuild,v 1.1 2014/10/21 09:24:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/path-py/path-py-7.0.ebuild,v 1.2 2014/10/22 04:52:38 idella4 Exp $
EAPI=5
@@ -24,10 +24,6 @@ DEPEND="
S="${WORKDIR}/${MY_P}"
-python_compile_all() {
- use doc && emake -C docs html
-}
-
python_test() {
py.test || die "Testing failed with ${EPYTHON}"
}