[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_python2: pyinstall files



* Barry Warsaw <barry@python.org>, 2010-11-22, 16:37:
AFAICT, dh_python2 handles namespace packages for you.

AFAICT it doesn't (by design). Which is yet another reason to stick with
python-support.

I think it does though...

% apt-file list python-flufl.enum | grep __init__
python-flufl.enum: /usr/lib/python2.6/dist-packages/flufl/enum/__init__.py
python-flufl.enum: /usr/lib/python2.6/dist-packages/flufl/enum/docs/__init__.py
python-flufl.enum: /usr/lib/python2.6/dist-packages/flufl/enum/tests/__init__.py
python-flufl.enum: /usr/lib/python2.7/dist-packages/flufl/enum/__init__.py
python-flufl.enum: /usr/lib/python2.7/dist-packages/flufl/enum/docs/__init__.py
python-flufl.enum: /usr/lib/python2.7/dist-packages/flufl/enum/tests/__init__.py
python-flufl.enum: /usr/share/pyshared/flufl/enum/__init__.py
python-flufl.enum: /usr/share/pyshared/flufl/enum/docs/__init__.py
python-flufl.enum: /usr/share/pyshared/flufl/enum/tests/__init__.py
% apt-file search /usr/share/pyshared/flufl/enum/__init__.py
python-flufl.enum: /usr/share/pyshared/flufl/enum/__init__.py
% apt-file search /usr/share/pyshared/flufl/__init__.py
%

I believe it's setuptools playing tricks, not dh_python2. (But please correct me if I'm wrong, I'm mostly ignorant about both.)

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


Reply to: