Bug#937061: Python3 Port of ModelBuilder

2020-01-28 Thread Flavio Coelho
Fine with me.

Em ter, 28 de jan de 2020 08:26, Andreas Tille 
escreveu:

> On Mon, Jan 27, 2020 at 04:50:17PM -0500, Scott Talbert wrote:
> > On Tue, 3 Dec 2019, Andreas Tille wrote:
> >
> > > if someone will show interest by writing an autopkgtest (or would
> > > provide some test script to prove the functionality which I'd
> > > volunteer to turn into an autopkgtest) I'd feel slightly motivated
> > > to package BIP and try my luck with a Python3 port.
> >
> > Any objections to RM'ing model-builder?
>
> No objection, swamped with other Python3 ports myself.
>
> Kind regards
>
> Andreas.
>
> --
> http://fam-tille.de
>


Bug#937061: Python3 Port of ModelBuilder

2019-12-03 Thread Flavio Coelho
Hello,

Right now, I can't dedicate time towards porting ModelBuilder. It should be
a quick fix to port to Python3. BIP is already python3 compatible.
So whatever you decide is fine with me.

thanks,

Flávio Codeço Coelho

On Tue, Dec 3, 2019 at 4:48 AM Andreas Tille  wrote:

> Hi Scott,
>
> On Mon, Dec 02, 2019 at 12:18:38PM -0500, Scott Talbert wrote:
> > On Tue, 8 Oct 2019, Andreas Tille wrote:
> >
> > > Hi Flávio,
> > >
> > > Varun Hiremath once cared for Debian packages of ModelBuilder[1].  His
> > > effort seemed to have been stalled and so Debian remained at version
> > > 0.4.1.  In the process of migrating all Debian packages from Python2 to
> > > Python3 I stumbled upon this package and moved under Debian Science
> > > team maintenance[2].
> > >
> > > I realised that version 0.4.6 need a Python module BIP[3].  (BTW, as a
> > > general remark: It would be nice if you would keep release tags in sync
> > > with PyPI.)  Since BIP is not packaged for Debian I would consider
> doing
> > > so - but only Python3 modules are permitted to go into Debian.  Since
> > > I'm not sure whether I will reach my original goal to get ModelBuilder
> > > converted to Python3 succesfully I wonder whether you can uncover some
> > > plan you might have with ModelBuilder whether you want to port it
> > > yourself do Python3.
> >
> > Hi Andreas,
> >
> > Do you (or Flavio) plan on porting model-builder to Python 3?
> >
> > If not, I will probably just convert this to an RM request as it seems
> > model-builder is unmaintained upstream (and downstream).
>
> I have no personal interest in ModelBuilder - just spottet it as a
> reverse dependency of Python2 scipy and had a look whether we can bump
> this to Python3.  The effort seemed to be more than a quick shot,
> thought.
>
> Kind regards
>
> Andreas.
>
>
> --
> http://fam-tille.de
>


Bug#935073: Some PyQt4 code is remaining, not every file is ported to Python3, test suite errors (Was: Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2)

2019-09-13 Thread Flavio Coelho
Thanks Andreas for all the careful analysis.

I'll take a look at these inconsistencies in the sphinx docs  and tests for
the next release.

Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Fri, Sep 13, 2019 at 4:42 PM Andreas Tille  wrote:

> On Fri, Sep 13, 2019 at 01:55:21PM -0300, Flavio Coelho wrote:
> > Try now.
> >
> > I pushed changes fixing these errors and removed unnecessary files.
>
> Thanks a lot.  The package is now free of syntax errors (please check the
> test suite errors for the future - for the moment I just ignore these).
> Since I have regenerated the sphinx doc I noticed that you might like to
> apply the following patch:
>
>
> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/sphinx.ext.pngmath.patch
>
> You also might like to add
>
> docs/source/Diagrama1.png
>
> to the Git repository.  This seems to have vanished.
>
> Thanks a lot for your support right in time,
>
>  Andreas.
>
> --
> http://fam-tille.de
>


Bug#935073: Some PyQt4 code is remaining, not every file is ported to Python3, test suite errors (Was: Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2)

2019-09-13 Thread Flavio Coelho
Try now.

I pushed changes fixing these errors and removed unnecessary files.



Em sex, 13 de set de 2019 12:16, Andreas Tille  escreveu:

