jlec 15/08/04 09:56:10 Modified: ChangeLog Added: pxml-0.2.11-r1.ebuild Removed: pxml-0.2.11.ebuild Log: Clean distribute from requirements (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 dev-python/pxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pxml/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 4 Aug 2015 09:36:40 -0000 1.1 +++ ChangeLog 4 Aug 2015 09:56:10 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pxml/ChangeLog,v 1.1 2015/08/04 09:36:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pxml/ChangeLog,v 1.2 2015/08/04 09:56:10 jlec Exp $ + +*pxml-0.2.11-r1 (04 Aug 2015) + + 04 Aug 2015; Justin Lecher <[email protected]> +pxml-0.2.11-r1.ebuild, + -pxml-0.2.11.ebuild: + Clean distribute from requirements *pxml-0.2.11 (04 Aug 2015) 1.1 dev-python/pxml/pxml-0.2.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/pxml-0.2.11-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pxml/pxml-0.2.11-r1.ebuild?rev=1.1&content-type=text/plain Index: pxml-0.2.11-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pxml/pxml-0.2.11-r1.ebuild,v 1.1 2015/08/04 09:56:10 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 DESCRIPTION="A python library and command-line tool to "prettify" and colorize XML" HOMEPAGE="https://pypi.python.org/pypi/pxml http://github.com/metagriffin/pxml" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" >=dev-python/blessings-1.5[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] )" python_prepare_all() { sed \ -e '/distribute/d' \ -i setup.py || die distutils-r1_python_prepare_all } python_test() { nosetests --verbose || die }
