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 AF59C1386F2 for ; Tue, 11 Aug 2015 02:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF72E07FE; Tue, 11 Aug 2015 02:24:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE24E07FE for ; Tue, 11 Aug 2015 02:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37A10340A1E for ; Tue, 11 Aug 2015 02:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6A8144 for ; Tue, 11 Aug 2015 02:24:38 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1439259831.7231eb4934d28087400b7db0628f0fe0a7cb505a.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydispatcher/Manifest dev-python/pydispatcher/pydispatcher-2.0.5.ebuild X-VCS-Directories: dev-python/pydispatcher/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 7231eb4934d28087400b7db0628f0fe0a7cb505a X-VCS-Branch: master Date: Tue, 11 Aug 2015 02:24:38 +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: 2aadd066-fa49-40a6-88c7-01c4d7c7043d X-Archives-Hash: 0ec5e6c3b86fb64e9dcf7722ab35a1b2 commit: 7231eb4934d28087400b7db0628f0fe0a7cb505a Author: Alex Brandt gentoo org> AuthorDate: Tue Aug 11 02:23:51 2015 +0000 Commit: Alex Brandt gentoo org> CommitDate: Tue Aug 11 02:23:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7231eb49 dev-python/pydispatcher: add python3 targets Package-Manager: portage-2.2.20 dev-python/pydispatcher/Manifest | 2 +- dev-python/pydispatcher/pydispatcher-2.0.5.ebuild | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-python/pydispatcher/Manifest b/dev-python/pydispatcher/Manifest index 826b502..e0f15ae 100644 --- a/dev-python/pydispatcher/Manifest +++ b/dev-python/pydispatcher/Manifest @@ -1,2 +1,2 @@ DIST PyDispatcher-2.0.3.tar.gz 33454 SHA256 735b1f7cba2123fbb60530c178c54b43f774b88cefa2689a8b6dcc476f2ba03f SHA512 2d1ac07ec5ac500f24e41a38b3d41cc54d761c896fb6d580bab02da51d8e881014a8e1b9d5977be2e542f8a4758bc73589319191529a70c573c6bda49342afb1 WHIRLPOOL 71ae88c3a9fff3f359636eec1608458b4d5ee9d198985a16dcb17440ce082277d836053b9210c68b5ee45c88f09f1a1568a88cf692e9975e00f19bba83148cf3 -DIST PyDispatcher-2.0.5.tar.gz 34437 SHA256 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f WHIRLPOOL 482c19525d61c73c4b290491a277ec8ecfd4a8ad247a87a3dab7bf95d9a2923d7b21b9dd06db05cf1b5c0d9efedb13552895a97f9726dc7c666b848b1d7e560f +DIST pydispatcher-2.0.5.tar.gz 34437 SHA256 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf SHA512 b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f WHIRLPOOL 482c19525d61c73c4b290491a277ec8ecfd4a8ad247a87a3dab7bf95d9a2923d7b21b9dd06db05cf1b5c0d9efedb13552895a97f9726dc7c666b848b1d7e560f diff --git a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild index 9e1598a..f1121b9 100644 --- a/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild +++ b/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild @@ -3,16 +3,15 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) -inherit distutils-r1 +inherit distutils-r1 vcs-snapshot MY_PN="PyDispatcher" -MY_P="${MY_PN}-${PV}" DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism" HOMEPAGE="http://pydispatcher.sourceforge.net/ http://pypi.python.org/pypi/PyDispatcher" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -22,8 +21,6 @@ IUSE="doc examples" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" -S="${WORKDIR}/${MY_P}" - python_compile_all() { if use doc; then pushd docs/pydoc/ > /dev/null