View Single Post
Old 11-08-2018, 08:52 AM   #17
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,669
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Doitsu View Post
For some reason the developers didn't release a .whl file with fontTools 3.32.0. This might have been a mistake or they've decided to no longer release Python .whl files.

I'll keep an eye on the fontTools release pages and will update the fontTools update code if they no longer release .whl files.

(I've also embedded fonttools 3.32.0 in the latest plugin version.)
For what it's worth, I'm seeing a wheel file for fontTools 3.32.0 on PyPi.org. That's what pip would use when installing. But PyPi wouldn't be that easy to query for updates (or to get the download link). Not sure why they would stop publishing the .whl file on github. Perhaps they're relying on PyPi to create it for them from the source tarball they upload.

The wheel files are fairly trivial to build. Perhaps you could fork the fontTools repo and upload your own release wheels file to it. That way you could control the upgrade process of your plugin.
DiapDealer is offline   Reply With Quote