Skip to content

Commit 0efa3e6

Browse files
authored
Merge pull request #56 from cgueret/55-update-to-gnome-49
Update dependencies for Gnome, meson, lxml and pyyaml
2 parents a989cdd + 08e0982 commit 0efa3e6

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

io.github.cgueret.Scriptorium.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "io.github.cgueret.Scriptorium",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "48",
4+
"runtime-version": "49",
55
"sdk": "org.gnome.Sdk",
66
"sdk-extensions": [
77
"org.freedesktop.Sdk.Extension.openjdk21"
@@ -35,7 +35,12 @@
3535
{
3636
"type": "git",
3737
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
38-
"tag": "v0.16.0"
38+
"tag": "v0.18.0",
39+
"commit": "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b",
40+
"x-checker-data": {
41+
"type": "git",
42+
"tag-pattern": "^v([\\d.]+)$"
43+
}
3944
}
4045
]
4146
},
@@ -80,6 +85,7 @@
8085
}
8186
]
8287
},
88+
"python3-lxml.json",
8389
"python3-EbookLib.json",
8490
"python3-beautifulsoup4.json",
8591
"python3-pyyaml.json",

python3-EbookLib.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"type": "file",
1010
"url": "https://files.pythonhosted.org/packages/66/59/e63fd0b3410d2ab7a8971b070f40390f1fbeb3c7a85849718c8480313cbf/ebooklib-0.19-py3-none-any.whl",
1111
"sha256": "a790e280e1d5ef105e350e34cc88b83c9c987fa6bab8a63a7543410c313cfa31"
12-
},
13-
{
14-
"type": "file",
15-
"url": "https://files.pythonhosted.org/packages/c5/ed/60eb6fa2923602fba988d9ca7c5cdbd7cf25faa795162ed538b527a35411/lxml-6.0.0.tar.gz",
16-
"sha256": "032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72"
1712
}
1813
]
1914
}

python3-lxml.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "python3-lxml",
3+
"buildsystem": "simple",
4+
"build-commands": [
5+
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"lxml\" --ignore-installed --no-build-isolation"
6+
],
7+
"sources": [
8+
{
9+
"type": "file",
10+
"url": "https://files.pythonhosted.org/packages/aa/88/262177de60548e5a2bfc46ad28232c9e9cbde697bd94132aeb80364675cb/lxml-6.0.2.tar.gz",
11+
"sha256": "cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62",
12+
"x-checker-data": {
13+
"type": "pypi",
14+
"name": "lxml"
15+
}
16+
}
17+
]
18+
}

python3-pyyaml.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
"sources": [
88
{
99
"type": "file",
10-
"url": "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz",
11-
"sha256": "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"
10+
"url": "https://files.pythonhosted.org/packages/05/8e/961c0007c59b8dd7729d542c61a4d537767a59645b82a0b521206e1e25c2/pyyaml-6.0.3.tar.gz",
11+
"sha256": "d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f",
12+
"x-checker-data": {
13+
"type": "pypi",
14+
"name": "pyyaml"
15+
}
1216
}
1317
]
1418
}

0 commit comments

Comments
 (0)