cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
CrazyPython has quit [Read error: Connection reset by peer]
bionicpup64_2042 has quit [Ping timeout: 240 seconds]
_whitelogger has joined #pypy
tsaka__ has quit [Ping timeout: 248 seconds]
jvesely has quit [Quit: jvesely]
tsaka__ has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
<kenaan>
arigo pypy.org[extradoc] ff03f0b0c8f8 /: Add sha256 for pypy*-v7.3.0-ppc64*
<tumbleweed>
/41/41
<mattip>
been playing with hugo as a site generator. Looked at jekyll and pelican too, but hugo is a single-file exe
<mattip>
it can do rst and markdown, seems quite polished
<mattip>
also, since currently our deployment strategy is simply: "clone the hg repo on a psf server"
<mattip>
it seems all we would need to do is
<mattip>
build (still with yatiblog) content into a /public directory and commit that
<mattip>
then tell the psf to serve from that directory,
<mattip>
then start to convert the current site to hugo (which builds the site into a /public directory)
<tumbleweed>
there's also nikola
* mattip
looking
<mattip>
'No apt package "nikola", but there is a snap with that name.'
<tumbleweed>
last time I was looking at these things, nikola and pelican were my likely options
<tumbleweed>
Nikola in PyPI
<mattip>
I see. nikola and pelican are both python packages
<mattip>
there is a certain attraction with something that is a monolithic exe for this kind of task
<mattip>
personally I don't want alot of options
<tumbleweed>
what's the advantage of a monolithic exe?
<tumbleweed>
yeah, you just want to pick one and do it :)
<mattip>
if we go with a python solution, I would want to enforce using a virtualenv and pin all versions of packages
<tumbleweed>
yeah, probably
<tumbleweed>
same goes for a binary - you want to know what you had
<mattip>
true
<mattip>
PyPy always seems to be in a different camp: PyPy rather than CPython, mercurial not git, heptapod not github, python2 not python3, irc not slack/discourse/mattermost
<mattip>
so I guess since hugo is so popular we should go with nikola
<mattip>
.. especially since it support jupyter notebooks as blogposts :)
tsaka__ has quit [Ping timeout: 258 seconds]
Rhy0lite has joined #pypy
<cfbolz>
😝
adamholmberg has joined #pypy
tsaka__ has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
<antocuni>
mattip: sorry for breaking -A tests. I seem to see that you already fixed it?
<mattip>
pretty sure it is now fixed
<mattip>
, but then I went a step too far and had to revert running the tests in one block, let's see what happens tonite
ronan has quit [Remote host closed the connection]
jvesely has joined #pypy
ronan has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
jcea has joined #pypy
_whitelogger has joined #pypy
ronan has joined #pypy
xcm is now known as Guest71227
Guest71227 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
xcm has joined #pypy
CrazyPython has joined #pypy
CrazyPython has quit [Read error: Connection timed out]
CrazyPython has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
ronan has quit [Remote host closed the connection]
jvesely has quit [Quit: jvesely]
jvesely has joined #pypy
ronan has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
YannickJadoul has joined #pypy
jvesely has quit [Quit: jvesely]
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
CrazyPython has joined #pypy
_whitelogger has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
CrazyPython has joined #pypy
CrazyPython has quit [Remote host closed the connection]
adamholmberg has quit []
Rhy0lite has quit [Quit: Leaving]
jvesely has joined #pypy
<mattip>
tos9: the publish/deploy is handled by a chef recipe