idella4 14/04/26 12:25:28 Modified: django-pipeline-1.3.15.ebuild ChangeLog Log: fix the ebuild (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 dev-python/django-pipeline/django-pipeline-1.3.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild?r1=1.3&r2=1.4 Index: django-pipeline-1.3.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- django-pipeline-1.3.15.ebuild 13 Sep 2013 21:32:14 -0000 1.3 +++ django-pipeline-1.3.15.ebuild 26 Apr 2014 12:25:28 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild,v 1.3 2013/09/13 21:32:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild,v 1.4 2014/04/26 12:25:28 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,6 @@ # PyPi releases lack docs/ subdir: # https://github.com/cyberdelia/django-pipeline/pull/254 SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> ${P}-gh.tar.gz" -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -29,16 +28,15 @@ test? ( dev-python/jinja[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] )" +# As usual for test phase +DISTUTILS_IN_SOURCE_BUILD=1 python_compile_all() { use doc && emake -C docs html } python_test() { - export DJANGO_SETTINGS_MODULE="django.conf" - cp -r tests "${BUILD_DIR}"/ || die - PYTHONPATH=${BUILD_DIR}:${PYTHONPATH} \ - django-admin.py test --settings=tests.settings tests \ + PYTHONPATH=. django-admin.py test --settings=tests.settings tests \ || die "Tests failed under ${EPYTHON}" } 1.20 dev-python/django-pipeline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 13 Sep 2013 21:32:14 -0000 1.19 +++ ChangeLog 26 Apr 2014 12:25:28 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-pipeline -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.19 2013/09/13 21:32:14 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.20 2014/04/26 12:25:28 idella4 Exp $ + + 26 Apr 2014; Ian Delaney <[email protected]> django-pipeline-1.3.15.ebuild: + fix the ebuild 13 Sep 2013; Michał Górny <[email protected]> django-pipeline-1.3.15.ebuild: Use virtual/python-futures.
