pantry/projects/ipython.org/package.yml
James Reynolds 540af13675
+ipython.org (#1418)
* +ipython.org

* cp the python3 shim instead of run python-venv.py twice

---------

Co-authored-by: James Reynolds <magnsuviri@me.com>
2023-04-16 00:07:47 -04:00

23 lines
414 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'
build:
script: |
python-venv.py {{prefix}}/bin/ipython
cp {{prefix}}/bin/ipython {{prefix}}/bin/ipython3
test:
script: |
test "$(ipython --version)" = "{{ version }}"