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 03DF613888F for ; Sun, 25 Oct 2015 08:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B04E083B; Sun, 25 Oct 2015 08:34:09 +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 0C06DE083B for ; Sun, 25 Oct 2015 08:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF4D3408FF for ; Sun, 25 Oct 2015 08:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00511870 for ; Sun, 25 Oct 2015 08:34:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1445762037.61b71af30274e277c85d26e57f2edd53c44d703c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doublex-expects/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild X-VCS-Directories: dev-python/doublex-expects/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61b71af30274e277c85d26e57f2edd53c44d703c X-VCS-Branch: master Date: Sun, 25 Oct 2015 08:34:01 +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: c1a3c2bf-6ed5-479d-9583-64e0d144d909 X-Archives-Hash: 9897e59fbc63087053407b4072860c67 commit: 61b71af30274e277c85d26e57f2edd53c44d703c Author: Michał Górny gentoo org> AuthorDate: Sun Oct 25 08:32:13 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 25 08:33:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b71af3 dev-python/doublex-expects: remove py3.3 from 0.7.0* to match deps Remove python3.3 support from doublex-expects-0.7.0_rc1 since last version matching >=dev-python/expects-0.8.0_rc1 and having python3.3 enabled has been removed. Fixes: f4d0cf625270fee1 ("dev-python/expects: remove version 0.8.0_rc2") dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild b/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild index d0ec5e6..db72815 100644 --- a/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild +++ b/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 vcs-snapshot