Added the py-send2trash package as a pre-req for py-jupyterhub (#10441)
This commit is contained in:
parent
b94c8c2d53
commit
68eb2a1418
17
var/spack/repos/builtin/packages/py-send2trash/package.py
Normal file
17
var/spack/repos/builtin/packages/py-send2trash/package.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 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 PySend2trash(PythonPackage):
|
||||
"""Python library to send files to Trash/Recycle on all platforms."""
|
||||
|
||||
homepage = "https://github.com/hsoft/send2trash"
|
||||
url = "https://github.com/hsoft/send2trash/archive/1.5.0.tar.gz"
|
||||
|
||||
version('1.5.0', sha256='7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user