- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython3-fsrs.json
More file actions
Latest commit
14 lines (14 loc) · 556 Bytes
/
Copy pathpython3-fsrs.json
File metadata and controls
14 lines (14 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "python3-fsrs",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"fsrs\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/09/37/3c4598ab9c51007b38f1dc5440b30b5791ea4dba0083ec56be189ec93aee/fsrs-1.2.0-py3-none-any.whl",
"sha256": "43b0c7c4beb495af8e9f99060476b05fd006437e70d2c9e84e2bd5dfaf4259a7"
}
]
}