From 4cab7fb69e2c2b8098895bee92aabe5df8b7aaaa Mon Sep 17 00:00:00 2001 From: Seth R Johnson Date: Sun, 17 Oct 2021 09:01:55 -0400 Subject: [PATCH] py-magic: delete redundant package This package is actually named py-python-magic (since the project itself is "python-magic"). --- .../repos/builtin/packages/py-magic/package.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 var/spack/repos/builtin/packages/py-magic/package.py diff --git a/var/spack/repos/builtin/packages/py-magic/package.py b/var/spack/repos/builtin/packages/py-magic/package.py deleted file mode 100644 index dcc5d9a1baf..00000000000 --- a/var/spack/repos/builtin/packages/py-magic/package.py +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2013-2021 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 PyMagic(PythonPackage): - """A python wrapper for libmagic.""" - - homepage = "https://github.com/ahupp/python-magic" - url = "https://github.com/ahupp/python-magic/archive/0.4.15.tar.gz" - - version('0.4.15', sha256='6d730389249ab1e34ffb0a3c5beaa44e116687ffa081e0176dab6c59ff271593') - - depends_on('py-setuptools', type='build') - depends_on('file', type='run')