> Hi again Flavio,
>
> I tried the new upstream version 2.5.  While I assumed the Qt4 interface
> was striped and the Python3 conversion was done I get the following error
> message when installing all files into the Debian package:
>
>
> Installing epirunner script to
> /build/epigrass-2.5.0/debian/epigrass/usr/bin
>   File "/usr/lib/python3.7/dist-packages/Epigrass/dgraph.py", line 130
> print hasattr(self, "showSumBox")
> ^
> SyntaxError: invalid syntax
>
>   File "/usr/lib/python3.7/dist-packages/Epigrass/epigrass.py", line 17
> print "Please install PyQT 4"
> ^
> SyntaxError: Missing parentheses in call to 'print'. Did you mean
> print("Please install PyQT 4")?
>
>
> Seems some files contain the PyQT GUI.  Should I simply remove these
> from the Debian package?  Which files can be safely removed?
>
>
> Moreover, the build time throws errors:
>
> ==
> ERROR: test_create_node_layer (tests.test_epigdal.TestWorld)
> --
> Traceback (most recent call last):
>   File
> "/build/epigrass-2.5.0/.pybuild/cpython3_3.7/build/tests/test_epigdal.py",
> line 17, in test_create_node_layer
> w = World('../riozonas_LatLong.shp', 'nome_zonas', 'zona_trafe')
>   File
> "/build/epigrass-2.5.0/.pybuild/cpython3_3.7/build/Epigrass/epigdal.py",
> line 37, in __init__
> self.name = self.ds.GetName()
> AttributeError: 'NoneType' object has no attribute 'GetName'
>
> ==
> ERROR: test_instantiation (tests.test_epigdal.TestWorld)
> --
> Traceback (most recent call last):
>   File
> "/build/epigrass-2.5.0/.pybuild/cpython3_3.7/build/tests/test_epigdal.py",
> line 9, in test_instantiation
> w = World('../riozonas_LatLong.shp', 'nome_zonas', 'zona_trafe')
>   File
> "/build/epigrass-2.5.0/.pybuild/cpython3_3.7/build/Epigrass/epigdal.py",
> line 37, in __init__
> self.name = self.ds.GetName()
> AttributeError: 'NoneType' object has no attribute 'GetName'
>
> --
>
>
> If these errors are critical how can these be fixed?
>
> Kind regards and thanks for your support,
>
>  Andreas.
>
>
> --
> http://fam-tille.de
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-09-13 Thread Flavio Coelho
Done. sorry for the delay.
Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Fri, Sep 13, 2019 at 8:41 AM Andreas Tille  wrote:

