reproduce-devel
[Top][All Lists]
Advanced

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

[task #16268] python: -single-version-externally-managed instead of egg


From: Boud Roukema
Subject: [task #16268] python: -single-version-externally-managed instead of egg
Date: Mon, 26 Sep 2022 05:50:54 -0400 (EDT)

Follow-up Comment #2, task #16268 (project reproduce):

It *might* solve the bug #63054, but that wasn't my intention.

I think the idea is rather to replace our current 'pybuild' rule with

        ...
        if type pyhook_before &>/dev/null; then pyhook_before; fi; \
        python setup.py build; \
        python setup.py install --single-version-externally-managed; \
        if type pyhook_after &>/dev/null; then pyhook_after; fi; \
        cd ..; \
        ...


But it would be good if somebody could find some documentation - whether
'formal' documentation or a git commit description or inline source
documentation - which tells us a bit more about this.



    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?16268>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]