Re: [ptxdist] ?==?utf-8?q? python3-asyncua: new package

2023-04-21 Thread Michael Olbrich
Hi,

On Sun, Apr 16, 2023 at 11:52:03AM +0200, Artur Wiebe wrote:
> Here is the full patch series for python3-asyncua (async OPC-UA server/client 
> for python).
> Everything is building and the examples are running.
> 
> python3-cryptography builds a rust module using cargo. The make file is a
> bit hacky, maybe you know a better way to handle this.

It's a good start already. I've integrated the setuptools-rust stuff into
the existing cargo support in PTXdist. And I've changed how building
cross-python packages works to fix the include path issue.

Now, no patches are needed and the rule is much cleaner. I'm doing some
build tests now. The whole thing should hit master in the near future.

Michael

> python3-semantic-version is updated with dependency to setuptools.
> 
> Looking forward for comments and improvements.
> BR, Artur
> 
> 
> 

-- 
Pengutronix e.K.   | |
Steuerwalder Str. 21   | http://www.pengutronix.de/  |
31137 Hildesheim, Germany  | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |



Re: [ptxdist] ?==?utf-8?q? python3-asyncua: new package

2023-04-16 Thread Artur Wiebe
Here is the full patch series for python3-asyncua (async OPC-UA server/client 
for python).
Everything is building and the examples are running.

python3-cryptography builds a rust module using cargo. The make file is a bit 
hacky, maybe you know a better way to handle this.

python3-semantic-version is updated with dependency to setuptools.

Looking forward for comments and improvements.
BR, Artur