> Hi again,
>
> I do not really want to sound impatient, but I wonder if just
>
> git tag 
> git push --tags
>
> is consuming much time at your side.  The point is that Qt4 will be
> removed *this week* from Debian and once epigrass might be out passing
> the new queue again is a long process.
>
> Sorry if I sound impatient but if you confirm that you have *real*
> trouble to set tags I might find other means meanwhile which is more
> time consuming on my side but I could work around to some extend.
>
> Kind regards
>
> Andreas.
>
> On Mon, Sep 09, 2019 at 10:52:16AM -0300, Flavio Coelho wrote:
> > Ok I'll do that as soon as I can.
> >
> >
> > Em seg, 9 de set de 2019 09:53, Andreas Tille 
> > escreveu:
> >
> > > Hi Flavio,
> > >
> > > thanks a lot for your quick response.
> > > It would be extremely helpful if you would consider tagging the
> release.
> > > Even a pre-release tag like 2.5~pre1 / 3.0~beta or whatever version you
> > > might prefer would be helpful.  Thus we could point the Debian watch
> file
> > > to
> > >
> > >https://github.com/fccoelho/epigrass
> > >
> > > Thanks a lot
> > >  Andreas.
> > >
> > > On Sat, Sep 07, 2019 at 10:54:22AM -0300, Flavio Coelho wrote:
> > > > It is on the master branch: https://github.com/fccoelho/epigrass
> > > > Flávio Codeço Coelho
> > > > 
> > > > +55(21) 3799-5735
> > > > Professor
> > > > Escola de Matemática Aplicada
> > > > Fundação Getulio Vargas
> > > > Praia de Botafogo, 190 sala 508
> > > > Rio de Janeiro - RJ
> > > > 22250-900
> > > > Brasil
> > > >
> > > >
> > > >
> > > > On Sat, Sep 7, 2019 at 10:53 AM Flavio Coelho 
> > > wrote:
> > > >
> > > > > Ok,
> > > > >
> > > > > I have just pushed a functional realease into Github which have no
> > > > > dependencies on Qt anymore.
> > > > > Please let me know If I need to do anything else.
> > > > >
> > > > >
> > > > > Flávio Codeço Coelho
> > > > > 
> > > > > +55(21) 3799-5735
> > > > > Professor
> > > > > Escola de Matemática Aplicada
> > > > > Fundação Getulio Vargas
> > > > > Praia de Botafogo, 190 sala 508
> > > > > Rio de Janeiro - RJ
> > > > > 22250-900
> > > > > Brasil
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Sep 6, 2019 at 9:22 AM Flavio Coelho 
> > > wrote:
> > > > >
> > > > >> Ok, thanks for the update. It should not take long now.
> > > > >> Flávio Codeço Coelho
> > > > >> 
> > > > >> +55(21) 3799-5735
> > > > >> Professor
> > > > >> Escola de Matemática Aplicada
> > > > >> Fundação Getulio Vargas
> > > > >> Praia de Botafogo, 190 sala 508
> > > > >> Rio de Janeiro - RJ
> > > > >> 22250-900
> > > > >> Brasil
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Fri, Sep 6, 2019 at 4:37 AM Andreas Tille 
> > > wrote:
> > > > >>
> > > > >>> Hi again,
> > > > >>>
> > > > >>> just to let you know Qt4 removal is scheduled for next week.  We
> > > should
> > > > >>> really hurry up.
> > > > >>>
> > > > >>> Kind regards
> > > > >>>
> > > > >>>Andreas.
> > > > >>>
> > > > >>> On Fri, Aug 30, 2019 at 03:24:52PM -0300, Flavio Coelho wrote:
> > > > >>> > its almost done. I am fixing the bugs resulting from porting to
> > > python
> > > > >>> 3.
> > > > >>> >
> > > > >>> >
> > > > >>> >
> > > > >>> > Flávio Cod

Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-09-09 Thread Flavio Coelho
Ok I'll do that as soon as I can.


Em seg, 9 de set de 2019 09:53, Andreas Tille 
escreveu:

