[Bug 258563] devel/py-qt5: missing egg-info, invisible to pip

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Sep 2021 01:28:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258563

--- Comment #2 from Jakub Ĺ ebek <jamertwo@gmail.com> ---
(In reply to Kubilay Kocak from comment #1)
Yes, it is. Here is what I did:

$ virtualenv --system-site-packages testenv
Using base prefix '/usr/local'
New python executable in /usr/home/jakubsebek/testenv/bin/python3.8
Also creating executable in /usr/home/jakubsebek/testenv/bin/python
Installing setuptools, pip, wheel...
done.
$ source testenv/bin/activate
(testenv) $ pip install pillow
Requirement already satisfied: pillow in /usr/local/lib/python3.8/site-packages
(8.2.0)
(testenv) $ pip install PyQt5
Collecting PyQt5
  Using cached PyQt5-5.15.4.tar.gz (3.3 MB)
  Installing build dependencies ... -^canceled

You can see that pillow, which has been installed with `pkg install
py38-pillow`, is found as expected. PyQt5, which has been installed with `pkg
install py38-qt5`, isn't.

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