From nobody Mon Sep 20 15:22:41 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id ABF7717C06DC for ; Mon, 20 Sep 2021 15:22:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCpG96VZzz3QLZ for ; Mon, 20 Sep 2021 15:22:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD96F12DDE for ; Mon, 20 Sep 2021 15:22:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18KFMfjZ044729 for ; Mon, 20 Sep 2021 15:22:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18KFMfdB044728 for ports-bugs@FreeBSD.org; Mon, 20 Sep 2021 15:22:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258593] [NEW] sysutils/py-puremagic: Pure python implementation of magic file detection Date: Mon, 20 Sep 2021 15:22:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: james@french.id.au X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258593 James French changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #228039|0 |1 is obsolete| | Attachment #228040|0 |1 is obsolete| | --- Comment #9 from James French --- Created attachment 228053 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228053&action= =3Dedit 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 th= is 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 ser= ies, looks like legacy 2 series dependency. Upstream last released ~ 15 months a= go, 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 --=20 You are receiving this mail because: You are the assignee for the bug.=