Skip to content
Snippets Groups Projects
Commit 4e2154e5 authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Add argcomplete python package

parent c9262146
No related branches found
No related tags found
No related merge requests found
from spack import *
class PyArgcomplete(Package):
"""Bash tab completion for argparse."""
homepage = "https://pypi.python.org/pypi/argcomplete"
url = "https://pypi.python.org/packages/source/a/argcomplete/argcomplete-1.1.1.tar.gz"
version('1.1.1', '89a3839096c9f991ad33828e72d21abf')
extends('python')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment