Skip to content
Snippets Groups Projects
Commit b1da3664 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #795 from adamjstewart/features/argcomplete

Add argcomplete python package
parents 87c772b1 7255f696
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