From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0E8C61381FA for ; Tue, 20 May 2014 05:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89758E0B07; Tue, 20 May 2014 05:38:11 +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 B1483E0B07 for ; Tue, 20 May 2014 05:38:10 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26BF33F9EC for ; Tue, 20 May 2014 05:38:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 639D22004C; Tue, 20 May 2014 05:38:08 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: isodate-0.5.0.ebuild ChangeLog X-VCS-Directories: dev-python/isodate X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140520053808.639D22004C@flycatcher.gentoo.org> Date: Tue, 20 May 2014 05:38:08 +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: f26e1a31-6984-41b1-8986-7ef2b06c2070 X-Archives-Hash: 4eccbe31889514d0a056eeb7247d6b1d idella4 14/05/20 05:38:08 Modified: isodate-0.5.0.ebuild ChangeLog Log: drop py2.6 pypy2_0 add py3.4 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.2 dev-python/isodate/isodate-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild?r1=1.1&r2=1.2 Index: isodate-0.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- isodate-0.5.0.ebuild 3 May 2014 08:18:21 -0000 1.1 +++ isodate-0.5.0.ebuild 20 May 2014 05:38:08 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v 1.1 2014/05/03 08:18:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v 1.2 2014/05/20 05:38:08 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 @@ -14,13 +14,11 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DOCS=( CHANGES.txt README.rst TODO.txt ) - python_test() { local test pushd "${BUILD_DIR}"/lib/ 1.26 dev-python/isodate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 3 May 2014 08:18:21 -0000 1.25 +++ ChangeLog 20 May 2014 05:38:08 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.25 2014/05/03 08:18:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.26 2014/05/20 05:38:08 idella4 Exp $ + + 20 May 2014; Ian Delaney isodate-0.5.0.ebuild: + drop py2.6 pypy2_0 add py3.4 support *isodate-0.5.0 (03 May 2014)