Skip to content

Commit

Permalink
Add dynamic versioning to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 8, 2024
1 parent d796355 commit ce607c4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docker/flatpak-builder-lint-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,41 @@
}
]
},
{
"name": "python3-poetry-dynamic-versioning",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"poetry-dynamic-versioning\" --no-build-isolation"
],
"cleanup": ["*"],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b8/01/0c3ba3dcf946e884ad8a153f6ac277e38cc8e87038059dbb751f89b9e258/dunamai-1.22.0-py3-none-any.whl",
"sha256": "eab3894b31e145bd028a74b13491c57db01986a7510482c9b5fff3b4e53d77b7"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl",
"sha256": "bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl",
"sha256": "5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/0b/ef/f6878882c79d8517a33590d32f0ad7f20b54037266c6f0b2e24f999f924b/poetry_dynamic_versioning-1.4.1-py3-none-any.whl",
"sha256": "44866ccbf869849d32baed4fc5fadf97f786180d8efa1719c88bf17a471bd663"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/f9/b6/a447b5e4ec71e13871be01ba81f5dfc9d0af7e473da256ff46bc0e24026f/tomlkit-0.13.2-py3-none-any.whl",
"sha256": "7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde"
}
]
}
{
"name": "python3-rpds-py",
"buildsystem": "simple",
Expand Down

0 comments on commit ce607c4

Please sign in to comment.