mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			722 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			722 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"homepage": "http://www.python.org",
 | 
						|
	"license": "http://docs.python.org/3.4/license",
 | 
						|
	"version": "3.4.1",
 | 
						|
	"architecture": {
 | 
						|
		"64bit": {
 | 
						|
			"url": "https://www.python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi",
 | 
						|
			"hash": "md5:25440653f27ee1597fd6b3e15eee155f"
 | 
						|
		},
 | 
						|
		"32bit": {
 | 
						|
			"url": "https://www.python.org/ftp/python/3.4.1/python-3.4.1.msi",
 | 
						|
			"hash": "md5:4940c3fad01ffa2ca7f9cc43a005b89a"
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"bin": [
 | 
						|
		"python.exe",
 | 
						|
		"py.exe",
 | 
						|
		"pythonw.exe",
 | 
						|
		[ "python.exe", "python3" ]
 | 
						|
	],
 | 
						|
	"env_add_path": [ "scripts" ],
 | 
						|
	"post_install": "python -m ensurepip; cp (gcm pip3).path \"$(split-path (gcm pip3).path)/pip.exe\"",
 | 
						|
	"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
 | 
						|
}
 |