Re: Solving the multiarch triplet once and for all

2012-12-18 Thread Wookey
(that's actually derived from Quantal - unstable does not really have enough multiarch info in packages to get any useful answers currently) Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-python-requ

Re: Bug#743583: python3-gi fails to install on arm64 (struct.error from py3compile)

2014-04-03 Thread Wookey
. Of course, it would be better if dh_python3 was Y2038-compliant. :) yes. Is there any point filing a wishlist for that, to remind someone to do something about it before it's a real issue? Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE

Re: packaging django-rest-framework-filters

2018-12-07 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: > > Also related: I've updated drf-extensions to 0.4 (from the current > > 0.3.1), as that is needed for lava, and fixes > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865851 > &

Re: packaging django-rest-framework-filters

2018-11-25 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: I guess djangorestframework-filters is clearer, and closer to upstream so people can find it. I'll go with that unless someone says the drf-* names are a better plan. OK. I've made a new pack

packaging django-rest-framework-filters

2018-11-21 Thread Wookey
presume this is a good idea and I should just get on with it? would a 10-day NMU be appropriate? I have another mostly written-mail with details of what I did, whcih I'll send shortly, but it's pretty uncontroversial. Cheers for any pointers. Wookey -- Principal hats: Linaro, Debian, Wookware, ARM

Re: packaging django-rest-framework-filters

2018-11-22 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: No advice on best way to start a python packaging template? > > And it looks like it should be called src:drf-filters > > binary:python3-djangoresetframework-filters to fit in with naming

Re: packaging django-rest-framework-filters

2018-11-28 Thread Wookey
On 2018-11-28 08:58 +, Neil Williams wrote: > On Mon, 26 Nov 2018 04:05:05 + > Wookey wrote: > > > On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > > > On 11/22/18 6:02 AM, Wookey wrote: > > > > I guess djangorestframework-filters is > > cle

Re: Multiple package versions in PPA

2021-09-20 Thread Wookey
to be worth the effort. Do you just want to be able to do it for test purposes? If so you could just make multiple PPAs, and install python3-pyarmnn from the appropriate one? Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ signature.asc Description: PGP signature

Re: RFP: mapillary-tools -- Useful tools and scripts related to Mapillary

2021-12-23 Thread Wookey
ure to what degree we need to understand the format, or if we can more or less mechanically update the syntax. So, for now there is no mapillary-tools in Debian, and without a response from upstream or some help I'm stuck. Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ signature.asc Description: PGP signature

Python C-library import paths

2022-03-31 Thread Wookey
ter_error File "/usr/lib/python3/dist-packages/tvm/_ffi/base.py", line 71, in _LIB, _LIB_NAME = _load_lib() File "/usr/lib/python3/dist-packages/tvm/_ffi/base.py", line 51, in _load_lib lib_path = libinfo.find_lib_path() File "/usr/lib/python3/dist-packag

Re: Python C-library import paths

2022-04-02 Thread Wookey
On 2022-04-01 00:30 -0400, M. Zhou wrote: > On Fri, 2022-04-01 at 02:32 +0100, Wookey wrote: > > > > > > So it tries quite hard to find it, but doesn't know about multiarch > > and thus fails to look in the right place: > > /usr/lib//   (/usr/lib/x86_64-linux-gnu

Re: Python C-library import paths

2022-04-02 Thread Wookey
On 2022-04-02 16:04 +0100, Simon McVittie wrote: > On Sat, 02 Apr 2022 at 12:55:37 +0100, Wookey wrote: > > On 2022-04-01 00:30 -0400, M. Zhou wrote: > > > They have written > > > their own ffi loader, so I think it is an upstream bug. The upstream > > > shoul