Skip to content

Commit eb7aec5

Browse files
committed
Update to 1.24.0 and debundle pyls
You can insall pyls manually by running: flatpak run --command=pip3 io.atom.Atom install --user pyls-mypy See also #2
1 parent 761fe88 commit eb7aec5

File tree

3 files changed

+7
-288
lines changed

3 files changed

+7
-288
lines changed

io.atom.Atom.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</screenshot>
2020
</screenshots>
2121
<releases>
22-
<release version="1.23.2" date="2018-01-02"/>
22+
<release version="1.24.0" date="2018-02-24"/>
2323
</releases>
2424
<kudos>
2525
<kudo>HiDpiIcon</kudo>

io.atom.Atom.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"--env=ELECTRON_TRASH=gio"
2424
],
2525
"modules": [
26-
"pyls.json",
2726
{
2827
"name": "atom",
2928
"buildsystem": "simple",
@@ -54,8 +53,8 @@
5453
"sources": [
5554
{
5655
"type": "file",
57-
"url": "https://atom-installer.github.com/v1.23.2/atom-amd64.deb",
58-
"sha256": "f04c73daeb13d144957e7ecd237b6d8177d787e0259ed210cbb247807cb55013"
56+
"url": "https://atom-installer.github.com/v1.24.0/atom-amd64.deb",
57+
"sha256": "eecf9e255bb57455a974db1823831860b036797879bb01cb39ca1f3729f97cfb"
5958
},
6059
{
6160
"type": "file",
@@ -65,7 +64,10 @@
6564
"type": "script",
6665
"dest-filename": "atom",
6766
"commands": [
68-
"exec env ATOM_HOME=\"$XDG_DATA_HOME\" /app/bin/atom-real \"$@\""
67+
"export ATOM_HOME=\"$XDG_DATA_HOME\"",
68+
"export PYTHONUSERBASE=\"$XDG_DATA_HOME/python\"",
69+
"export PATH=\"$XDG_DATA_HOME/python/bin\":$PATH",
70+
"exec /app/bin/atom-real \"$@\""
6971
]
7072
},
7173
{

pyls.json

-283
This file was deleted.

0 commit comments

Comments
 (0)