> Hi Flavio,
>
> thanks a lot for your quick response.
> It would be extremely helpful if you would consider tagging the release.
> Even a pre-release tag like 2.5~pre1 / 3.0~beta or whatever version you
> might prefer would be helpful.  Thus we could point the Debian watch file
> to
>
>https://github.com/fccoelho/epigrass
>
> Thanks a lot
>  Andreas.
>
> On Sat, Sep 07, 2019 at 10:54:22AM -0300, Flavio Coelho wrote:
> > It is on the master branch: https://github.com/fccoelho/epigrass
> > Flávio Codeço Coelho
> > 
> > +55(21) 3799-5735
> > Professor
> > Escola de Matemática Aplicada
> > Fundação Getulio Vargas
> > Praia de Botafogo, 190 sala 508
> > Rio de Janeiro - RJ
> > 22250-900
> > Brasil
> >
> >
> >
> > On Sat, Sep 7, 2019 at 10:53 AM Flavio Coelho 
> wrote:
> >
> > > Ok,
> > >
> > > I have just pushed a functional realease into Github which have no
> > > dependencies on Qt anymore.
> > > Please let me know If I need to do anything else.
> > >
> > >
> > > Flávio Codeço Coelho
> > > 
> > > +55(21) 3799-5735
> > > Professor
> > > Escola de Matemática Aplicada
> > > Fundação Getulio Vargas
> > > Praia de Botafogo, 190 sala 508
> > > Rio de Janeiro - RJ
> > > 22250-900
> > > Brasil
> > >
> > >
> > >
> > > On Fri, Sep 6, 2019 at 9:22 AM Flavio Coelho 
> wrote:
> > >
> > >> Ok, thanks for the update. It should not take long now.
> > >> Flávio Codeço Coelho
> > >> 
> > >> +55(21) 3799-5735
> > >> Professor
> > >> Escola de Matemática Aplicada
> > >> Fundação Getulio Vargas
> > >> Praia de Botafogo, 190 sala 508
> > >> Rio de Janeiro - RJ
> > >> 22250-900
> > >> Brasil
> > >>
> > >>
> > >>
> > >> On Fri, Sep 6, 2019 at 4:37 AM Andreas Tille 
> wrote:
> > >>
> > >>> Hi again,
> > >>>
> > >>> just to let you know Qt4 removal is scheduled for next week.  We
> should
> > >>> really hurry up.
> > >>>
> > >>> Kind regards
> > >>>
> > >>>Andreas.
> > >>>
> > >>> On Fri, Aug 30, 2019 at 03:24:52PM -0300, Flavio Coelho wrote:
> > >>> > its almost done. I am fixing the bugs resulting from porting to
> python
> > >>> 3.
> > >>> >
> > >>> >
> > >>> >
> > >>> > Flávio Codeço Coelho
> > >>> > 
> > >>> > +55(21) 3799-5735
> > >>> > Professor
> > >>> > Escola de Matemática Aplicada
> > >>> > Fundação Getulio Vargas
> > >>> > Praia de Botafogo, 190 sala 508
> > >>> > Rio de Janeiro - RJ
> > >>> > 22250-900
> > >>> > Brasil
> > >>> >
> > >>> >
> > >>> >
> > >>> > On Fri, Aug 30, 2019 at 9:07 AM Andreas Tille <
> andr...@fam-tille.de>
> > >>> wrote:
> > >>> >
> > >>> > > Hi,
> > >>> > >
> > >>> > > any news?
> > >>> > >
> > >>> > > Kind regards
> > >>> > >
> > >>> > >   Andreas.
> > >>> > >
> > >>> > > On Mon, Aug 19, 2019 at 02:41:59PM +0200, Andreas Tille wrote:
> > >>> > > > BTW, feel free to cherry pick from
> > >>> > > >
> > >>> > > >
> > >>> > >
> > >>>
> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
> > >>> > > >
> > >>> > > > since Michael Crusoe had once pushed some Python3 changes to
> our
> > >>> > > packaging
> > >>> > > > Git.
> > >>> > > >
> > >>> > > > Hope this helps, Andreas.
> > >>> > > >
> > >>> > > > On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
> > >>> > > > > That shouldn't be hard.
> > >>> > > > >
> > >>> > > > > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo <
> > >>> mat...@debian.org>
> > >>> > > > > escreveu:
> > >>> > > > >
> > >>> > > > > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho
> wrote:
> > >>> > > > > > > As the author of epigrass, I can assure you that I will
> not
> > >>> be
> > >>> > > porting
> > >>> > > > > > the
> > >>> > > > > > > Qt interface. However, epigrass can be used entirely
> from the
> > >>> > > console.
> > >>> > > > > > >
> > >>> > > > > > > what I can do is to make a new release removing all
> > >>> dependencies
> > >>> > > on Qt.
> > >>> > > > > >
> > >>> > > > > > According to the bug, the program also uses python2.
> You'll
> > >>> need to
> > >>> > > > > > move to python3 at the very least.
> > >>> > > > > >
> > >>> > > > > > --
> > >>> > > > > > regards,
> > >>> > > > > > Mattia Rizzolo
> > >>> > > > > >
> > >>> > > > > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
> > >>> > > .''`.
> > >>> > > > > > more about me:  https://mapreri.org
> > >>>:
> > >>> > > :'  :
> > >>> > > > > > Launchpad user: https://launchpad.net/~mapreri
> > >>>   `.
> > >>> > > `'`
> > >>> > > > > > Debian QA page:
> > >>> https://qa.debian.org/developer.php?login=mattia  `-
> > >>> > > > > >
> > >>> > > >
> > >>> > > > --
> > >>> > > > http://fam-tille.de
> > >>> > >
> > >>> > > --
> > >>> > > http://fam-tille.de
> > >>> > >
> > >>>
> > >>> --
> > >>> http://fam-tille.de
> > >>>
> > >>
>
> --
> http://fam-tille.de
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-09-07 Thread Flavio Coelho
It is on the master branch: https://github.com/fccoelho/epigrass
Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Sat, Sep 7, 2019 at 10:53 AM Flavio Coelho  wrote:

