From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1353B1382C5 for ; Thu, 3 May 2018 06:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 739A1E0AA4; Thu, 3 May 2018 06:40:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FFEDE0AA4 for ; Thu, 3 May 2018 06:40:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07219335C72 for ; Thu, 3 May 2018 06:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E7338 for ; Thu, 3 May 2018 06:40:31 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1525329621.68b606272e2f174eb12c79ec1b362cf867032199.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcy/funcy-1.10.1.ebuild dev-python/funcy/funcy-1.8.ebuild X-VCS-Directories: dev-python/funcy/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 68b606272e2f174eb12c79ec1b362cf867032199 X-VCS-Branch: master Date: Thu, 3 May 2018 06:40:31 +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: ff125342-077e-4742-a395-b76ac5041025 X-Archives-Hash: 9e6a73f01c6568d5c15e1a1870765ebb commit: 68b606272e2f174eb12c79ec1b362cf867032199 Author: Tupone Alfredo gentoo org> AuthorDate: Thu May 3 06:40:21 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 3 06:40:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b60627 dev-python/funcy: Remove support to python3.4 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/funcy/funcy-1.10.1.ebuild | 2 +- dev-python/funcy/funcy-1.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild index 209f30269b1..c94f09e0ac4 100644 --- a/dev-python/funcy/funcy-1.10.1.ebuild +++ b/dev-python/funcy/funcy-1.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality" diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild index 73fe30f0071..0ba7897cb81 100644 --- a/dev-python/funcy/funcy-1.8.ebuild +++ b/dev-python/funcy/funcy-1.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality"