2019-05-04 08:53:49 +00:00
|
|
|
{
|
|
|
|
"name": "python3-peewee",
|
|
|
|
"buildsystem": "simple",
|
|
|
|
"build-commands": [
|
|
|
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} peewee"
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"type": "file",
|
2019-11-04 07:31:21 +00:00
|
|
|
"url": "https://files.pythonhosted.org/packages/90/58/04bc705057694cac14c5c9a00dc83a80aafa1de27785227d3ee245cd4165/peewee-3.11.2.tar.gz",
|
|
|
|
"sha256": "f3f5c80c51b632d031f60454accadd84f166453a471bff63093ca674973f2a4e"
|
2019-05-04 08:53:49 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|