mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			841 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			841 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"homepage": "http://www.python.org",
 | 
						|
	"license": "http://docs.python.org/3.3/license.html",
 | 
						|
	"version": "3.3.4",
 | 
						|
	"architecture": {
 | 
						|
		"64bit": {
 | 
						|
			"url": "http://python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi",
 | 
						|
			"hash": "md5:fe66db6a92f8135cbbefa3265e8a99ec"
 | 
						|
		},
 | 
						|
		"32bit": {
 | 
						|
			"url": "http://python.org/ftp/python/3.3.4/python-3.3.4.msi",
 | 
						|
			"hash": "md5:839af9c8044a1c45338b618294d7a6f3"
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"bin": [ "python.exe", "py.exe" ],
 | 
						|
	"env_add_path": [ "scripts" ],
 | 
						|
	"post_install": "pushd $env:temp
 | 
						|
	$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
 | 
						|
	echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null
 | 
						|
	popd",
 | 
						|
	"notes": "To use PIP to manage Python packages, run 'easy_install pip'",
 | 
						|
	"checkver": "<p>Latest: <a.*>.*</a> - <a href=\".*\">Python ([0-9\\.]+)</a></p>"
 | 
						|
} |