idella4     14/10/04 03:18:13

  Modified:             ChangeLog
  Added:                defusedxml-0.4.1-r1.ebuild
  Removed:              defusedxml-0.4.1.ebuild
  Log:
  revbump; drop py2.6, purge dep on dev-python/pyxml and substitute with dep on 
xml use flag in (C)python, ack to Arfrever for observing & reporting
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.7                  dev-python/defusedxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Aug 2014 18:26:33 -0000       1.6
+++ ChangeLog   4 Oct 2014 03:18:13 -0000       1.7
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/defusedxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.6 
2014/08/03 18:26:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/defusedxml/ChangeLog,v 1.7 
2014/10/04 03:18:13 idella4 Exp $
+
+*defusedxml-0.4.1-r1 (04 Oct 2014)
+
+  04 Oct 2014; Ian Delaney <idel...@gentoo.org> +defusedxml-0.4.1-r1.ebuild,
+  -defusedxml-0.4.1.ebuild:
+  revbump; drop py2.6, purge dep on dev-python/pyxml and substitute with dep on
+  xml use flag in (C)python, ack to Arfrever for observing & reporting
 
   03 Aug 2014; Markus Meier <mae...@gentoo.org> defusedxml-0.4.1.ebuild:
   add ~arm, bug #516442



1.1                  dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild

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

Index: defusedxml-0.4.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild,v 1.1 
2014/10/04 03:18:13 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
HOMEPAGE="https://bitbucket.org/tiran/defusedxml";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE="examples"

LICENSE="PSF-2"
SLOT="0"

python_test() {
        esetup.py test || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
        use examples && local EXAMPLES=( other/. )
        distutils-r1_python_install_all
}




Reply via email to