setup-cpp/dist/node12/actions_python.3ce29888.js

3 lines
1.3 MiB
JavaScript
Raw Normal View History

function e(e){return e&&e.__esModule?e.default:e}function t(e,t,a,i){Object.defineProperty(e,t,{get:a,set:i,enumerable:!0,configurable:!0})}var a=require("path"),i=require("os"),r=require("fs"),s=require("util"),o=require("assert"),n=require("crypto"),p=require("url"),d=require("buffer"),l=require("stream"),c=require("events"),m=require("timers"),u=require("string_decoder"),h=require("http"),f=require("https"),g=require("zlib"),y=require("punycode"),x=require("child_process"),v="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},b=v.parcelRequire810d;b.register("apy8x",((i,r)=>{async function s(t,a,i){var r;m.IS_MAC&&(process.env.AGENT_TOOLSDIRECTORY="/Users/runner/hostedtoolcache");const s=null===(r=process.env.AGENT_TOOLSDIRECTORY)||void 0===r?void 0:r.trim();if("string"==typeof s&&""!==s&&(process.env.RUNNER_TOOL_CACHE=process.env.AGENT_TOOLSDIRECTORY),(0,d.debug)("Python is expected to be installed into "+process.env.RUNNER_TOOL_CACHE),t){let e;if(t.startsWith("pypy")){const a=await(0,n.findPyPyVersion)(t,i,!0,g,!1);e=`${a.resolvedPyPyVersion}-${a.resolvedPythonVersion}`,(0,p.info)(`Successfully set up PyPy ${a.resolvedPyPyVersion} with Python (${a.resolvedPythonVersion})`)}else{const a=await(0,o.useCpythonVersion)(t,i,!0,g,!1);e=a.version,(0,p.info)(`Successfully set up ${a.impl} (${e})`)}if((0,m.isCacheFeatureAvailable)()){const t="pip";await(async(e,t)=>{const a=(0,u.getCacheDistributor)(e,t,void 0);await a.restoreCache()})(t,e)}}"github-actions"===e(c)()&&await(async()=>{const t=(0,l.join)(f,"python_matcher.json");if(!await e(h)(t))return(0,p.warning)("the python_matcher.json file does not exist in the same folder as setup-cpp.js");(0,p.info)("::add-matcher::"+t)})()}t(i.exports,"setupActionsPython",(()=>s));var o=b("7mVCL"),n=b("6qcOp"),p=b("pcnv8"),d=b("PfmXd"),l=b("drEX5"),c=b("13MtO"),m=b("a4T6G"),u=b("9EwLE"),h=b("aSpCH"),f=a.resolve(__dirname,"../../src/python");const g=!1})),b.register("7mVCL",((e,r)=>{async function s(e,t,r,s,c){let m=null,u=((e,t)=>{let a=e.replace(/(\d+\.\d+\.\d+)((?:a|b|rc)\d*)/g,"$1-$2");return t&&(a=a.replace(/^(\d+)\.(\d+)$/,"~$1.$2.0-0")),a})(e.replace(/^(\d+)\.(\d+)-dev$/,"~$1.$2.0-0"),c);if(d.debug(`Semantic version spec of ${e} is ${u}`),s){var h;m=await p.getManifest();const e=null===(h=await p.findReleaseFromManifest(u,t,m))||void 0===h?void 0:h.version;e?(u=e,d.info(`Resolved as '${u}'`)):d.info(`Failed to resolve version ${u} from manifest`)}let f=l.find("Python",u,t);if(!f){d.info(`Version ${u} was not found in the local cache`);const e=await p.findReleaseFromManifest(u,t,m);e&&e.files&&e.files.length>0&&(d.info(`Version ${u} is available for downloading`),await p.installCpythonFromRelease(e),f=l.find("Python",u,t))}if(!f){const a=await(0,o.getOSInfo)();throw Error([`The version '${e}' with architecture '${t}' was not found for ${a?`${a.osName} ${a.osVersion}`:"this operating system"}.`,"The list of all available versions can be found here: "+p.MANIFEST_URL].join(i.EOL))}const g=(e=>a.join(e,o.IS_WINDOWS?"Scripts":"bin"))(f),y=a.join(o.IS_WINDOWS?f:g,"python"+(o.IS_WINDOWS?".exe":""));if(r){if(d.exportVariable("pythonLocation",f),d.exportVariable("PKG_CONFIG_PATH",f+"/lib/pkgconfig"),d.exportVariable("pythonLocation",f),d.exportVariable("Python_ROOT_DIR",f),d.exportVariable("Python2_ROOT_DIR",f),d.exportVariable("Python3_ROOT_DIR",f),d.exportVariable("PKG_CONFIG_PATH",f+"/lib/pkgconfig"),o.IS_LINUX){const e=process.env.LD_LIBRARY_PATH?":"+process.env.LD_LIBRARY_PATH:"",t=a.join(f,"lib");e.split(":").includes(t)||d.exportVariable("LD_LIBRARY_PATH",t+e)}if(d.addPath(f),d.addPath(g),o.IS_WINDOWS){const e=a.basename(a.dirname(f)),t=n.major(e),i=n.minor(e),r=a.join(process.env.APPDATA||"","Python",`Python${t}${i}`,"Scripts");d.addPath(r)}}const x=(e=>{const t=e.split(a.sep),i=t.findIndex((e=>"PyPy"===e||"Python"===e));return t[i+1]||""})(f);return d.setOutput("python-version",x),d.setOutput("python-path",y),{impl:"CPython",version:x}}t(e.exports,"useCpythonVersion",(()=>s));var o=b("a4T6G
//# sourceMappingURL=actions_python.3ce29888.js.map