[no subject]

2019-11-18 Thread MARIE Alexandre
Hello, I am trying to fix lmfit-py and python-fabio packages as the first can't be built with python 3.8 and the second can't make it through autopkgtest. As I am not importing a new version but fixing one, I don't have the orig.tar or debian.tar file and the error: ``` dpkg-source: error:

[Request]

2019-10-22 Thread MARIE Alexandre
Hello, I woud like to join debian-python team in order to maintain and package a bunch of modules : - wurlitzer - jupyter_sphinx Wich are dependecies of scientific softwares. My username is : alexandre.marie-guest. I read the python policy [0] and I accept it. Thanks, Alexandre Marie

RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
] wurlitzer On 2019-10-21 16:15, MARIE Alexandre wrote: > I tried it as you said but I still get the same error : Hmm. The layout on PyPI seems to have changed. Could you try this now?: version=4 opts="pgpmode=none" \ https://pypi.python.org/pypi/wurlitzer/ \ https://files.pyt

RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
53 À : debian-python@lists.debian.org Objet : Re: [packaging] wurlitzer Hi Alexandre, On 2019-10-21 15:47, MARIE Alexandre wrote: > @PACKAGE@-@ANY_VERSION@(?:_src)?@ARCHIVE_EXT@ debian uupdate Try putting @ANY_VERSION@ inside parenthesis: @PACKAGE@-(@ANY_VERSION@)(?:_src)?@ARCHIVE_EXT@ debian uupdate Hope this helps, Andrius

[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
Hi everybody, I am creating a package to release wurlitzer in debian. But, I am facing an issue in the d/watch file [0] when uscan [1] seeks for the latest version to download on the pypi redirector [2]. [0] debian/watch file : version=4 opts=pasv,repacksuffix=+dfsg1,\

Packaging debian xRayUtilities

2019-03-25 Thread MARIE Alexandre
Hello, I am working on the salsa/debian CI tests, after the build. Lintian, blhc and puiparts are working fine. I am trying to fix the autopkgtest, but I am stuck with an error: ``` File "/usr/lib/python3/dist-packages/xrayutilities/materials/_create_database.py", line 70, in

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Hi, > > I didn't have time to look into issue, but may be looking on how other > people solve similar problems will give you a hint: > > https://codesearch.debian.net/search?q=path%3Adebian%2Frules+mathjax > > Best, > Alex Hello, Thanks for the hint, this is where I am looking to deal with

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Wild guessing: The files to be changed might reside in debian/tmp - thus > > > find debian ... > > could be the solution. I am trying to do so, thanks for your response. Cheers, Alex

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
> Is there really the leading tab only on the second line? In fact I am trying to figure out where should I install the doc, and how could I avoid the lintian tag : privacy-breach-generic. > What exactly doesn't seem to work? The code I paste before wasn't working because the path was not

RE:Packaging python-xrayutilities

2019-03-21 Thread MARIE Alexandre
Hello, I'm still working on the package python-xrayutilities for debian. I've come to a point where the package can be built but when generating the doc, lintian comes with a bunch of privacy-generic-breach tags like this :

RE:Packaging python-xrayutilities

2019-03-19 Thread MARIE Alexandre
Hello, I resolved my git issue, but when I build the package doc with sphinx-build : ``` make[1]: Entering directory '/<>' pybuild --build -s custom -p 3.7 --build-args="env PYTHONPATH={build_dir} sphinx-build -bhtml doc/source build/sphinx/html" I: pybuild base:217: env

RE:Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
> You need to find why there are conflicts and fix them. Good first steps > are running gbp with --no-rollback and/or finding what upstream files are > modified in the master branch in the current state. When I do so, I only have one conflict on the file .gitignore. I solved it and tried to

RE:Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
Thanks again for the response ! I am resending an answer as the first one was sent to Florian Pelgrim only. > Try to replace all http links to https in your package. Changing http to https didn't solve the issue. I still get this error :

Packaging python-xrayutilities

2019-03-18 Thread MARIE Alexandre
Hello, I'm sorry if this is in the wrong place. I've already asked for help but I had not explained well how I was encountering my problem and couldn't answer before today. So here it is, i'm trying to update the debian package of python-xrayutilities. The problem is when I run:```gbp

RE:xRayUtilities Package

2019-02-22 Thread MARIE Alexandre
Sorry, my mistake, the name of the package is python-xrayutilities !* The routine I had to upgrade this package was : - gbp clone https://salsa.debian.org/science-team/python-xrayutilities Then go into the folder that have been created : cd python-xrayutilities - gbp import-orig --uscan

xRayUtilities Package

2019-02-22 Thread MARIE Alexandre
Hello, I'm trying to package xrayutilities new version (1.5.1) as the one in Debian is the 1.2.0. I cleaned the conflicts and edited d/changelog. Now when I run "dgit sbuild" I get this error message :