Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311373 Details for
Bug 415419
dev-python/logilab-constraint-0.5.0 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
logilab-constraint.patch (text/plain), 1.65 KB, created by
Ian Delaney (RETIRED)
on 2012-05-10 19:10:38 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-10 19:10:38 UTC
Size:
1.65 KB
patch
obsolete
>diff -ur ../logilab-constraint.orig/logilab-constraint-0.5.0.ebuild ../logilab-constraint/logilab-constraint-0.5.0.ebuild >--- ../logilab-constraint.orig/logilab-constraint-0.5.0.ebuild 2012-05-11 02:45:52.914422059 +0800 >+++ ../logilab-constraint/logilab-constraint-0.5.0.ebuild 2012-05-11 02:54:17.669433569 +0800 >@@ -6,13 +6,12 @@ > PYTHON_DEPEND="2" > SUPPORT_PYTHON_ABIS="1" > RESTRICT_PYTHON_ABIS="3.*" >- >+DISTUTILS_SRC_TEST=nosetests > inherit distutils > >-MY_P="${P#logilab-}" > DESCRIPTION="A finite domain constraints solver written in 100% pure Python" > HOMEPAGE="http://www.logilab.org/projects/constraint/" >-SRC_URI="ftp://ftp.logilab.org/pub/constraint/${MY_P}.tar.gz" >+SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >@@ -40,3 +39,25 @@ > doins -r examples > fi > } >+ >+# phase works but PYTHONPATH is somehow hard coded to import from an >+# installed set of modules. Requires emerge without tests, then run tests. >+#src_test() { >+# testing() { >+# local exit_status=0 test >+# pushd build-${PYTHON_ABI}/lib/logilab/constraint/test/ > /dev/null || die >+# PYTHONPATH="build-${PYTHON_ABI}/lib/" >+# 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 >+#}
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 415419
:
311373
|
311443
|
311445
|
311617