> Ok,
>
> I have just pushed a functional realease into Github which have no
> dependencies on Qt anymore.
> Please let me know If I need to do anything else.
>
>
> Flávio Codeço Coelho
> 
> +55(21) 3799-5735
> Professor
> Escola de Matemática Aplicada
> Fundação Getulio Vargas
> Praia de Botafogo, 190 sala 508
> Rio de Janeiro - RJ
> 22250-900
> Brasil
>
>
>
> On Fri, Sep 6, 2019 at 9:22 AM Flavio Coelho  wrote:
>
>> Ok, thanks for the update. It should not take long now.
>> Flávio Codeço Coelho
>> 
>> +55(21) 3799-5735
>> Professor
>> Escola de Matemática Aplicada
>> Fundação Getulio Vargas
>> Praia de Botafogo, 190 sala 508
>> Rio de Janeiro - RJ
>> 22250-900
>> Brasil
>>
>>
>>
>> On Fri, Sep 6, 2019 at 4:37 AM Andreas Tille  wrote:
>>
>>> Hi again,
>>>
>>> just to let you know Qt4 removal is scheduled for next week.  We should
>>> really hurry up.
>>>
>>> Kind regards
>>>
>>>Andreas.
>>>
>>> On Fri, Aug 30, 2019 at 03:24:52PM -0300, Flavio Coelho wrote:
>>> > its almost done. I am fixing the bugs resulting from porting to python
>>> 3.
>>> >
>>> >
>>> >
>>> > Flávio Codeço Coelho
>>> > 
>>> > +55(21) 3799-5735
>>> > Professor
>>> > Escola de Matemática Aplicada
>>> > Fundação Getulio Vargas
>>> > Praia de Botafogo, 190 sala 508
>>> > Rio de Janeiro - RJ
>>> > 22250-900
>>> > Brasil
>>> >
>>> >
>>> >
>>> > On Fri, Aug 30, 2019 at 9:07 AM Andreas Tille 
>>> wrote:
>>> >
>>> > > Hi,
>>> > >
>>> > > any news?
>>> > >
>>> > > Kind regards
>>> > >
>>> > >   Andreas.
>>> > >
>>> > > On Mon, Aug 19, 2019 at 02:41:59PM +0200, Andreas Tille wrote:
>>> > > > BTW, feel free to cherry pick from
>>> > > >
>>> > > >
>>> > >
>>> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
>>> > > >
>>> > > > since Michael Crusoe had once pushed some Python3 changes to our
>>> > > packaging
>>> > > > Git.
>>> > > >
>>> > > > Hope this helps, Andreas.
>>> > > >
>>> > > > On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
>>> > > > > That shouldn't be hard.
>>> > > > >
>>> > > > > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo <
>>> mat...@debian.org>
>>> > > > > escreveu:
>>> > > > >
>>> > > > > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
>>> > > > > > > As the author of epigrass, I can assure you that I will not
>>> be
>>> > > porting
>>> > > > > > the
>>> > > > > > > Qt interface. However, epigrass can be used entirely from the
>>> > > console.
>>> > > > > > >
>>> > > > > > > what I can do is to make a new release removing all
>>> dependencies
>>> > > on Qt.
>>> > > > > >
>>> > > > > > According to the bug, the program also uses python2.  You'll
>>> need to
>>> > > > > > move to python3 at the very least.
>>> > > > > >
>>> > > > > > --
>>> > > > > > regards,
>>> > > > > > Mattia Rizzolo
>>> > > > > >
>>> > > > > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
>>> > > .''`.
>>> > > > > > more about me:  https://mapreri.org
>>>:
>>> > > :'  :
>>> > > > > > Launchpad user: https://launchpad.net/~mapreri
>>>   `.
>>> > > `'`
>>> > > > > > Debian QA page:
>>> https://qa.debian.org/developer.php?login=mattia  `-
>>> > > > > >
>>> > > >
>>> > > > --
>>> > > > http://fam-tille.de
>>> > >
>>> > > --
>>> > > http://fam-tille.de
>>> > >
>>>
>>> --
>>> http://fam-tille.de
>>>
>>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-09-07 Thread Flavio Coelho
Ok,

I have just pushed a functional realease into Github which have no
dependencies on Qt anymore.
Please let me know If I need to do anything else.


Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Fri, Sep 6, 2019 at 9:22 AM Flavio Coelho  wrote:

