idella4     14/07/16 08:06:00

  Modified:             ChangeLog
  Added:                astor-0.4.ebuild
  Log:
  bump; add test phase and fix to avoid file collisions
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/astor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Jun 2014 03:40:21 -0000      1.2
+++ ChangeLog   16 Jul 2014 08:06:00 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/astor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v 1.2 2014/06/29 
03:40:21 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/ChangeLog,v 1.3 2014/07/16 
08:06:00 idella4 Exp $
+
+*astor-0.4 (16 Jul 2014)
+
+  16 Jul 2014; Ian Delaney <idel...@gentoo.org> +astor-0.4.ebuild:
+  bump; add test phase and fix to avoid file collisions
 
   29 Jun 2014; Ian Delaney <idel...@gentoo.org> astor-0.3.ebuild:
   add py3.4 pypy, add missing dep, tidy, fixes bug #513900 by Patrick



1.1                  dev-python/astor/astor-0.4.ebuild

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

Index: astor-0.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astor/astor-0.4.ebuild,v 1.1 
2014/07/16 08:06:00 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Read/rewrite/write Python ASTs"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://pypi.python.org/pypi/astor";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_prepare_all() {
        avoid file collisions picked up by the eclass
        sed -e s":find_packages():find_packages(exclude=['tests']):" -i 
setup.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
}




Reply via email to