Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 228831 Details for
Bug 316739
dev-python/twisted-10.0.0 fails tests on prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for twisted-10.0.0.ebuild prefix compaitbility
twisted-10.0.0.ebuild.patch (text/plain), 908 bytes, created by
Dan Wallis
on 2010-04-23 00:41:10 UTC
(
hide
)
Description:
Patch for twisted-10.0.0.ebuild prefix compaitbility
Filename:
MIME Type:
Creator:
Dan Wallis
Created:
2010-04-23 00:41:10 UTC
Size:
908 bytes
patch
obsolete
>--- twisted-10.0.0.ebuild 2010-03-17 23:39:23.000000000 +1300 >+++ /home/dan/twisted-10.0.0.ebuild 2010-04-23 12:33:30.000000000 +1200 >@@ -46,7 +46,7 @@ > local return_status="0" > "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with Python ${PYTHON_ABI}" > >- pushd "${T}/tests$(python_get_sitedir)" > /dev/null || die >+ pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die > > # Skip broken tests. > rm -f twisted/python/test/test_release.py >@@ -58,7 +58,7 @@ > # docstrings in all packages > echo "'''plugins stub'''" > twisted/plugins/__init__.py || die > >- if ! PYTHONPATH="." "${T}/tests/usr/bin/trial" twisted; then >+ if ! PYTHONPATH="." "${T}/tests${EPREFIX}/usr/bin/trial" twisted; then > if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then > die "Tests failed with Python ${PYTHON_ABI}" > else
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 316739
:
228829
| 228831