Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 422677 - dev-python/django-pipeline-1.2.9 version bump request
Summary: dev-python/django-pipeline-1.2.9 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 16:52 UTC by Ian Delaney (RETIRED)
Modified: 2012-06-27 10:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-06-20 16:52:43 UTC
archtester django-pipeline # USE_PYTHON="2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9" ebuild django-pipeline-1.2.9.ebuild clean test merge

 * Compilation and optimization of Python modules for CPython 2.6     [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7     [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.8 (Python 2.7) [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.9 (Python 2.7) [ ok ]
>>> dev-python/django-pipeline-1.2.9 merged.

diff -ur ../django-pipeline.orig/django-pipeline-1.2.9.ebuild ../django-pipeline/django-pipeline-1.2.9.ebuild
--- ../django-pipeline.orig/django-pipeline-1.2.9.ebuild	2012-06-21 00:15:52.642630914 +0800
+++ ../django-pipeline/django-pipeline-1.2.9.ebuild	2012-06-21 00:43:58.148500881 +0800
@@ -3,9 +3,9 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.6.ebuild,v 1.1 2012/05/20 12:15:46 tampakrap Exp $
 
 EAPI=4
-PYTHON_DEPEND="2"
+PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
 
 inherit distutils
 
@@ -37,7 +37,7 @@
 		pushd build-${PYTHON_ABI}/lib/tests/tests/ > /dev/null || die
 		for test in [a-z]*.py
 		do
-			if ! "$(PYTHON)" ${test}; then
+			if ! PYTHONPATH=.:../../ "$(PYTHON)" ${test}; then
 				eerror "test "${test}" failed"
 				exit_status="1"
 			else
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2012-06-27 10:23:07 UTC
Done