Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 521402 Details for
Bug 649052
dev-python/xonsh-0.6.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild
xonsh-0.6.0.ebuild (text/plain), 1.09 KB, created by
Simon Braunstein
on 2018-02-28 18:10:36 UTC
(
hide
)
Description:
Modified ebuild
Filename:
MIME Type:
Creator:
Simon Braunstein
Created:
2018-02-28 18:10:36 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python3_{4,5} ) > >inherit distutils-r1 eutils > >DESCRIPTION="An exotic, usable shell" >HOMEPAGE=" > http://xonsh.readthedocs.org/ > https://github.com/scopatz/xonsh > http://pypi.python.org/pypi/xonsh" >SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >IUSE="test" > >RDEPEND=" > dev-python/ply[${PYTHON_USEDEP}] > dev-python/pygments[${PYTHON_USEDEP}] >" >DEPEND="${RDEPEND} > dev-python/setuptools[${PYTHON_USEDEP}] > test? ( > dev-python/nose[${PYTHON_USEDEP}] > )" > >python_prepare_all() { > sed \ > -e "/install_jupyter_hook/s:prefix=prefix:prefix=u\"${ED}/usr\":g" \ > -i setup.py || die > sed -e "/install_jupyter_hook/s:root=root:root=u\"/\":g" \ > -i setup.py || die > > distutils-r1_python_prepare_all >} > >python_test() { > nosetests --verbose || die >} > >pkg_postinst() { > elog "Please install" > optfeature "Jupyter kernel support" dev-python/jupyter > optfeature "Alternative to readline backend" dev-python/prompt_toolkit >}
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 649052
: 521402