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

Re: style guide



Does it make any sense to run "setup.py install" for all python3
versions? Actually the every next python3 version will overwrite what
the previous one writes.

I think that this will be the optimal way:

override_dh_auto_install:
        python3 setup.py install --root=... --install-layout=deb
        dh_auto_install

On Wed, Feb 8, 2012 at 5:53 AM, Barry Warsaw <barry@python.org> wrote:
> In the interest of making life easier for future packagers of Python
> libraries, I wrote up the following guidelines.
>
> http://wiki.debian.org/Python/LibraryStyleGuide
>
> I've based these recommendations on feedback I've received on my own packages,
> and a few other packages I've submitted bugs on.  This is just a draft
> proposal, so discussions, comments, feedback, and contributions are welcome.
> I would consider this a living document that evolves over time.
>
> Cheers,
> -Barry

--
Cheers,
Dmitry Shachnev


Reply to: