aboutsummaryrefslogtreecommitdiff
path: root/ports/python2/vcpkg.json
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-06-11 07:10:50 +0800
committerGitHub <noreply@github.com>2021-06-10 16:10:50 -0700
commit42f2d6f4d6af2edaa8d0a65ad4f194febc270fd2 (patch)
tree12ed4e67cee8a15b70f9a269a594a575eff1c8d0 /ports/python2/vcpkg.json
parent4ea49a1cf82f93784a220bc1d1d998d2c1d4180f (diff)
downloadvcpkg-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.json7
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"
+}