@platforma-open/milaboratories.runenv-python-3.12.10-h5ad 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts/main/archive_linux-aarch64.json +1 -0
- package/dist/artifacts/main/archive_linux-x64.json +1 -0
- package/dist/artifacts/main/archive_macosx-aarch64.json +1 -0
- package/dist/artifacts/main/archive_macosx-x64.json +1 -0
- package/dist/artifacts/main/archive_windows-x64.json +1 -0
- package/dist/tengo/software/main.sw.json +1 -0
- package/package.json +45 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"environment","platform":"linux-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-linux-aarch64.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"environment","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-linux-x64.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"environment","platform":"macosx-aarch64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-macosx-aarch64.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"environment","platform":"macosx-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-macosx-x64.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"environment","platform":"windows-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","uploadPath":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-windows-x64.tgz"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"@platforma-open/milaboratories.runenv-python-3.12.10-h5ad:main","runEnv":{"type":"python","python-version":"3.12.10","envVars":["RPY2_CFFI_MODE=ABI"],"registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10-h5ad/main/1.0.0-{os}-{arch}.tgz","binDir":"bin"}}
|
package/package.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.runenv-python-3.12.10-h5ad",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Python 3.12.10 run environment for Platforma Backend",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist/"
|
|
7
|
+
],
|
|
8
|
+
"block-software": {
|
|
9
|
+
"entrypoints": {
|
|
10
|
+
"main": {
|
|
11
|
+
"environment": {
|
|
12
|
+
"artifact": {
|
|
13
|
+
"type": "environment",
|
|
14
|
+
"runtime": "python",
|
|
15
|
+
"registry": "platforma-open",
|
|
16
|
+
"python-version": "3.12.10",
|
|
17
|
+
"envVars": [
|
|
18
|
+
"RPY2_CFFI_MODE=ABI"
|
|
19
|
+
],
|
|
20
|
+
"roots": {
|
|
21
|
+
"linux-x64": "./pydist/linux-x64",
|
|
22
|
+
"linux-aarch64": "./pydist/linux-aarch64",
|
|
23
|
+
"macosx-x64": "./pydist/macosx-x64",
|
|
24
|
+
"macosx-aarch64": "./pydist/macosx-aarch64",
|
|
25
|
+
"windows-x64": "./pydist/windows-x64"
|
|
26
|
+
},
|
|
27
|
+
"binDir": "bin"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"license": "UNLICENSED",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@platforma-sdk/package-builder": "^3.6.0",
|
|
36
|
+
"tar": "^7.4.3",
|
|
37
|
+
"unzipper": "^0.12.3"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./pydist && rm -rf ./dist/ && rm -rf ./build/",
|
|
41
|
+
"build": "node ../scripts/build.js",
|
|
42
|
+
"after-prebuild": "pl-pkg publish packages",
|
|
43
|
+
"before-publish": "pl-pkg prepublish"
|
|
44
|
+
}
|
|
45
|
+
}
|