py-d2to1: added v0.2.12 (#15844)
This commit is contained in:
parent
75a2f8046a
commit
e227a684b9
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/py-d2to1/package.py
Normal file
20
var/spack/repos/builtin/packages/py-d2to1/package.py
Normal file
|
@ -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')
|
Loading…
Reference in a new issue