From 77ad6ec9a64fb66a5cc57249217e3f9ffa5b8b17 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Mon, 2 Sep 2019 11:06:19 +0000 Subject: [PATCH] pypy: Move from extras (#365) --- bucket/pypy2.json | 24 ++++++++++++++++++++++++ bucket/pypy3.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 bucket/pypy2.json create mode 100644 bucket/pypy3.json diff --git a/bucket/pypy2.json b/bucket/pypy2.json new file mode 100644 index 0000000000..f2913a437d --- /dev/null +++ b/bucket/pypy2.json @@ -0,0 +1,24 @@ +{ + "version": "7.1.1", + "homepage": "https://pypy.org", + "description": "A fast, compliant alternative implementation of the Python language.", + "license": "MIT", + "url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.1-win32.zip", + "hash": "9c59226311f216a181e70ee7b5aa4d9665a15d00f24ae02acec9af7d96355f63", + "extract_dir": "pypy2.7-v7.1.1-win32", + "bin": [ + "pypy.exe", + "pypyw.exe" + ], + "checkver": { + "url": "https://pypy.org/download.html", + "regex": "PyPy(?2[\\d.]+) v([\\d.]+)" + }, + "autoupdate": { + "url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip", + "extract_dir": "pypy$matchPy-v$version-win32", + "hash": { + "url": "https://pypy.org/download.html" + } + } +} diff --git a/bucket/pypy3.json b/bucket/pypy3.json new file mode 100644 index 0000000000..4adac08b66 --- /dev/null +++ b/bucket/pypy3.json @@ -0,0 +1,24 @@ +{ + "version": "7.1.1", + "homepage": "https://pypy.org", + "description": "A fast, compliant alternative implementation of the Python language.", + "license": "MIT", + "url": "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.1-win32.zip", + "hash": "8b513b254de5f31890f5956569de9aec3a0a91d7aba72fc89d66901f4a8ccf49", + "extract_dir": "pypy3.6-v7.1.1-win32", + "bin": [ + "pypy3.exe", + "pypy3w.exe" + ], + "checkver": { + "url": "https://pypy.org/download.html", + "regex": "PyPy(?3[\\d.]+) v([\\d.]+)" + }, + "autoupdate": { + "url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip", + "extract_dir": "pypy$matchPy-v$version-win32", + "hash": { + "url": "https://pypy.org/download.html" + } + } +}