From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75CAB59CB2 for ; Mon, 18 Apr 2016 16:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F25821C010; Mon, 18 Apr 2016 16:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B5AA21C00C for ; Mon, 18 Apr 2016 16:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDFE340AB6 for ; Mon, 18 Apr 2016 16:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857F315F for ; Mon, 18 Apr 2016 16:16:04 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460996151.255fa5b9d2a5e7aa7cd077531d0c8eb8889ce5fd.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyserial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyserial/pyserial-2.7-r1.ebuild X-VCS-Directories: dev-python/pyserial/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 255fa5b9d2a5e7aa7cd077531d0c8eb8889ce5fd X-VCS-Branch: master Date: Mon, 18 Apr 2016 16:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ba1a1e7-dee4-4e58-8ae9-84a39018f6aa X-Archives-Hash: ed0fc1f4e136180d231f332e8289faa8 commit: 255fa5b9d2a5e7aa7cd077531d0c8eb8889ce5fd Author: Ian Delaney gentoo org> AuthorDate: Mon Apr 18 15:33:01 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Apr 18 16:15:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255fa5b9 dev-python/pyserial: tidy to pyserial-2.7-r1.ebuild Package-Manager: portage-2.2.28 dev-python/pyserial/pyserial-2.7-r1.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild b/dev-python/pyserial/pyserial-2.7-r1.ebuild index 857f253..03fb651 100644 --- a/dev-python/pyserial/pyserial-2.7-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild @@ -18,14 +18,11 @@ IUSE="doc examples" DEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND="" + +# Usual avoid d'loading un-needed objects.inv file PATCHES=( "${FILESDIR}"/mapping.patch ) -DOCS=( CHANGES.txt README.txt ) -python_prepare_all() { - # Usual avoid d'loading un-needed objects.inv file - distutils-r1_python_prepare_all -} +DOCS=( CHANGES.txt README.txt ) python_compile_all() { use doc && emake -C documentation html