Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2022 09:33:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 267040] devel/py-nbformat and devel/py-black incorrectly install files belonging to the test infrastructure
Message-ID:  <bug-267040-21822-y5Aif5gOye@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267040-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267040-21822@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dbfff400638f87b7be4144b56728d54e=
271048d13

commit bfff400638f87b7be4144b56728d54e271048d13
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-10-22 09:26:51 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-10-22 09:26:51 +0000

    devel/py-black: Really fix packaging issues

    * When the port was updated via dea032cba8b3, it still wouldn't build,
      which was then fixed with 25b2be6023fe.

      Although the port can now be built, the content of the generated
      package is not correct at the moment as every Python module is placed
      into an additional "src/" directory.

      There was an attempt to fix the problem via 76670f6a4f84, but the
      root cause has not yet been eliminated because the Python module is
      still not usable:

      $ python3.9 -m black
      /usr/local/bin/python3.9: No module named black

    * Remedy these issues by adjusting the backported "setup.py" to generate
      the correct package content.

    * Bump PORTREVISION due package change.

    PR:             267040 [1]
    Reported by:    Martin Birgmeier [1]
                    pkg-fallout (for games/anki which requires py-black)
    Approved by:    portmgr (blanket, fix packaging issues)
    Fixes:  25b2be6023fe devel/py-black: fix build

 devel/py-black/Makefile       | 2 +-
 devel/py-black/files/setup.py | 9 ++-------
 2 files changed, 3 insertions(+), 8 deletions(-)

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



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