Belgium
Write books in French, a blog on https://ploum.net and a gemlog on gemini://ploum.net
From Ploum to ~benbusby/farside-discuss
On 23/03/14 12:48, Ben Busby - contact at benbusby.com wrote: >Is there a full Farside URL that you're seeing this problem with? Or is this problem isolated to the browser extension? I didn't create the extension, and don't know the person who did, so I can't say much about what could be the problem there. I did just push a fix for a bug where Farside couldn't redirect properly when providing a full google translate link (i.e. farside.link/translate.google.com/... didn't work) but in that scenario it would just redirect to the Farside home page. Just using the plugin and going to https://translate.google.com/ and I see the google website. farside.link/translate.google.com/ works as expected. But if I understand correctly, this is not the official page of the plugin, right? -- Ploum - Lionel Dricot Blog: https://www.ploum.net
From Ploum to ~benbusby/farside-discuss
Hi, I’m a happy user of the Firefox Farside plugin. One thing that doesn’t work for me is google translate: I’m not redirected to any service, I’ve the straight google translate. Am I missing something here? -- Ploum - Lionel Dricot Blog: https://www.ploum.net Livres: https://ploum.net/livres.html
From Ploum to ~lioploum/fr
DE L’IMPORTANCE DE COMPRENDRE CE QU’EST UNE LICENCE by Ploum on 2023-03-14 https://ploum.net/2023-03-14-importance-des-licences.html On entend souvent que les programmes informatiques ou les œuvres en ligne sont publiées sous une licence. Qu’est-ce que cela signifie ? Et en quoi est-ce important ? Pour simplifier, dans nos sociétés, tout échange se fait suivant un contrat. Ce contrat peut être implicite, mais il existe. Si j’achète une pomme au marché, le contrat implicite est qu’après avoir payé, je reçois ma pomme et je peux en faire ce que je veux.
From Ploum to ~lioploum/offpunk-packagers
Thanks to all the packagers and especially Anna "Cybertailor" (how do you prefer we call you?), here’s offpunk 1.9.2. This fixes the "--version" issue but also introduce flit as the official build tool. Changelog: - Switch from setup.py to flit (Anna cybertailor Vyalkova) - Bump requirements to python >= 3.7 (Anna cybertailor Vyalkova) - return correct version number (Anna cybertailor Vyalkova) -- Ploum - Lionel Dricot Blog: https://www.ploum.net Livres: https://ploum.net/livres.html
From Ploum to ~lioploum/offpunk-devel
Thanks to all the packagers and especially Anna "Cybertailor" (how do you prefer we call you?), here’s offpunk 1.9.2. This fixes the "--version" issue but also introduce flit as the official build tool. Changelog: - Switch from setup.py to flit (Anna cybertailor Vyalkova) - Bump requirements to python >= 3.7 (Anna cybertailor Vyalkova) - return correct version number (Anna cybertailor Vyalkova) -- Ploum - Lionel Dricot Blog: https://www.ploum.net Livres: https://ploum.net/livres.html
From Ploum to ~lioploum/offpunk-devel
On 23/03/12 07:40, Anna (cybertailor) Vyalkova - cyber+misc at sysrq.in wrote: >From: Anna “CyberTailor” <cyber+misc@sysrq.in> > >--- > pyproject.toml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/pyproject.toml b/pyproject.toml >index 369cc3f..d0e9403 100644 >--- a/pyproject.toml >+++ b/pyproject.toml >@@ -22,7 +22,7 @@ classifiers = [ > "Topic :: Internet", > ]
From Ploum to ~lioploum/offpunk-devel
On 23/03/12 07:29, Anna (cybertailor) Vyalkova - cyber+misc at sysrq.in wrote: >On 2023-03-12 15:19, Klaus Alexander Seistrup wrote: >> The latest `pyproject.toml` suggests Python v3.6+: >> >> ```toml >> requires-python = ">=3.6" >> ``` >> >> Howver, `vermin` seems to think that Python 3.7+ is required: >> >> ```sh >> $ vermin \ >> --no-parse-comments \ >> --backport argparse \
From Ploum to ~lioploum/offpunk-devel
On 23/03/12 03:26, Klaus Alexander Seistrup - klaus at seistrup.dk wrote: >phoebos wrote: > >> I package offpunk like this: [mkdir, cp, cp] > >I second this opinion. Although the FLIT whing works with Anna's patch >when packaging for AUR, I feel that building a wheel and providing a >CLI stub is making the whole thing overly complicated, when all we need >is copying a script. In the future, I may break offpunk into two or three separate files. To be honest, the whole discussion is all above my head as I never used the setup.py and just copied the one from AV-98. Patch from Anna is for
From Ploum to ~lioploum/offpunk-devel
Patch has been commited. Thanks a lot! I keep the right to revert that patch if packagers report any problem. After all, it’s all about them ;-) On 23/03/12 11:47, Anna (cybertailor) Vyalkova - cyber+misc at sysrq.in wrote: >From: Anna “CyberTailor” <cyber@sysrq.in> > >Flit is the simplest of PEP517 build systems so I used it. > >Packagers will need to switch from legacy (setup.py) mode to PEP517, if >not already. >
From Ploum to ~lioploum/offpunk-packagers
Hello dear packagers, Anna "Cybertailor" has proposed a patch moving offpunk from setup.py to flit. From what I’ve read, the move makes a lot of sense. Flit is a lot easier to use and maintain. It implements PEP517 which is already 8 years old and thus should not be a problem for people using older LTS systems. I’ve commited the patch to have your feedback on this system. If, for whatever reason, switching to flit is making packaging harder/problematic, I will revert the patch. If packagers agree with flit, I will release a 1.9.2 that will include