mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[fix] py.build - fix small typo in the build message
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									0e3a87b73a
								
							
						
					
					
						commit
						f41b7a7204
					
				
							
								
								
									
										2
									
								
								manage
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								manage
									
									
									
									
									
								
							@ -326,7 +326,7 @@ node.clean() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
py.build() {
 | 
					py.build() {
 | 
				
			||||||
    build_msg BUILD "[pylint] python package ${PYDIST}"
 | 
					    build_msg BUILD "python package ${PYDIST}"
 | 
				
			||||||
    pyenv.cmd python setup.py \
 | 
					    pyenv.cmd python setup.py \
 | 
				
			||||||
              sdist -d "${PYDIST}" \
 | 
					              sdist -d "${PYDIST}" \
 | 
				
			||||||
              bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"
 | 
					              bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user