Re: Preconditions for python-moto finished - help needed to build package itself

2018-02-06 Thread Lumin
Hi Andreas, I checked the packaging, and my debuild ended up with an error different from > AttributeError: 'module' object has no attribute 'backport_assert_raises' According to a quick investigation on this problem, I'm sure there are still some missing B-Ds in control file. With patch [1]

Re: Preconditions for python-moto finished - help needed to build package itself

2018-02-06 Thread Lumin
Hi, On 6 February 2018 at 15:56, Andreas Tille wrote: > Would you mind pushing your patch directly? I do not see any advantage > if I would proxy your patch. ;-) Done. > I admit up to know I have not checked this file but probably having > these will help. Then I believe it worth a try and w

Request to join DPMT to maintain ujson

2018-05-20 Thread Lumin
equired to accept a 404 page: https://python-modules.alioth.debian.org/python-modules-policy.html [1] https://salsa.debian.org/python-team/modules/ujson [2] https://salsa.debian.org/lumin-guest (I'm currently a DM) On Sun, May 20, 2018 at 09:51:21AM -0400, Sandro Tosi wrote: > > I'd

Re: Request to join DPMT to maintain ujson

2018-05-28 Thread Lumin
Hi, On 28 May 2018 at 08:41, Ondrej Novy wrote: > Hi, > > 2018-05-20 16:36 GMT+02:00 Lumin : >> >> ... Can someone grant me[2] access to that repo? > > > welcome :). Cool. Thanks! -- Best,

Bug#900617: RFS: ujson/1.35-3 [ITA]

2018-06-01 Thread Lumin
Package: sponsorship-requests Severity: normal X-Debbugs-CC: debian-python@lists.debian.org, mo...@debian.org Dear mentors, I am looking for a sponsor for my package "ujson" * Package name: ujson Version : 1.35-3 Upstream Author : [fill in name and email of upstream] * UR

Re: How to enable Python3 for python-freecontact

2018-07-03 Thread Lumin
Hi Andreas, > Is there any way to have different library sections in setup.py > to accomplish version specific libraries linked? -libraries = ['freecontact', 'boost_python'])] +libraries = ['freecontact', 'boost_python-py36'])] This hack fixes the python 3.6 .so linkage

Anyone interested in Tensorflow packaging? Makefile available now.

2018-07-05 Thread Lumin
Hello d-Science and d-Python team, Long time ago, TensorFlow packaging was blocked by bazel, a google's java-based building system which is hard to harness. At that time, cmake build was available but it's written for windows. However, by chance I discovered that tensorflow now ships a set of mak