> Ok, thanks for the update. It should not take long now.
> Flávio Codeço Coelho
> 
> +55(21) 3799-5735
> Professor
> Escola de Matemática Aplicada
> Fundação Getulio Vargas
> Praia de Botafogo, 190 sala 508
> Rio de Janeiro - RJ
> 22250-900
> Brasil
>
>
>
> On Fri, Sep 6, 2019 at 4:37 AM Andreas Tille  wrote:
>
>> Hi again,
>>
>> just to let you know Qt4 removal is scheduled for next week.  We should
>> really hurry up.
>>
>> Kind regards
>>
>>Andreas.
>>
>> On Fri, Aug 30, 2019 at 03:24:52PM -0300, Flavio Coelho wrote:
>> > its almost done. I am fixing the bugs resulting from porting to python
>> 3.
>> >
>> >
>> >
>> > Flávio Codeço Coelho
>> > 
>> > +55(21) 3799-5735
>> > Professor
>> > Escola de Matemática Aplicada
>> > Fundação Getulio Vargas
>> > Praia de Botafogo, 190 sala 508
>> > Rio de Janeiro - RJ
>> > 22250-900
>> > Brasil
>> >
>> >
>> >
>> > On Fri, Aug 30, 2019 at 9:07 AM Andreas Tille 
>> wrote:
>> >
>> > > Hi,
>> > >
>> > > any news?
>> > >
>> > > Kind regards
>> > >
>> > >   Andreas.
>> > >
>> > > On Mon, Aug 19, 2019 at 02:41:59PM +0200, Andreas Tille wrote:
>> > > > BTW, feel free to cherry pick from
>> > > >
>> > > >
>> > >
>> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
>> > > >
>> > > > since Michael Crusoe had once pushed some Python3 changes to our
>> > > packaging
>> > > > Git.
>> > > >
>> > > > Hope this helps, Andreas.
>> > > >
>> > > > On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
>> > > > > That shouldn't be hard.
>> > > > >
>> > > > > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo <
>> mat...@debian.org>
>> > > > > escreveu:
>> > > > >
>> > > > > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
>> > > > > > > As the author of epigrass, I can assure you that I will not be
>> > > porting
>> > > > > > the
>> > > > > > > Qt interface. However, epigrass can be used entirely from the
>> > > console.
>> > > > > > >
>> > > > > > > what I can do is to make a new release removing all
>> dependencies
>> > > on Qt.
>> > > > > >
>> > > > > > According to the bug, the program also uses python2.  You'll
>> need to
>> > > > > > move to python3 at the very least.
>> > > > > >
>> > > > > > --
>> > > > > > regards,
>> > > > > > Mattia Rizzolo
>> > > > > >
>> > > > > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
>> > > .''`.
>> > > > > > more about me:  https://mapreri.org
>>  :
>> > > :'  :
>> > > > > > Launchpad user: https://launchpad.net/~mapreri
>>   `.
>> > > `'`
>> > > > > > Debian QA page:
>> https://qa.debian.org/developer.php?login=mattia  `-
>> > > > > >
>> > > >
>> > > > --
>> > > > http://fam-tille.de
>> > >
>> > > --
>> > > http://fam-tille.de
>> > >
>>
>> --
>> http://fam-tille.de
>>
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-09-06 Thread Flavio Coelho
Ok, thanks for the update. It should not take long now.
Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Fri, Sep 6, 2019 at 4:37 AM Andreas Tille  wrote:

