Skip to content
Snippets Groups Projects
Commit baf59535 authored by Geoffrey Oxberry's avatar Geoffrey Oxberry Committed by Adam J. Stewart
Browse files

feature: py-invoke: new python package (#10225)

parent 618741fc
Branches
Tags
No related merge requests found
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyInvoke(PythonPackage):
"""Pythonic task execution"""
homepage = "http://www.pyinvoke.org/"
url = "https://pypi.io/packages/source/i/invoke/invoke-1.2.0.tar.gz"
version('1.2.0', 'dc492f8f17a0746e92081aec3f86ae0b4750bf41607ea2ad87e5a7b5705121b7')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment