chutzpah 14/04/02 19:01:44 Modified: python-argparse-1.ebuild ChangeLog Log: Add python3.4 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.17 virtual/python-argparse/python-argparse-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?r1=1.16&r2=1.17 Index: python-argparse-1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- python-argparse-1.ebuild 31 Mar 2014 21:23:07 -0000 1.16 +++ python-argparse-1.ebuild 2 Apr 2014 19:01:44 -0000 1.17 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.16 2014/03/31 21:23:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.17 2014/04/02 19:01:44 chutzpah Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="A virtual for the Python argparse module" 1.18 virtual/python-argparse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 31 Mar 2014 21:23:07 -0000 1.17 +++ ChangeLog 2 Apr 2014 19:01:44 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-argparse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.17 2014/03/31 21:23:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.18 2014/04/02 19:01:44 chutzpah Exp $ + + 02 Apr 2014; Patrick McLean <[email protected]> python-argparse-1.ebuild: + Add python3.4 31 Mar 2014; Michał Górny <[email protected]> python-argparse-1.ebuild: Add support for the new PyPy slotting.
