simonw/datasette-app

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

オープン

#96 opened on 2021/09/10

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (8 件のフォーク)github user discovery
help wantedpackagingresearch

Repository metrics

Stars
 (134 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド