Bug#890200: PyQt5 package should provide an egg-info

2018-10-14 Thread Bastian Germann
I changed the package to include the files as described.

Bug#890200: PyQt5 package should provide an egg-info

2018-10-13 Thread Bastian Germann
There is no installed.txt file but a RECORD file which should not be provided in this use case anyway. >From the PEP: "The install command also provides an option to prevent the RECORD file from being written and this option should be used when creating system packages." So there is no file list

Bug#890200: PyQt5 package should provide an egg-info

2018-02-27 Thread Ghislain Vaillant
On Mon, 12 Feb 2018 23:35:14 -0500 Scott Kitterman wrote: > On Sunday, February 11, 2018 09:19:59 PM VA wrote: > > Package: python-pyqt5 > > Version: 5.9.2+dfsg-1 > > > > Many Debian python packages include an egg-info folder, but python- pyqt5 > > does not. > > The PyQt5

Bug#890200: PyQt5 package should provide an egg-info

2018-02-12 Thread Scott Kitterman
On Sunday, February 11, 2018 09:19:59 PM VA wrote: > Package: python-pyqt5 > Version: 5.9.2+dfsg-1 > > Many Debian python packages include an egg-info folder, but python-pyqt5 > does not. The PyQt5 upstream does not use standard Python tools for building the package. As shipped by upstream, a

Bug#890200: PyQt5 package should provide an egg-info

2018-02-11 Thread VA
Package: python-pyqt5 Version: 5.9.2+dfsg-1 Many Debian python packages include an egg-info folder, but python-pyqt5 does not. For example, when python-requests is installed with apt: % dpkg -L python-requests | grep egg-info /usr/lib/python2.7/dist-packages/requests-2.18.4.egg-info