py-mailchecker: new recipe (#21346)
This commit is contained in:
parent
54f163f7dc
commit
52c32047ad
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/py-mailchecker/package.py
Normal file
19
var/spack/repos/builtin/packages/py-mailchecker/package.py
Normal 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')
|
Loading…
Reference in a new issue