Pushed as e026b226cda7e6513cf34ee80b278f60fdc7fbf4 Thanks. With two slight changes: On Wed, 05 May 2021 22:06:36 +0200 Xinglu Chen wrote: > * gnu/packages/python-xyz.scm (python-fb-re2): New variable. > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "fb-re2" version)) > + (sha256 > + (base32 I used git-fetch instead using the github repo.... > + (arguments > + ;; No tests in PyPI tarball. > + `(#:tests? #f)) ... then I can enable the tests. Björn