mrueg       15/06/15 14:53:34

  Modified:             ChangeLog
  Added:                3to2-1.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 dev-python/3to2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/3to2/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/3to2/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/3to2/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/3to2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Jun 2015 11:46:33 -0000       1.9
+++ ChangeLog   15 Jun 2015 14:53:34 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/3to2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/3to2/ChangeLog,v 1.9 2015/06/03 
11:46:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/3to2/ChangeLog,v 1.10 2015/06/15 
14:53:34 mrueg Exp $
+
+*3to2-1.1.1 (15 Jun 2015)
+
+  15 Jun 2015; Manuel RĂ¼ger <[email protected]> +3to2-1.1.1.ebuild:
+  Version bump.
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/3to2/3to2-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/3to2/3to2-1.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/3to2/3to2-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: 3to2-1.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/3to2/3to2-1.1.1.ebuild,v 1.1 
2015/06/15 14:53:34 mrueg Exp $

EAPI=5

PYTHON_COMPAT=(python{2_7,3_3})
inherit distutils-r1

DESCRIPTION="Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical 
conversion is possible"
HOMEPAGE="http://pypi.python.org/pypi/3to2";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip"

python_test() {
        cd "${BUILD_DIR}"/lib || die
        # the standard test runner fails to properly return failure
        "${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
}




Reply via email to