mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
419 B
YAML
23 lines
419 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'
|
|
|
|
build:
|
|
script: |
|
|
python-venv.py {{prefix}}/bin/ipython
|
|
cp {{prefix}}/bin/ipython {{prefix}}/bin/ipython3
|
|
|
|
test:
|
|
script: |
|
|
test "$(ipython --version)" = "{{ version }}"
|