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 2AFB658974 for ; Sun, 17 Jan 2016 23:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D9621C055; Sun, 17 Jan 2016 23:16:42 +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 B02F221C055 for ; Sun, 17 Jan 2016 23:16: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 BAF363408F0 for ; Sun, 17 Jan 2016 23:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BD81CB3 for ; Sun, 17 Jan 2016 23:16:38 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1453072687.119c18586bfadf9abcf1c93948421d51a7be7329.jauhien@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild dev-python/sexpdata/sexpdata-0.0.3.ebuild X-VCS-Directories: dev-python/sexpdata/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 119c18586bfadf9abcf1c93948421d51a7be7329 X-VCS-Branch: master Date: Sun, 17 Jan 2016 23:16: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: 08edd657-8ab6-4ad1-8642-e78a7ce5dfdd X-Archives-Hash: b17215a4b79152817e689563a729d8c8 commit: 119c18586bfadf9abcf1c93948421d51a7be7329 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Jan 17 23:12:54 2016 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Jan 17 23:18:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c1858 dev-python/sexpdata: new PYTHON_COMPAT version Package-Manager: portage-2.2.26 .../sexpdata/{sexpdata-0.0.3.ebuild => sexpdata-0.0.3-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sexpdata/sexpdata-0.0.3.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild similarity index 80% rename from dev-python/sexpdata/sexpdata-0.0.3.ebuild rename to dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild index dd2f504..345248f 100644 --- a/dev-python/sexpdata/sexpdata-0.0.3.ebuild +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) inherit distutils-r1