Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 348322 Details for
Bug 469848
dev-python/django-pipeline-1.2.24 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
django-pipeline-1.2.24.patch
django-pipeline-1.2.24.patch (text/plain), 2.02 KB, created by
Michael Palimaka (kensington)
on 2013-05-14 15:47:37 UTC
(
hide
)
Description:
django-pipeline-1.2.24.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2013-05-14 15:47:37 UTC
Size:
2.02 KB
patch
obsolete
>--- django-pipeline-1.2.9.ebuild >+++ django-pipeline-1.2.24.ebuild >@@ -2,67 +2,38 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.6 2013/01/21 05:46:14 idella4 Exp $ > >-EAPI=4 >-PYTHON_DEPEND="2:2.6" >-SUPPORT_PYTHON_ABIS=1 >-RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" >+EAPI=5 >+PYTHON_COMPAT=( python{2_6,2_7} ) > >-inherit distutils >+inherit distutils-r1 > > DESCRIPTION="An asset packaging library for Django" > HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/" > SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >-KEYWORDS="amd64 ~x86" >-IUSE="doc" >- > LICENSE="MIT" > SLOT="0" >-PYTHON_MODNAME="pipeline" >-DISTUTILS_SRC_TEST=nosetests >-RDEPEND=">=dev-python/django-1.4" >+KEYWORDS="~amd64 ~x86" >+IUSE="doc" >+ >+RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]" > DEPEND="${RDEPEND} >- dev-python/setuptools" >+ dev-python/setuptools[${PYTHON_USEDEP}]" > > src_compile() { > use doc && emake -C docs html > rm -f docs/_build/doctrees/environment.pickle || die >- distutils_src_compile >-} >- >-src_test() { >- export DJANGO_SETTINGS_MODULE="django.conf" >- # Python.[56] trigger a harmless deprecation warning >- testing() { >- local exit_status=0 test >- pushd build-${PYTHON_ABI}/lib/tests/tests/ > /dev/null || die >- PYTHONPATH=. >- for test in [a-z]*.py >- do >- if ! "$(PYTHON)" ${test}; then >- eerror "test "${test}" failed" >- exit_status="1" >- else >- einfo "test "${test}" passed OK" >- fi >- done >- popd > /dev/null >- return ${exit_status} >- } >- python_execute_function testing >+ distutils-r1_src_compile > } > > src_install() { >- distutils_src_install >+ # Remove un-needed tests to avoid file collisions >+ rm -rf tests || die >+ python_foreach_impl run_in_build_dir rm -rf lib/tests || die >+ >+ distutils-r1_src_install > > if use doc; then > dohtml -r docs/_build/html/ > fi >- >- # Remove un-needed tests to avoid file collisions >- rmtests() { >- rm -rf "${ED}"/$(python_get_sitedir)/tests/ || die >- } >- >- python_execute_function rmtests > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 469848
: 348322