new package: py-umalqurra (#13568)
This commit is contained in:
		
				
					committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						parent
						
							1114ae9375
						
					
				
				
					commit
					880a8d40ce
				
			
							
								
								
									
										16
									
								
								var/spack/repos/builtin/packages/py-umalqurra/package.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								var/spack/repos/builtin/packages/py-umalqurra/package.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
# Copyright 2013-2019 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 PyUmalqurra(PythonPackage):
 | 
			
		||||
    """Date Api that support Hijri Umalqurra calendar."""
 | 
			
		||||
 | 
			
		||||
    homepage = "https://github.com/tytkal/python-hijiri-ummalqura"
 | 
			
		||||
    url      = "https://pypi.io/packages/source/u/umalqurra/umalqurra-0.2.tar.gz"
 | 
			
		||||
 | 
			
		||||
    version('0.2', sha256='719f6a36f908ada1c29dae0d934dd0f1e1f6e3305784edbec23ad719397de678')
 | 
			
		||||
 | 
			
		||||
    depends_on('py-setuptools', type='build')
 | 
			
		||||
		Reference in New Issue
	
	Block a user