summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorSinan <sbulutw@gmail.com>2019-08-21 16:51:25 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-08-21 16:51:25 -0700
commitbe302cac1f72fa9e4b8ec5905c6396f4509379d8 (patch)
tree8f85f6845141b344aa3ded793a0ec7f9b144ad7e /var
parent82080f0bc9c17d00d54cfd9d2d3e6bd585b6d5a8 (diff)
downloadspack-be302cac1f72fa9e4b8ec5905c6396f4509379d8.tar.gz
spack-be302cac1f72fa9e4b8ec5905c6396f4509379d8.tar.bz2
spack-be302cac1f72fa9e4b8ec5905c6396f4509379d8.tar.xz
spack-be302cac1f72fa9e4b8ec5905c6396f4509379d8.zip
New package: py-fallocate (#12450)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-fallocate/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-fallocate/package.py b/var/spack/repos/builtin/packages/py-fallocate/package.py
new file mode 100644
index 0000000000..a5cc3354c6
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-fallocate/package.py
@@ -0,0 +1,16 @@
+# 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 PyFallocate(PythonPackage):
+ """Module to expose posix_fallocate(3), posix_fadvise(3) and fallocate(2)
+ """
+
+ homepage = "https://github.com/trbs/fallocate"
+ url = "https://pypi.io/packages/source/f/fallocate/fallocate-1.6.4.tar.gz"
+
+ version('1.6.4', sha256='85ebeb2786761fbe80d88c52590a610bd3425fc89e188c208a3f261a5bd6acb3')