Re: Building Python pkg - date2name

2021-04-28 Thread Carlo Zancanaro
Hi Petr, I had a look at the date2name repository in Github, and it doesn't look like it has any instructions for packaging it at all. I'm not sure how they build things to distribute over pypi. At any rate, it looks like it's mostly a matter of marking __init__.py as executable, and renamin

Building Python pkg - date2name

2021-04-24 Thread phodina via
Hi, I'm trying to build a python module date2name. However, I can't use guix import pypi date2name as I get error: guix import: error: no source release for pypi package date2name 2018.05.09.1 So I just download it from github and attempt the build. But, it does not have a setup.py file and fai