Page MenuHomeSolus

Initial working python-ipython
ClosedPublic

Authored by EP01 on Jul 24 2017, 10:44 PM.
Tags
None
Referenced Files
F11013287: D710.id.diff
Fri, Aug 4, 12:10 PM
F11005606: D710.id2328.diff
Tue, Aug 1, 8:45 AM
F11005387: D710.id2276.diff
Tue, Aug 1, 6:41 AM
F11004322: D710.id1628.diff
Tue, Aug 1, 12:28 AM
F10829613: D710.id1533.diff
Jun 4 2023, 1:23 PM
F10813284: D710.id2276.diff
May 31 2023, 10:53 AM
F10809842: D710.diff
May 30 2023, 3:31 PM
F10781662: D710.id2276.diff
May 25 2023, 9:04 AM
Subscribers

Details

Summary

Python 2.7 package of IPython. Partially satisfies T4059.

Test Plan

Installed and played around in the terminal.

Diff Detail

Repository
R3713 python-ipython
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Justin added a subscriber: Justin.

Please put python2 and python3 into the same package. ie:

setup      : |
    %python_setup
    %python3_setup
install    : |
    %python_install
    %python3_install

Sorry @Justin, maybe I should have made it more clear. The packages need to be separated as the Python 2.7 version has been depreciated to an LTS version 5 branch and is no longer compatible with the latest version 6. So python-ipython and python3-ipython are actually different versions. See here.

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
24

Don't need quotes around $installdir

This revision now requires changes to proceed.Sep 13 2017, 10:27 AM
EP01 edited edge metadata.

Fixed reported issues.

EP01 marked an inline comment as done.Sep 13 2017, 6:18 PM
This revision is now accepted and ready to land.Sep 13 2017, 8:06 PM
This revision was automatically updated to reflect the committed changes.