[Bug 258593] [NEW] sysutils/py-puremagic: Pure python implementation of magic file detection

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Sep 2021 15:22:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258593

James French <james@french.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228039|0                           |1
        is obsolete|                            |
 Attachment #228040|0                           |1
        is obsolete|                            |

--- Comment #9 from James French <james@french.id.au> ---
Created attachment 228053
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228053&action=edit
v1.10 GitHub, argparse dependency dropped

(In reply to Kubilay Kocak from comment #8)

Ah, I'm now on the same wavelength re: argparse, I probably shouldn't do this
stuff at work while on my lunch break!

I've just run the test suite through on all the flavor iterations from 3.6
through to 3.10, can confirm argparse is not required with the Python 3 series,
looks like legacy 2 series dependency. Upstream last released ~ 15 months ago,
so that makes sense - I'll follow up with them. Attached should be the final
patch to drop that dependency because it's confirmed it isn't needed.

Also uncovered a bug with 3.6 which is present whether argparse is brought in
or not. That and the code is not compatible with 3.10 yet, both will need
fixing upstream. For now I've marked the port as 3.7-3.9 which should stop the
issues from our end for now.

Thanks again for the help Kubilay

-- 
You are receiving this mail because:
You are the assignee for the bug.