> Hi again,
>
> just to let you know Qt4 removal is scheduled for next week.  We should
> really hurry up.
>
> Kind regards
>
>Andreas.
>
> On Fri, Aug 30, 2019 at 03:24:52PM -0300, Flavio Coelho wrote:
> > its almost done. I am fixing the bugs resulting from porting to python 3.
> >
> >
> >
> > Flávio Codeço Coelho
> > 
> > +55(21) 3799-5735
> > Professor
> > Escola de Matemática Aplicada
> > Fundação Getulio Vargas
> > Praia de Botafogo, 190 sala 508
> > Rio de Janeiro - RJ
> > 22250-900
> > Brasil
> >
> >
> >
> > On Fri, Aug 30, 2019 at 9:07 AM Andreas Tille 
> wrote:
> >
> > > Hi,
> > >
> > > any news?
> > >
> > > Kind regards
> > >
> > >   Andreas.
> > >
> > > On Mon, Aug 19, 2019 at 02:41:59PM +0200, Andreas Tille wrote:
> > > > BTW, feel free to cherry pick from
> > > >
> > > >
> > >
> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
> > > >
> > > > since Michael Crusoe had once pushed some Python3 changes to our
> > > packaging
> > > > Git.
> > > >
> > > > Hope this helps, Andreas.
> > > >
> > > > On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
> > > > > That shouldn't be hard.
> > > > >
> > > > > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo  >
> > > > > escreveu:
> > > > >
> > > > > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
> > > > > > > As the author of epigrass, I can assure you that I will not be
> > > porting
> > > > > > the
> > > > > > > Qt interface. However, epigrass can be used entirely from the
> > > console.
> > > > > > >
> > > > > > > what I can do is to make a new release removing all
> dependencies
> > > on Qt.
> > > > > >
> > > > > > According to the bug, the program also uses python2.  You'll
> need to
> > > > > > move to python3 at the very least.
> > > > > >
> > > > > > --
> > > > > > regards,
> > > > > > Mattia Rizzolo
> > > > > >
> > > > > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
> > > .''`.
> > > > > > more about me:  https://mapreri.org
>  :
> > > :'  :
> > > > > > Launchpad user: https://launchpad.net/~mapreri
> `.
> > > `'`
> > > > > > Debian QA page: https://qa.debian.org/developer.php?login=mattia
> `-
> > > > > >
> > > >
> > > > --
> > > > http://fam-tille.de
> > >
> > > --
> > > http://fam-tille.de
> > >
>
> --
> http://fam-tille.de
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-08-30 Thread Flavio Coelho
its almost done. I am fixing the bugs resulting from porting to python 3.



Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Fri, Aug 30, 2019 at 9:07 AM Andreas Tille  wrote:

> Hi,
>
> any news?
>
> Kind regards
>
>   Andreas.
>
> On Mon, Aug 19, 2019 at 02:41:59PM +0200, Andreas Tille wrote:
> > BTW, feel free to cherry pick from
> >
> >
> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
> >
> > since Michael Crusoe had once pushed some Python3 changes to our
> packaging
> > Git.
> >
> > Hope this helps, Andreas.
> >
> > On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
> > > That shouldn't be hard.
> > >
> > > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo 
> > > escreveu:
> > >
> > > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
> > > > > As the author of epigrass, I can assure you that I will not be
> porting
> > > > the
> > > > > Qt interface. However, epigrass can be used entirely from the
> console.
> > > > >
> > > > > what I can do is to make a new release removing all dependencies
> on Qt.
> > > >
> > > > According to the bug, the program also uses python2.  You'll need to
> > > > move to python3 at the very least.
> > > >
> > > > --
> > > > regards,
> > > > Mattia Rizzolo
> > > >
> > > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540
> .''`.
> > > > more about me:  https://mapreri.org :
> :'  :
> > > > Launchpad user: https://launchpad.net/~mapreri  `.
> `'`
> > > > Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
> > > >
> >
> > --
> > http://fam-tille.de
>
> --
> http://fam-tille.de
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-08-19 Thread Flavio Coelho
good to know, thanks!

Flávio Codeço Coelho

+55(21) 3799-5735
Professor
Escola de Matemática Aplicada
Fundação Getulio Vargas
Praia de Botafogo, 190 sala 508
Rio de Janeiro - RJ
22250-900
Brasil



On Mon, Aug 19, 2019 at 9:42 AM Andreas Tille  wrote:

> BTW, feel free to cherry pick from
>
>
> https://salsa.debian.org/med-team/epigrass/blob/master/debian/patches/py3
>
> since Michael Crusoe had once pushed some Python3 changes to our packaging
> Git.
>
> Hope this helps, Andreas.
>
> On Mon, Aug 19, 2019 at 09:07:35AM -0300, Flavio Coelho wrote:
> > That shouldn't be hard.
> >
> > Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo 
> > escreveu:
> >
> > > On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
> > > > As the author of epigrass, I can assure you that I will not be
> porting
> > > the
> > > > Qt interface. However, epigrass can be used entirely from the
> console.
> > > >
> > > > what I can do is to make a new release removing all dependencies on
> Qt.
> > >
> > > According to the bug, the program also uses python2.  You'll need to
> > > move to python3 at the very least.
> > >
> > > --
> > > regards,
> > > Mattia Rizzolo
> > >
> > > GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
> > > more about me:  https://mapreri.org : :'
> :
> > > Launchpad user: https://launchpad.net/~mapreri  `. `'`
> > > Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
> > >
>
> --
> http://fam-tille.de
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-08-19 Thread Flavio Coelho
That shouldn't be hard.

