Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244317 Details for
Bug 289363
dev-python/openopt (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for OpenOpt-0.29
openopt-0.29.ebuild (text/plain), 838 bytes, created by
Jean-Francis Roy
on 2010-08-24 00:59:41 UTC
(
hide
)
Description:
Ebuild for OpenOpt-0.29
Filename:
MIME Type:
Creator:
Jean-Francis Roy
Created:
2010-08-24 00:59:41 UTC
Size:
838 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >PYTHON_DEPEND="2:2.5" >SUPPORT_PYTHON_ABIS="1" >PYTHON_MODNAME="openopt" > >inherit distutils > >MY_PN="OpenOpt" > >DESCRIPTION="A python module for numerical optimization" >HOMEPAGE="http://openopt.org" >SRC_URI="http://openopt.org/images/3/33/${MY_PN}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples" > >RDEPEND="dev-python/numpy" >DEPEND="${RDEPEND} > dev-python/setuptools" >RESTRICT_PYTHON_ABIS="2.4 3.*" > >S=${WORKDIR}/${MY_PN} > >src_prepare() { > sed -i -e 's/find_packages()/find_packages(exclude=["openopt.examples", "openopt.tests"])/' setup.py || die >} > >src_install() { > distutils_src_install > > if use examples; then > insinto /usr/share/${PF}/examples > doins -r openopt/examples/* || die > fi >}
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 Raw
Actions:
View
Attachments on
bug 289363
:
207346
|
207348
|
244317