Skip to content

Commit

Permalink
AU: 2 updated - python2 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 20, 2019
1 parent 39d1763 commit 0bcc25c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/python2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg" width="48" height="48"/> [python2](https://chocolatey.org/packages/python2)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg" width="48" height="48"/> [python2](https://chocolatey.org/packages/python2)


Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 2.x and see almost immediate gains in productivity and lower maintenance costs.
Expand Down
12 changes: 6 additions & 6 deletions automatic/python2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <https://www.python.org/downloads/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
32-Bit software: <https://www.python.org/ftp/python/2.7.17/python-2.7.17.msi>
64-Bit software: <https://www.python.org/ftp/python/2.7.17/python-2.7.17.amd64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum32:
checksum64:
checksum type: sha256
checksum32: A4E3A321517C6B0C2693D6F712A0D18C82600B3D0C759C299B3D14384A17F863
checksum64: 3B934447E3620E51D2DAF5B2F258C9B617BCC686CA2F777A49AA3B47893ABF1B

The file 'LICENSE.txt' has been obtained from <https://www.python.org/download/releases/2.7/license>
2 changes: 1 addition & 1 deletion automatic/python2/python2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"2.4": "2.4.4",
"2.5": "2.5.4",
"2.6": "2.6.6",
"2.7": "2.7.15"
"2.7": "2.7.17"
}
10 changes: 4 additions & 6 deletions automatic/python2/python2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python2</id>
<version>2.7.15</version>
<version>2.7.17</version>
<title>Python 2.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
<projectUrl>https://www.python.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg</iconUrl>
<licenseUrl>https://www.python.org/download/releases/2.7/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Expand All @@ -23,13 +23,11 @@ For example: `--params '"/InstallDir:C:\tools\python2"'`
## Notes
- This package installs the latest stable version of Python 2.x. It will install to Python 2.x to `$env:ChocolateyBinRoot\{{PackageName}}`, but only if Python 2.x is not already installed where the installer puts it by default, which is `$env:SystemDrive\PythonXX` (XX stands for the major/minor version digits).
- This package is not intended to use with Chocolatey's `-x86` parameter. If you want a 32-bit Python 2.x on 64-bit systems, install the [{{PackageName}}-x86_32](/packages/{{PackageName}}-x86_32) package instead. You can also install both packages. In this case you must manually adapt your PATH environment variable so that it picks the Python 2.x version that you want when invoking `python.exe`.
- Python package manager `pip` is not installed by default, but you can invoke it nevertheless using command `python -m pip` which will use `pip2` and adequate version of python if you also have python3 installed. For more details see [Python on Windows FAQ](https://docs.python.org/3/faq/windows.html).
]]></description>
<summary>Python 2.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.</summary>
<tags>python programming development foss cross-platform admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python2</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python2</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $params = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = $installArgs
file = "$toolsPath\"
file64 = "$toolsPath\"
file = "$toolsPath\python-2.7.17.msi"
file64 = "$toolsPath\python-2.7.17.amd64.msi"
}

Install-ChocolateyInstallPackage @params
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2188/gvim_8.1.2188_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2188/gvim_8.1.2188_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: CAEFFD8A85D79424E07B9F2D113E8D33EA1307F06A4FB8F4A889015A4A55EAB3
checksum64: 8A9C053FDD73CDB48CE7D9C7D77D9D589BBABCFBB024F109142F0FBCEC852F08
checksum32: F23D8BBC986ADB732E5C26F57E6A893F761A5C384C92A16955F219C2C0C88100
checksum64: 35C4C9AE645E480DE890EE27E090A159BD0F5BB71CD823ECC374D65FF72844C1
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2176_x86.zip"
file64 = "$toolsDir\gvim_8.1.2176_x64.zip"
file = "$toolsDir\gvim_8.1.2188_x86.zip"
file64 = "$toolsDir\gvim_8.1.2188_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2176</version>
<version>8.1.2188</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 0bcc25c

Please sign in to comment.