mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+kislyuk.github.io/argcomplete (#5524)
* new file: projects/kislyuk.github.io/argcomplete/package.yml * use bkpyvenv for best relocatibility * correct PYTHONPATH --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
6c483bb599
commit
30d86bea0f
34
projects/kislyuk.github.io/argcomplete/package.yml
Normal file
34
projects/kislyuk.github.io/argcomplete/package.yml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
distributable:
|
||||||
|
# Make sure you're either building from a fully intact git repository or PyPI tarballs
|
||||||
|
url: git+https://github.com/kislyuk/argcomplete.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: kislyuk/argcomplete
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pkgx.sh: ^1
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
PYTHONPATH: ${{prefix}}/venv/lib/python3/site-packages:$PYTHONPATH
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
python.org: ~3.12
|
||||||
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install setuptools wheel
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} activate-global-python-argcomplete register-python-argcomplete python-argcomplete-check-easy-install-script
|
||||||
|
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||||
|
working-directory: ${{prefix}}/venv/lib
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/activate-global-python-argcomplete
|
||||||
|
- bin/register-python-argcomplete
|
||||||
|
- bin/python-argcomplete-check-easy-install-script
|
||||||
|
|
||||||
|
test:
|
||||||
|
- register-python-argcomplete foo | grep '_python_argcomplete foo'
|
||||||
|
- python -c 'import argcomplete;'
|
Loading…
Reference in a new issue