Em seg, 19 de ago de 2019 08:35, Mattia Rizzolo 
escreveu:

> On Mon, Aug 19, 2019 at 08:10:33AM -0300, Flavio Coelho wrote:
> > As the author of epigrass, I can assure you that I will not be porting
> the
> > Qt interface. However, epigrass can be used entirely from the console.
> >
> > what I can do is to make a new release removing all dependencies on Qt.
>
> According to the bug, the program also uses python2.  You'll need to
> move to python3 at the very least.
>
> --
> regards,
> Mattia Rizzolo
>
> GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
> more about me:  https://mapreri.org : :'  :
> Launchpad user: https://launchpad.net/~mapreri  `. `'`
> Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
>


Bug#935073: RM: epigrass -- RoQA; Obsolete libs - Qt4 and Python2, dead upstream

2019-08-19 Thread Flavio Coelho
Hi guys,

As the author of epigrass, I can assure you that I will not be porting the
Qt interface. However, epigrass can be used entirely from the console.

what I can do is to make a new release removing all dependencies on Qt.

What do you think?

Flávio.


Em seg, 19 de ago de 2019 06:39, Andreas Tille 
escreveu:

> Hi Scott,
>
> we as Debian maintainers do not have any capacity to do the port
> ourselves.  I keep the known upstream contact in CC to give a final
> warning that the package will be removed from Debian soon.
>
> Kind regards
>
>   Andreas.
>
> On Mon, Aug 19, 2019 at 02:01:21AM -0400, Scott Kitterman wrote:
> > Package: ftp.debian.org
> > Severity: normal
> >
> > This package depends on both python2 and Qt4 libraries that are being
> > removed this cycle.  It is dead upstream, so it seems extremely unlikely
> > it will get a Qt5/Python3 port.
> >
> > cc'ing the package uploaders to see if they have plans to port it
> > themsleves.
> >
> > Scott K
> >
> > ___
> > Debian-med-packaging mailing list
> > debian-med-packag...@alioth-lists.debian.net
> >
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging
>
> --
> http://fam-tille.de
>


Bug#891994: epigrass: Depends on Qt4-only python-qwt5-qt4

2018-09-12 Thread Flavio Coelho
This error seems to be due to missing "dbfread" package which is available
on Debian as "python3-dbfread"

On Tue, Sep 11, 2018 at 2:57 AM Andreas Tille  wrote:

> On Tue, Sep 11, 2018 at 06:58:03AM +0200, Gudjon I. Gudjonsson wrote:
> > Hi Andreas
> > >
> > > I would love if people would test this.  Since it is not a
> Build-Depends
> > > where I could see whether the build breaks or not and there is no test
> > > suite to verify whether things work as expected I'm hesitating to just
> > > change the dependencies.
> > >
> > > > Since Python2 is also becoming obsolete in Debian, PyQt-Qwt is
> > > > only compiled for Python3 in Debian
> > >
> > > I'm aware of this and I contacted upstream about this long ago ...
> > >
> > I did try to run the program but I get
> >
> > Traceback (most recent call last):
> >   File "/usr/bin/epigrass", line 6, in 
> > from pkg_resources import load_entry_point
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 3105, in 
> > @_call_aside
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 3089, in _call_aside
> > f(*args, **kwargs)
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 3118, in _initialize_master_working_set
> > working_set = WorkingSet._build_master()
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 578, in _build_master
> > ws.require(__requires__)
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 895, in require
> > needed = self.resolve(parse_requirements(requirements))
> >   File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py",
> line 781, in resolve
> > raise DistributionNotFound(req, requirers)
> > pkg_resources.DistributionNotFound: The 'dbfread' distribution was not
> found and is required by epigrass
> >
> > If you can tell me how to get it running, I can take a look at the
> migration to pyqt-qwt.
>
> Thanks a lot for having a look - but I can not tell more as that there
> should be a graphical interface.  I've added upstream in CC - may be
> they can give some hints.
>
> Kind regards
>
> Andreas.
>
> --
> http://fam-tille.de
>