Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2024 15:35:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280468] multimedia/py-pymediainfo: Update to 6.1.0
Message-ID:  <bug-280468-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280468

            Bug ID: 280468
           Summary: multimedia/py-pymediainfo: Update to 6.1.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: eduardo@FreeBSD.org
                CC: m.ne@gmx.net
             Flags: maintainer-feedback?(m.ne@gmx.net)
                CC: m.ne@gmx.net

Created attachment 252321
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D252321&action=
=3Dedit
Update to 6.1.0, +pep517, +pytest

I'm working on importing new python ports that required latest version of
pymediainfo.

There is my sugestion:

- Switch to pep517 build
- Add pytest

NOTES:

tests run ok after fixing "accentu=C3=A9.txt" file that it is installed as
"accentu?.txt"

from src:
tests/test_pymediainfo.py: self.media_info =3D
MediaInfo.parse(os.path.join(data_dir, "accentu=C3=A9.txt"))

fixed in port:
post-install:
        ${MV} ${WRKSRC}/tests/data/accentu\?.txt
${WRKSRC}/tests/data/accentu=C3=A9.txt

Maybe this issue must be discussed at upstream as it appears to be a packag=
ing
problem (?).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280468-7788>