Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
OGS Container Maker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
OGS Container Maker
Commits
ab341108
Commit
ab341108
authored
4 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
Fixed entrypoint URL.
parent
38826045
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ogscm/recipes/mpi.py
+1
-1
1 addition, 1 deletion
ogscm/recipes/mpi.py
poetry.lock
+190
-1
190 additions, 1 deletion
poetry.lock
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
192 additions
and
2 deletions
ogscm/recipes/mpi.py
+
1
−
1
View file @
ab341108
...
@@ -171,7 +171,7 @@ Stage1 += environment(
...
@@ -171,7 +171,7 @@ Stage1 += environment(
# Entrypoint
# Entrypoint
Stage1
+=
shell
(
Stage1
+=
shell
(
commands
=
[
commands
=
[
"
curl -o /usr/local/bin/entrypoint.sh https://gitlab.opengeosys.org/ogs/container-maker/-/raw/
refactor-cli-to-api
/ogscm/recipes/mpi-entrypoint.sh
"
"
curl -o /usr/local/bin/entrypoint.sh https://gitlab.opengeosys.org/ogs/container-maker/-/raw/
main
/ogscm/recipes/mpi-entrypoint.sh
"
]
]
)
)
Stage1
+=
runscript
(
commands
=
[
"
/usr/local/bin/entrypoint.sh
"
])
Stage1
+=
runscript
(
commands
=
[
"
/usr/local/bin/entrypoint.sh
"
])
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
190
−
1
View file @
ab341108
[[package]]
name
=
"appdirs"
version
=
"1.4.4"
description
=
"A small Python module for determining appropriate platform-specific dirs, e.g. a
\"
user data dir
\"
."
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[package]]
name
=
"black"
version
=
"20.8b1"
description
=
"The uncompromising code formatter."
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
[package.extras]
colorama
=
[
"colorama (>=0.4.3)"
]
d
=
[
"aiohttp (>=3.3.2)"
,
"aiohttp-cors"
]
[package.dependencies]
appdirs
=
"*"
click
=
">
=
7.1
.
2
"
mypy-extensions
=
">
=
0.4
.
3
"
pathspec
=
">
=
0.6
,
<
1
"
regex
=
">
=
2020.1
.
8
"
toml
=
">
=
0.10
.
1
"
typed-ast
=
">
=
1.4
.
0
"
typing-extensions
=
">
=
3.7
.
4
"
[[package]]
[[package]]
name
=
"certifi"
name
=
"certifi"
version
=
"2020.12.5"
version
=
"2020.12.5"
...
@@ -14,6 +44,14 @@ category = "main"
...
@@ -14,6 +44,14 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
[[package]]
name
=
"click"
version
=
"7.1.2"
description
=
"Composable command line interface toolkit"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[package]]
[[package]]
name
=
"hpccm"
name
=
"hpccm"
version
=
"20.11.0"
version
=
"20.11.0"
...
@@ -33,6 +71,14 @@ category = "main"
...
@@ -33,6 +71,14 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
[[package]]
name
=
"mypy-extensions"
version
=
"0.4.3"
description
=
"Experimental type system extensions for programs checked with the mypy typechecker."
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[package]]
[[package]]
name
=
"packaging"
name
=
"packaging"
version
=
"20.8"
version
=
"20.8"
...
@@ -44,6 +90,14 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
...
@@ -44,6 +90,14 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[package.dependencies]
[package.dependencies]
pyparsing
=
">
=
2.0
.
2
"
pyparsing
=
">
=
2.0
.
2
"
[[package]]
name
=
"pathspec"
version
=
"0.8.1"
description
=
"Utility library for gitignore style pattern matching of file paths."
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[package]]
[[package]]
name
=
"pyparsing"
name
=
"pyparsing"
version
=
"2.4.7"
version
=
"2.4.7"
...
@@ -60,6 +114,14 @@ category = "main"
...
@@ -60,6 +114,14 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
[[package]]
name
=
"regex"
version
=
"2020.11.13"
description
=
"Alternative regular expression module, to replace re."
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[package]]
[[package]]
name
=
"requests"
name
=
"requests"
version
=
"2.25.0"
version
=
"2.25.0"
...
@@ -86,6 +148,30 @@ category = "main"
...
@@ -86,6 +148,30 @@ category = "main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
[[package]]
name
=
"toml"
version
=
"0.10.2"
description
=
"Python Library for Tom's Obvious, Minimal Language"
category
=
"dev"
optional
=
false
python-versions
=
">
=
2.6
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
"
[[package]]
name
=
"typed-ast"
version
=
"1.4.1"
description
=
"a fork of Python 2 and 3 ast modules with type comment support"
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[package]]
name
=
"typing-extensions"
version
=
"3.7.4.3"
description
=
"Backported and Experimental Type Hints for Python 3.5+"
category
=
"dev"
optional
=
false
python-versions
=
"*"
[[package]]
[[package]]
name
=
"urllib3"
name
=
"urllib3"
version
=
"1.26.2"
version
=
"1.26.2"
...
@@ -102,9 +188,16 @@ socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
...
@@ -102,9 +188,16 @@ socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
[metadata]
[metadata]
lock-version
=
"1.0"
lock-version
=
"1.0"
python-versions
=
"^3.7"
python-versions
=
"^3.7"
content-hash
=
"
a3098ef0d1c33445889d13cfd7bcbac77969a5b2095efb91ab6731a4154a8a98
"
content-hash
=
"
8b299ba22cf9511cf3f8ab9382e5b8f459a71d23c5885c9faed3ddee4a8f7dcc
"
[metadata.files]
[metadata.files]
appdirs
=
[
{file
=
"appdirs-1.4.4-py2.py3-none-any.whl"
,
hash
=
"sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"
}
,
{file
=
"appdirs-1.4.4.tar.gz"
,
hash
=
"sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"
}
,
]
black
=
[
{file
=
"black-20.8b1.tar.gz"
,
hash
=
"sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea"
}
,
]
certifi
=
[
certifi
=
[
{file
=
"certifi-2020.12.5-py2.py3-none-any.whl"
,
hash
=
"sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"
}
,
{file
=
"certifi-2020.12.5-py2.py3-none-any.whl"
,
hash
=
"sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"
}
,
{file
=
"certifi-2020.12.5.tar.gz"
,
hash
=
"sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"
}
,
{file
=
"certifi-2020.12.5.tar.gz"
,
hash
=
"sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"
}
,
...
@@ -113,6 +206,10 @@ chardet = [
...
@@ -113,6 +206,10 @@ chardet = [
{file
=
"chardet-3.0.4-py2.py3-none-any.whl"
,
hash
=
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
}
,
{file
=
"chardet-3.0.4-py2.py3-none-any.whl"
,
hash
=
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
}
,
{file
=
"chardet-3.0.4.tar.gz"
,
hash
=
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
}
,
{file
=
"chardet-3.0.4.tar.gz"
,
hash
=
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
}
,
]
]
click
=
[
{file
=
"click-7.1.2-py2.py3-none-any.whl"
,
hash
=
"sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"
}
,
{file
=
"click-7.1.2.tar.gz"
,
hash
=
"sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"
}
,
]
hpccm
=
[
hpccm
=
[
{file
=
"hpccm-20.11.0.tar.gz"
,
hash
=
"sha256:33667f924a9c70dea66a9bf928e683e5476eedca1b48b7f4cf0b9301d9af3c6b"
}
,
{file
=
"hpccm-20.11.0.tar.gz"
,
hash
=
"sha256:33667f924a9c70dea66a9bf928e683e5476eedca1b48b7f4cf0b9301d9af3c6b"
}
,
]
]
...
@@ -120,10 +217,18 @@ idna = [
...
@@ -120,10 +217,18 @@ idna = [
{file
=
"idna-2.10-py2.py3-none-any.whl"
,
hash
=
"sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
}
,
{file
=
"idna-2.10-py2.py3-none-any.whl"
,
hash
=
"sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
}
,
{file
=
"idna-2.10.tar.gz"
,
hash
=
"sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"
}
,
{file
=
"idna-2.10.tar.gz"
,
hash
=
"sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"
}
,
]
]
mypy-extensions
=
[
{file
=
"mypy_extensions-0.4.3-py2.py3-none-any.whl"
,
hash
=
"sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"
}
,
{file
=
"mypy_extensions-0.4.3.tar.gz"
,
hash
=
"sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
}
,
]
packaging
=
[
packaging
=
[
{file
=
"packaging-20.8-py2.py3-none-any.whl"
,
hash
=
"sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858"
}
,
{file
=
"packaging-20.8-py2.py3-none-any.whl"
,
hash
=
"sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858"
}
,
{file
=
"packaging-20.8.tar.gz"
,
hash
=
"sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"
}
,
{file
=
"packaging-20.8.tar.gz"
,
hash
=
"sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"
}
,
]
]
pathspec
=
[
{file
=
"pathspec-0.8.1-py2.py3-none-any.whl"
,
hash
=
"sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"
}
,
{file
=
"pathspec-0.8.1.tar.gz"
,
hash
=
"sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"
}
,
]
pyparsing
=
[
pyparsing
=
[
{file
=
"pyparsing-2.4.7-py2.py3-none-any.whl"
,
hash
=
"sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
}
,
{file
=
"pyparsing-2.4.7-py2.py3-none-any.whl"
,
hash
=
"sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"
}
,
{file
=
"pyparsing-2.4.7.tar.gz"
,
hash
=
"sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
}
,
{file
=
"pyparsing-2.4.7.tar.gz"
,
hash
=
"sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
}
,
...
@@ -143,6 +248,49 @@ pyyaml = [
...
@@ -143,6 +248,49 @@ pyyaml = [
{file
=
"PyYAML-5.3.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e"
}
,
{file
=
"PyYAML-5.3.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e"
}
,
{file
=
"PyYAML-5.3.1.tar.gz"
,
hash
=
"sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
}
,
{file
=
"PyYAML-5.3.1.tar.gz"
,
hash
=
"sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
}
,
]
]
regex
=
[
{file
=
"regex-2020.11.13-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:8b882a78c320478b12ff024e81dc7d43c1462aa4a3341c754ee65d857a521f85"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:a63f1a07932c9686d2d416fb295ec2c01ab246e89b4d58e5fa468089cab44b70"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:6e4b08c6f8daca7d8f07c8d24e4331ae7953333dbd09c648ed6ebd24db5a10ee"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux2010_i686.whl"
,
hash
=
"sha256:bba349276b126947b014e50ab3316c027cac1495992f10e5682dc677b3dfa0c5"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:56e01daca75eae420bce184edd8bb341c8eebb19dd3bce7266332258f9fb9dd7"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:6a8ce43923c518c24a2579fda49f093f1397dad5d18346211e46f134fc624e31"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux2014_i686.whl"
,
hash
=
"sha256:1ab79fcb02b930de09c76d024d279686ec5d532eb814fd0ed1e0051eb8bd2daa"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-manylinux2014_x86_64.whl"
,
hash
=
"sha256:9801c4c1d9ae6a70aeb2128e5b4b68c45d4f0af0d1535500884d644fa9b768c6"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-win32.whl"
,
hash
=
"sha256:49cae022fa13f09be91b2c880e58e14b6da5d10639ed45ca69b85faf039f7a4e"
}
,
{file
=
"regex-2020.11.13-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:749078d1eb89484db5f34b4012092ad14b327944ee7f1c4f74d6279a6e4d1884"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:b2f4007bff007c96a173e24dcda236e5e83bde4358a557f9ccf5e014439eae4b"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:38c8fd190db64f513fe4e1baa59fed086ae71fa45083b6936b52d34df8f86a88"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:5862975b45d451b6db51c2e654990c1820523a5b07100fc6903e9c86575202a0"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux2010_i686.whl"
,
hash
=
"sha256:262c6825b309e6485ec2493ffc7e62a13cf13fb2a8b6d212f72bd53ad34118f1"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:bafb01b4688833e099d79e7efd23f99172f501a15c44f21ea2118681473fdba0"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:e32f5f3d1b1c663af7f9c4c1e72e6ffe9a78c03a31e149259f531e0fed826512"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux2014_i686.whl"
,
hash
=
"sha256:3bddc701bdd1efa0d5264d2649588cbfda549b2899dc8d50417e47a82e1387ba"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl"
,
hash
=
"sha256:02951b7dacb123d8ea6da44fe45ddd084aa6777d4b2454fa0da61d569c6fa538"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-win32.whl"
,
hash
=
"sha256:0d08e71e70c0237883d0bef12cad5145b84c3705e9c6a588b2a9c7080e5af2a4"
}
,
{file
=
"regex-2020.11.13-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:1fa7ee9c2a0e30405e21031d07d7ba8617bc590d391adfc2b7f1e8b99f46f444"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:baf378ba6151f6e272824b86a774326f692bc2ef4cc5ce8d5bc76e38c813a55f"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:e3faaf10a0d1e8e23a9b51d1900b72e1635c2d5b0e1bea1c18022486a8e2e52d"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:2a11a3e90bd9901d70a5b31d7dd85114755a581a5da3fc996abfefa48aee78af"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux2010_i686.whl"
,
hash
=
"sha256:d1ebb090a426db66dd80df8ca85adc4abfcbad8a7c2e9a5ec7513ede522e0a8f"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux2010_x86_64.whl"
,
hash
=
"sha256:b2b1a5ddae3677d89b686e5c625fc5547c6e492bd755b520de5332773a8af06b"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:2c99e97d388cd0a8d30f7c514d67887d8021541b875baf09791a3baad48bb4f8"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux2014_i686.whl"
,
hash
=
"sha256:c084582d4215593f2f1d28b65d2a2f3aceff8342aa85afd7be23a9cad74a0de5"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-manylinux2014_x86_64.whl"
,
hash
=
"sha256:a3d748383762e56337c39ab35c6ed4deb88df5326f97a38946ddd19028ecce6b"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-win32.whl"
,
hash
=
"sha256:7913bd25f4ab274ba37bc97ad0e21c31004224ccb02765ad984eef43e04acc6c"
}
,
{file
=
"regex-2020.11.13-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:6c54ce4b5d61a7129bad5c5dc279e222afd00e721bf92f9ef09e4fae28755683"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:1862a9d9194fae76a7aaf0150d5f2a8ec1da89e8b55890b1786b8f88a0f619dc"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:4902e6aa086cbb224241adbc2f06235927d5cdacffb2425c73e6570e8d862364"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:7a25fcbeae08f96a754b45bdc050e1fb94b95cab046bf56b016c25e9ab127b3e"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux2010_i686.whl"
,
hash
=
"sha256:d2d8ce12b7c12c87e41123997ebaf1a5767a5be3ec545f64675388970f415e2e"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux2010_x86_64.whl"
,
hash
=
"sha256:f7d29a6fc4760300f86ae329e3b6ca28ea9c20823df123a2ea8693e967b29917"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux2014_aarch64.whl"
,
hash
=
"sha256:717881211f46de3ab130b58ec0908267961fadc06e44f974466d1887f865bd5b"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux2014_i686.whl"
,
hash
=
"sha256:3128e30d83f2e70b0bed9b2a34e92707d0877e460b402faca908c6667092ada9"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-manylinux2014_x86_64.whl"
,
hash
=
"sha256:8f6a2229e8ad946e36815f2a03386bb8353d4bde368fdf8ca5f0cb97264d3b5c"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-win32.whl"
,
hash
=
"sha256:f8f295db00ef5f8bae530fc39af0b40486ca6068733fb860b42115052206466f"
}
,
{file
=
"regex-2020.11.13-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:a15f64ae3a027b64496a71ab1f722355e570c3fac5ba2801cafce846bf5af01d"
}
,
{file
=
"regex-2020.11.13.tar.gz"
,
hash
=
"sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562"
}
,
]
requests
=
[
requests
=
[
{file
=
"requests-2.25.0-py2.py3-none-any.whl"
,
hash
=
"sha256:e786fa28d8c9154e6a4de5d46a1d921b8749f8b74e28bde23768e5e16eece998"
}
,
{file
=
"requests-2.25.0-py2.py3-none-any.whl"
,
hash
=
"sha256:e786fa28d8c9154e6a4de5d46a1d921b8749f8b74e28bde23768e5e16eece998"
}
,
{file
=
"requests-2.25.0.tar.gz"
,
hash
=
"sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
}
,
{file
=
"requests-2.25.0.tar.gz"
,
hash
=
"sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
}
,
...
@@ -151,6 +299,47 @@ six = [
...
@@ -151,6 +299,47 @@ six = [
{file
=
"six-1.15.0-py2.py3-none-any.whl"
,
hash
=
"sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
}
,
{file
=
"six-1.15.0-py2.py3-none-any.whl"
,
hash
=
"sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
}
,
{file
=
"six-1.15.0.tar.gz"
,
hash
=
"sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"
}
,
{file
=
"six-1.15.0.tar.gz"
,
hash
=
"sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"
}
,
]
]
toml
=
[
{file
=
"toml-0.10.2-py2.py3-none-any.whl"
,
hash
=
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
,
{file
=
"toml-0.10.2.tar.gz"
,
hash
=
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
}
,
]
typed-ast
=
[
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-win32.whl"
,
hash
=
"sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"
}
,
{file
=
"typed_ast-1.4.1-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl"
,
hash
=
"sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl"
,
hash
=
"sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:fcf135e17cc74dbfbc05894ebca928ffeb23d9790b3167a674921db19082401f"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-win32.whl"
,
hash
=
"sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"
}
,
{file
=
"typed_ast-1.4.1-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl"
,
hash
=
"sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl"
,
hash
=
"sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl"
,
hash
=
"sha256:f208eb7aff048f6bea9586e61af041ddf7f9ade7caed625742af423f6bae3298"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-win32.whl"
,
hash
=
"sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"
}
,
{file
=
"typed_ast-1.4.1-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl"
,
hash
=
"sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl"
,
hash
=
"sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl"
,
hash
=
"sha256:7e4c9d7658aaa1fc80018593abdf8598bf91325af6af5cce4ce7c73bc45ea53d"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-win32.whl"
,
hash
=
"sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"
}
,
{file
=
"typed_ast-1.4.1-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:92c325624e304ebf0e025d1224b77dd4e6393f18aab8d829b5b7e04afe9b7a2c"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl"
,
hash
=
"sha256:d648b8e3bf2fe648745c8ffcee3db3ff903d0817a01a12dd6a6ea7a8f4889072"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl"
,
hash
=
"sha256:fac11badff8313e23717f3dada86a15389d0708275bddf766cca67a84ead3e91"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl"
,
hash
=
"sha256:0d8110d78a5736e16e26213114a38ca35cb15b6515d535413b090bd50951556d"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-win32.whl"
,
hash
=
"sha256:b52ccf7cfe4ce2a1064b18594381bccf4179c2ecf7f513134ec2f993dd4ab395"
}
,
{file
=
"typed_ast-1.4.1-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:3742b32cf1c6ef124d57f95be609c473d7ec4c14d0090e5a5e05a15269fb4d0c"
}
,
{file
=
"typed_ast-1.4.1.tar.gz"
,
hash
=
"sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
}
,
]
typing-extensions
=
[
{file
=
"typing_extensions-3.7.4.3-py2-none-any.whl"
,
hash
=
"sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"
}
,
{file
=
"typing_extensions-3.7.4.3-py3-none-any.whl"
,
hash
=
"sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"
}
,
{file
=
"typing_extensions-3.7.4.3.tar.gz"
,
hash
=
"sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"
}
,
]
urllib3
=
[
urllib3
=
[
{file
=
"urllib3-1.26.2-py2.py3-none-any.whl"
,
hash
=
"sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"
}
,
{file
=
"urllib3-1.26.2-py2.py3-none-any.whl"
,
hash
=
"sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"
}
,
{file
=
"urllib3-1.26.2.tar.gz"
,
hash
=
"sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
}
,
{file
=
"urllib3-1.26.2.tar.gz"
,
hash
=
"sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
ab341108
...
@@ -15,6 +15,7 @@ PyYAML = "^5.3.1"
...
@@ -15,6 +15,7 @@ PyYAML = "^5.3.1"
packaging
=
"^20.4"
packaging
=
"^20.4"
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
black
=
{
version
=
"^20.8b1"
,
allow-prereleases
=
true
}
[tool.poetry.scripts]
[tool.poetry.scripts]
ogscm
=
"ogscm.cli:main"
ogscm
=
"ogscm.cli:main"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment