summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
author健美猞猁 <weijianwen@gmail.com>2020-04-03 17:12:59 +0800
committerGitHub <noreply@github.com>2020-04-03 11:12:59 +0200
commitc0d2f70d02856508d4edd61d710de05d2a5ef178 (patch)
treee045cd32cbb722dd58d69cdfd39ffa411226ded1 /var
parent87444aef7e939e9c10a66fb9eb288d02074c856a (diff)
downloadspack-c0d2f70d02856508d4edd61d710de05d2a5ef178.tar.gz
spack-c0d2f70d02856508d4edd61d710de05d2a5ef178.tar.bz2
spack-c0d2f70d02856508d4edd61d710de05d2a5ef178.tar.xz
spack-c0d2f70d02856508d4edd61d710de05d2a5ef178.zip
py-stsci-distutils: new package at v0.3.8 (#15845)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-stsci-distutils/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-stsci-distutils/package.py b/var/spack/repos/builtin/packages/py-stsci-distutils/package.py
new file mode 100644
index 0000000000..f14a6ebd46
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-stsci-distutils/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2020 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 PyStsciDistutils(PythonPackage):
+ """This package contains utilities used to
+ package some of STScI's Python projects."""
+
+ homepage = "https://github.com/spacetelescope/stsci.distutils"
+ url = "https://github.com/spacetelescope/stsci.distutils/archive/0.3.8.tar.gz"
+
+ version('0.3.8', sha256='a52f3ec3b392a9cecd98d143b678c27346cbfa8f34c34698821d7e167907edce')
+
+ depends_on('py-setuptools', type='build')
+ depends_on('py-d2to1', type='build')