diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-11 07:10:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 16:10:50 -0700 |
| commit | 42f2d6f4d6af2edaa8d0a65ad4f194febc270fd2 (patch) | |
| tree | 12ed4e67cee8a15b70f9a269a594a575eff1c8d0 /ports/python2/vcpkg.json | |
| parent | 4ea49a1cf82f93784a220bc1d1d998d2c1d4180f (diff) | |
| download | vcpkg-42f2d6f4d6af2edaa8d0a65ad4f194febc270fd2.tar.gz vcpkg-42f2d6f4d6af2edaa8d0a65ad4f194febc270fd2.zip | |
[python2] Support UNIX (#18219)
* [python2] Support UNIX
* update baseline
* Update version record
Diffstat (limited to 'ports/python2/vcpkg.json')
| -rw-r--r-- | ports/python2/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/python2/vcpkg.json b/ports/python2/vcpkg.json new file mode 100644 index 000000000..9780104ac --- /dev/null +++ b/ports/python2/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "python2", + "version": "2.7.18", + "port-version": 1, + "description": "The Python programming language as an embeddable library", + "homepage": "https://www.python.org" +} |
