py-neo4j: new package (#48383)
* add neo4j package * [@spackbot] updating style on behalf of kchilleri * modifying license header
This commit is contained in:
		
							
								
								
									
										20
									
								
								var/spack/repos/builtin/packages/py-neo4j/package.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								var/spack/repos/builtin/packages/py-neo4j/package.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
# Copyright Spack Project Developers. See COPYRIGHT file for details.
 | 
			
		||||
#
 | 
			
		||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
 | 
			
		||||
 | 
			
		||||
from spack.package import *
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class PyNeo4j(PythonPackage):
 | 
			
		||||
    """This is the neo4j bolt driver for python from the official repository"""
 | 
			
		||||
 | 
			
		||||
    pypi = "neo4j/neo4j-5.25.0.tar.gz"
 | 
			
		||||
 | 
			
		||||
    license("LGPL-3.0-only")
 | 
			
		||||
 | 
			
		||||
    version("5.25.0", sha256="7c82001c45319092cc0b5df4c92894553b7ab97bd4f59655156fa9acab83aec9")
 | 
			
		||||
 | 
			
		||||
    depends_on("py-pytz", type="run")
 | 
			
		||||
    depends_on("py-setuptools@68.0.0", type="build")
 | 
			
		||||
    depends_on("py-tomlkit@0.11.8", type="build")
 | 
			
		||||
    depends_on("python@3.7.0:", type=("build", "run"))
 | 
			
		||||
		Reference in New Issue
	
	Block a user