mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+ipython.org (#1418)
* +ipython.org * cp the python3 shim instead of run python-venv.py twice --------- Co-authored-by: James Reynolds <magnsuviri@me.com>
This commit is contained in:
parent
0742684fb1
commit
540af13675
1 changed files with 22 additions and 0 deletions
22
projects/ipython.org/package.yml
Normal file
22
projects/ipython.org/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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 }}"
|
Loading…
Reference in a new issue