mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
ca497f8815
This adds trailing lines to files, removes trailing white space in all the other lines and unifies line endings. Additionally it formats the test code with `black`.
14 lines
500 B
JSON
14 lines
500 B
JSON
{
|
|
"name": "python3-psutil",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} psutil"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"url": "https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz",
|
|
"sha256": "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3"
|
|
}
|
|
]
|
|
}
|