[ 
https://issues.apache.org/jira/browse/PROTON-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839143#comment-17839143
 ] 

ASF subversion and git services commented on PROTON-2817:
---------------------------------------------------------

Commit a2e9eb63444bbda70f8870e28d5ef93b68c0bbe5 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=a2e9eb634 ]

PROTON-2816/PROTON-2817: Support building python extension with unbundled proton

There are 3 cases:
* Bundled proton library - this should be the default and is what you
  should use with pip etc.
* System proton library - this is what you should use in a distro
  package.
* Use the in tree library built earlier in the build process - this is
  what you usually want for developer debugging, and should be the
  version actually tested by the in tree tests.

This change also add control of the ability to package and test in
isolated virtual python environments. Using these is the default, but
under some circumstances you do not want the build process to construct
a virtual environment by pulling packages from the internet. So we now
have an option to turn this behaviour off and rely on the hosts python
environment.


> [Python] Allow control of whether python build uses pip inside virtual 
> environments
> -----------------------------------------------------------------------------------
>
>                 Key: PROTON-2817
>                 URL: https://issues.apache.org/jira/browse/PROTON-2817
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: proton-c-0.39.0
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Major
>             Fix For: proton-c-0.40.0
>
>
> For the purposes of distribution package building (and other repeatable, 
> reliable environments). We need to have a way to restrict the python build 
> from attemping to access the internet to download updated packages as part of 
> its build.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to