Add new py-extras package (#14025)
This commit is contained in:
parent
b6a6f28482
commit
e78865b3ab
18
var/spack/repos/builtin/packages/py-extras/package.py
Normal file
18
var/spack/repos/builtin/packages/py-extras/package.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 2013-2019 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 PyExtras(PythonPackage):
|
||||||
|
"""Useful extra bits for Python - things that shold be in the standard
|
||||||
|
library."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/testing-cabal/extras"
|
||||||
|
url = "https://pypi.io/packages/source/e/extras/extras-1.0.0.tar.gz"
|
||||||
|
|
||||||
|
version('1.0.0', sha256='132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e')
|
||||||
|
|
||||||
|
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user