summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
author健美猞猁 <weijianwen@gmail.com>2020-04-03 16:29:25 +0800
committerGitHub <noreply@github.com>2020-04-03 10:29:25 +0200
commite227a684b93b9eabf78deaa51847a6f14fa322fc (patch)
tree1cf03d2c39e50987fb94f3d9050899cc062fb2aa /var
parent75a2f8046a5782dc227f2679d6860558db4b1bfb (diff)
downloadspack-e227a684b93b9eabf78deaa51847a6f14fa322fc.tar.gz
spack-e227a684b93b9eabf78deaa51847a6f14fa322fc.tar.bz2
spack-e227a684b93b9eabf78deaa51847a6f14fa322fc.tar.xz
spack-e227a684b93b9eabf78deaa51847a6f14fa322fc.zip
py-d2to1: added v0.2.12 (#15844)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-d2to1/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-d2to1/package.py b/var/spack/repos/builtin/packages/py-d2to1/package.py
new file mode 100644
index 0000000000..040d0b8d4b
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-d2to1/package.py
@@ -0,0 +1,20 @@
+# 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 PyD2to1(PythonPackage):
+ """d2to1 (the 'd' is for 'distutils') allows
+ using distutils2-like setup.cfg files for a package's
+ metadata with a distribute/setuptools setup.py script."""
+
+ homepage = "https://github.com/embray/d2to1"
+ url = "https://github.com/embray/d2to1/archive/0.2.12.tar.gz"
+
+ version('0.2.12.post1', sha256='80e026ccc604850d8171fd8599b3130d234c0d443e1dc4e2039be0b204cea9b4')
+ version('0.2.12', sha256='04ab9f3ac255d367ecda1eb59379e5031816740c3a3eda95d0dba9f6bb3b7ca4')
+
+ depends_on('py-setuptools', type='build')