mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
540af13675
* +ipython.org * cp the python3 shim instead of run python-venv.py twice --------- Co-authored-by: James Reynolds <magnsuviri@me.com>
23 lines
414 B
YAML
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 }}"
|