simonw/datasette-app

Possible to create wheels for things like pyjq and sign them for distribution?

開放

#96 建立於 2021年9月10日

 (3 則留言) (0 個反應) (0 位負責人)JavaScript (8 個分叉)github user discovery
help wantedpackagingresearch

倉庫指標

星標
 (134 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

From https://github.com/simonw/datasette-app/discussions/67#discussioncomment-1300040 - installing the datasette-jq plugin is difficult because it depends on pyjq which needs to compile an extension.

@psychemedia suggests:

Or at a push maintain your own wheelhouse and add a path to also look to that to install packages?

Would this require signing things for distribution for macOS? The wheel generated by pip install pyjq includes a _pyjq.cpython-39-darwin.so file.

貢獻者指南