idella4 15/06/27 09:57:16 Modified: ChangeLog Added: natsort-4.0.1.ebuild Log: bump' update deps, test phase, drop keyword ia64 to allow for new dep for tests (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.9 dev-python/natsort/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/natsort/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/natsort/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/natsort/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 3 Jun 2015 20:25:52 -0000 1.8 +++ ChangeLog 27 Jun 2015 09:57:16 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/natsort # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.8 2015/06/03 20:25:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.9 2015/06/27 09:57:16 idella4 Exp $ + +*natsort-4.0.1 (27 Jun 2015) + + 27 Jun 2015; Ian Delaney <[email protected]> +natsort-4.0.1.ebuild: + bump' update deps, test phase, drop keyword ia64 to allow for new dep for + tests 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/natsort/natsort-4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/natsort/natsort-4.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/natsort/natsort-4.0.1.ebuild?rev=1.1&content-type=text/plain Index: natsort-4.0.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/natsort/natsort-4.0.1.ebuild,v 1.1 2015/06/27 09:57:16 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Natural sorting for Python" HOMEPAGE="https://pypi.python.org/pypi/natsort" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )" python_prepare_all() { # Skip troublesome test that require a setting of LC_ALL-C sed -e 's:test_locale_convert_transforms_float_string_to_float_with_de_locale:_&:g' \ -i test_natsort/test_locale_help.py || die sed -e 's:test_natsorted_with_LOCALE_and_de_setting_returns_results_sorted_by_de_language:_&:' \ -i test_natsort/test_natsort.py || die distutils-r1_python_prepare_all } python_test() { # https://github.com/SethMMorton/natsort/issues/31 # For now elect to run the testsuite with a msg reporting cause of breakage by upstream einfo "Testsuite fails reporting no module slow_splitters" einfo "The tarball form upstream is missing 1 folder and 4 files" py.test || die "Tests failed under ${EPYTHON}" }
