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 45D7113888F for ; Wed, 7 Oct 2015 12:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABEBE07F0; Wed, 7 Oct 2015 12:24:29 +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 08C85E07F0 for ; Wed, 7 Oct 2015 12:24:28 +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 ECE0F3408C5 for ; Wed, 7 Oct 2015 12:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3E66B22 for ; Wed, 7 Oct 2015 12:24:22 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1444220655.5e07302a587d0fabb9fc4eec5df658ae1f30482e.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymongo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymongo/pymongo-2.9.ebuild X-VCS-Directories: dev-python/pymongo/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 5e07302a587d0fabb9fc4eec5df658ae1f30482e X-VCS-Branch: master Date: Wed, 7 Oct 2015 12:24:22 +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: 08099e7f-a8a9-453d-a310-63b8bd745990 X-Archives-Hash: b9e95b7f9b8f8f861ca3187451378944 commit: 5e07302a587d0fabb9fc4eec5df658ae1f30482e Author: Ultrabug gentoo org> AuthorDate: Wed Oct 7 12:24:15 2015 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Wed Oct 7 12:24:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e07302a dev-python/pymongo: drop 3.3 support on recently bumped version Package-Manager: portage-2.2.22 dev-python/pymongo/pymongo-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pymongo/pymongo-2.9.ebuild b/dev-python/pymongo/pymongo-2.9.ebuild index 059bdf5..9dd9181 100644 --- a/dev-python/pymongo/pymongo-2.9.ebuild +++ b/dev-python/pymongo/pymongo-2.9.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit check-reqs distutils-r1