Browse Source
			
			
			python/python3-cattrs: Updated for version 24.1.1.
			
				Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
			
			
				pull/249/head
			
			
		 
		
			
				
					
						 fourtysixandtwo
					
					1 year ago
						fourtysixandtwo
					
					1 year ago
					
						
							committed by
							
								 Willy Sudiarto Raharjo
								Willy Sudiarto Raharjo
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 3F617144D7238786
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
7 additions and 
4 deletions
			 
			
		 
		
			
				- 
					
					
					 
					python/python3-cattrs/python3-cattrs.SlackBuild
				
- 
					
					
					 
					python/python3-cattrs/python3-cattrs.info
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | PRGNAM=python3-cattrs | 
			
		
	
		
			
				
					|  |  |  | SRCNAM=${PRGNAM#python3-*} | 
			
		
	
		
			
				
					|  |  |  | VERSION=${VERSION:-23.2.3} | 
			
		
	
		
			
				
					|  |  |  | VERSION=${VERSION:-24.1.1} | 
			
		
	
		
			
				
					|  |  |  | BUILD=${BUILD:-1} | 
			
		
	
		
			
				
					|  |  |  | TAG=${TAG:-_SBo} | 
			
		
	
		
			
				
					|  |  |  | PKGTYPE=${PKGTYPE:-tgz} | 
			
		
	
	
		
			
				
					|  |  | @ -63,6 +63,9 @@ find -L . \ | 
			
		
	
		
			
				
					|  |  |  |  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ | 
			
		
	
		
			
				
					|  |  |  |   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') | 
			
		
	
		
			
				
					|  |  |  | export PYTHONPATH=/opt/python$PYVER/site-packages | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | python3 -m build --no-isolation | 
			
		
	
		
			
				
					|  |  |  | python3 -m installer -d "$PKG" dist/*.whl | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 | 
			
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -1,8 +1,8 @@ | 
			
		
	
		
			
				
					|  |  |  | PRGNAM="python3-cattrs" | 
			
		
	
		
			
				
					|  |  |  | VERSION="23.2.3" | 
			
		
	
		
			
				
					|  |  |  | VERSION="24.1.1" | 
			
		
	
		
			
				
					|  |  |  | HOMEPAGE="https://github.com/python-attrs/cattrs" | 
			
		
	
		
			
				
					|  |  |  | DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-23.2.3.tar.gz" | 
			
		
	
		
			
				
					|  |  |  | MD5SUM="555a80a76a06708adc793ceab25326b9" | 
			
		
	
		
			
				
					|  |  |  | DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.1.tar.gz" | 
			
		
	
		
			
				
					|  |  |  | MD5SUM="b57bb90e1360322c078ba368adfcc68b" | 
			
		
	
		
			
				
					|  |  |  | DOWNLOAD_x86_64="" | 
			
		
	
		
			
				
					|  |  |  | MD5SUM_x86_64="" | 
			
		
	
		
			
				
					|  |  |  | REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup" | 
			
		
	
	
		
			
				
					|  |  | 
 |