New package: py-portalocker (#15854)
* [py-portalocker] Create template * [py-portalocker] added homepage and description * [py-portalocker] specified dependencies * [py-portalocker] cleaned up fixmes * [py-portalocker] removed unnecessary python dependency listing
This commit is contained in:
parent
5e5b68c063
commit
0a9d4f6720
18
var/spack/repos/builtin/packages/py-portalocker/package.py
Normal file
18
var/spack/repos/builtin/packages/py-portalocker/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 PyPortalocker(PythonPackage):
|
||||
"""Portalocker is a library to provide an easy API to file
|
||||
locking."""
|
||||
|
||||
homepage = "https://github.com/WoLpH/portalocker"
|
||||
url = "https://github.com/WoLpH/portalocker/archive/v1.6.0.tar.gz"
|
||||
|
||||
version('1.6.0', sha256='084ff315ccb9fb38a7c06155d409da5df29647da7c6d2bc2b24637f9f79001ff')
|
||||
|
||||
depends_on('py-setuptools@38.3.0:', type='build')
|
Loading…
Reference in New Issue
Block a user