pantry/projects/ipython.org/package.yml
Jacob Heider 691bb5d2b3
fix(ipython)
closes #4560
2023-12-22 11:30:28 -05:00

24 lines
459 B
YAML

distributable:
url: https://github.com/ipython/ipython/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: ipython/ipython/tags
provides:
- bin/ipython
- bin/ipython3
dependencies:
python.org: '>=3.7<3.12'
gnu.org/which: 2 # used by the script
build:
script: |
python-venv.py {{prefix}}/bin/ipython
cp {{prefix}}/bin/ipython {{prefix}}/bin/ipython3
test:
script: |
test "$(ipython --version)" = "{{ version }}"