|  | @ -2,7 +2,7 @@ | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | # Slackware build script for python3-psutil |  |  | # Slackware build script for python3-psutil | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | # Copyright 2022  fourtysixandtwo <fourtysixandtwo@sliderr.net> |  |  |  | 
		
	
		
			
				|  |  |  |  |  | # Copyright 2022-23  fourtysixandtwo <fourtysixandtwo@sliderr.net> | 
		
	
		
			
				|  |  | # All rights reserved. |  |  | # All rights reserved. | 
		
	
		
			
				|  |  | # |  |  | # | 
		
	
		
			
				|  |  | # Redistribution and use of this script, with or without modification, is |  |  | # Redistribution and use of this script, with or without modification, is | 
		
	
	
		
			
				|  | @ -25,8 +25,8 @@ | 
		
	
		
			
				|  |  | cd $(dirname $0) ; CWD=$(pwd) |  |  | cd $(dirname $0) ; CWD=$(pwd) | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | PRGNAM=python3-psutil |  |  | PRGNAM=python3-psutil | 
		
	
		
			
				|  |  | SRCNAM=$(echo $PRGNAM | sed "s/python3-//") |  |  |  | 
		
	
		
			
				|  |  | VERSION=${VERSION:-5.9.4} |  |  |  | 
		
	
		
			
				|  |  |  |  |  | SRCNAM=${PRGNAM#python3-*} | 
		
	
		
			
				|  |  |  |  |  | VERSION=${VERSION:-5.9.5} | 
		
	
		
			
				|  |  | BUILD=${BUILD:-1} |  |  | BUILD=${BUILD:-1} | 
		
	
		
			
				|  |  | TAG=${TAG:-_SBo} |  |  | TAG=${TAG:-_SBo} | 
		
	
		
			
				|  |  | PKGTYPE=${PKGTYPE:-tgz} |  |  | PKGTYPE=${PKGTYPE:-tgz} | 
		
	
	
		
			
				|  | @ -73,9 +73,9 @@ cd $SRCNAM-$VERSION | 
		
	
		
			
				|  |  | chown -R root:root . |  |  | chown -R root:root . | 
		
	
		
			
				|  |  | find -L . \ |  |  | find -L . \ | 
		
	
		
			
				|  |  |  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |  |  |  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ | 
		
	
		
			
				|  |  |   -o -perm 511 \) -exec chmod 755 {} \; -o \ |  |  |  | 
		
	
		
			
				|  |  |  |  |  |   -o -perm 511 \) -exec chmod 755 {} \+ -o \ | 
		
	
		
			
				|  |  |  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |  |  |  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ | 
		
	
		
			
				|  |  |   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |  |  |  | 
		
	
		
			
				|  |  |  |  |  |   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | python3 -m build --no-isolation |  |  | python3 -m build --no-isolation | 
		
	
		
			
				|  |  | python3 -m installer -d "$PKG" dist/*.whl |  |  | python3 -m installer -d "$PKG" dist/*.whl | 
		
	
	
		
			
				|  | 
 |