Compare commits
	
		
			2 Commits
		
	
	
		
			bab76643f2
			...
			fbe6fb01cb
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| fbe6fb01cb | |||
| 15ab55e370 | 
| @ -5,7 +5,7 @@ project( | |||||||
| 	).stdout().strip('\n'), | 	).stdout().strip('\n'), | ||||||
| # 	'online.fxreader.uv', | # 	'online.fxreader.uv', | ||||||
| # 	['c', 'cpp'], | # 	['c', 'cpp'], | ||||||
| 	version: '0.1.5.17+27.9', | 	version: '0.1.5.17+27.11', | ||||||
| # 	default_options: [ | # 	default_options: [ | ||||||
| # 		'cpp_std=c++23', | # 		'cpp_std=c++23', | ||||||
| # 		# 'prefer_static=true', | # 		# 'prefer_static=true', | ||||||
|  | |||||||
| @ -514,6 +514,7 @@ class CLI(abc.ABC): | |||||||
| 		subprocess.check_call( | 		subprocess.check_call( | ||||||
| 			[ | 			[ | ||||||
| 				str(self.dist_settings.python_path), | 				str(self.dist_settings.python_path), | ||||||
|  | 				'-m', | ||||||
| 				'mesonbuild.mesonmain', | 				'mesonbuild.mesonmain', | ||||||
| 				# shutil_which( | 				# shutil_which( | ||||||
| 				# 	'meson', | 				# 	'meson', | ||||||
|  | |||||||
| @ -123,3 +123,14 @@ def interfaces_index() -> list[interfaces_index_t.Interface]: | |||||||
| 	) | 	) | ||||||
| 
 | 
 | ||||||
| 	return res | 	return res | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | def shutil_rmtree( | ||||||
|  | 	path: pathlib.Path, | ||||||
|  | 	preserve_top_path: bool = False, | ||||||
|  | ) -> None: | ||||||
|  | 	if preserve_top_path: | ||||||
|  | 		for p in path.iterdir(): | ||||||
|  | 			shutil.rmtree(str(p)) | ||||||
|  | 	else: | ||||||
|  | 		shutil.rmtree(str(path)) | ||||||
|  | |||||||
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.17+27.10-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.17+27.10-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.17+27.11-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										
											BIN
										
									
								
								releases/whl/online_fxreader_pr34-0.1.5.17+27.11-py3-none-any.whl
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user