hpyproject / hpyproject.org

Use Nikola to build hpypjoject.org
http://hpyproject.org/
23 stars 10 forks source link

add blog post for release of hpy-0.0.4 #24

Closed fangerer closed 2 years ago

fangerer commented 2 years ago

In preparation to the upcoming release, I've again prepared a blog post.

cfbolz commented 2 years ago

sounds great to me. maybe an extra advantage in the bullet list at the top could be "evolvability" or something along these lines. the fact, that it decouples the CPython internals from the exposed API, and the fact that on the other hand hpy will be a much more stable api.

fangerer commented 2 years ago

Thanks for your comments and sorry for the delay. Since we are now up to publish the release on PyPI, I want to finish this blog post. @hodgestar I've applied your suggestions. Please have another look at the teaser. @cfbolz I think the evolvability does not belong to the release blog post. So, I've added a bullet point to the main page. Please see index.rst for that. I wasn't sure about how much we want to go into details there.

fangerer commented 2 years ago

@hodgestar I've addressed all comments but as you already pointed out, Nikola is not happy. It says:

ModuleNotFoundError: No module named 'doit.cmd_auto'

Can you help me a bit?

hodgestar commented 2 years ago

ModuleNotFoundError: No module named 'doit.cmd_auto'

doit version 0.36 removed the auto command which Nikola uses. Nikola has a fix in 8.2.1 so we'll need to update our version of Nikola that is installed by our Makefile.

fangerer commented 2 years ago

Okay, thanks, I'll try to fix that.