py-mailchecker: new recipe (#21346)

This commit is contained in:
Andrew-Dunning-NNL 2021-01-27 15:33:23 -05:00 committed by GitHub
parent 54f163f7dc
commit 52c32047ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# 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 PyMailchecker(PythonPackage):
"""Cross-language email validation. Backed by a database of thousands
throwable email providers"""
homepage = "https://github.com/FGRibreau/mailchecker"
pypi = "mailchecker/mailchecker-4.0.3.tar.gz"
version('4.0.3', sha256='00dbe9739c754366233eb3887c5deef987672482a26e814314c3e749fc7b1d1f')
depends_on('py-setuptools', type='build')