vorta/flatpak/dependencies/python3-setuptools.json

14 lines
509 B
JSON
Raw Normal View History

2019-05-04 08:53:49 +00:00
{
"name": "python3-setuptools",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} setuptools"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ed/69/c805067de1feedbb98c53174b0f2df44cc05e0e9ee73bb85eebc59e508c6/setuptools-41.0.0.zip",
"sha256": "79d30254b6fe7a8e672e43cd85f13a9f3f2a50080bc81d851143e2219ef0dcb1"
}
]
}