Re: dblatex needs update

2021-02-04 Thread Ken Brown via Cygwin-apps

On 2/3/2021 10:18 PM, Marco Atzeri wrote:

On 04.02.2021 04:14, Ken Brown wrote:



too fast:

I assume

    texlive-collection-mathextra

was replaced by

    texlive-collection-mathscience


That's right.  texlive-collection-mathscience obsoletes both 
texlive-collection-mathextra and texlive-collection-science.


Ken


Hi Ken,

0.3.12 is going up

I will announce after you check that is fine


Works fine.  I tested it by building cygwin, in which dblatex is used to build 
the docs.


Thanks.

Ken


Re: dblatex needs update

2021-02-03 Thread Ken Brown via Cygwin-apps

[Resending.  Accidentally replied to Marco instead of to list.]

On 2/3/2021 10:00 PM, Marco Atzeri via Cygwin-apps wrote:

On 04.02.2021 03:44, Marco Atzeri wrote:

On 04.02.2021 03:30, Marco Atzeri wrote:

On 04.02.2021 03:00, Marco Atzeri wrote:

On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:

On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
dblatex (still shown as maintained by Yaakov) is currently broken 






0.3.12-1

going up with

--
#!/usr/bin/python3


from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')





Regards
Marco


too fast:

I assume

    texlive-collection-mathextra

was replaced by

    texlive-collection-mathscience


That's right.  texlive-collection-mathscience obsoletes both 
texlive-collection-mathextra and texlive-collection-science.


Ken


Re: dblatex needs update

2021-02-03 Thread Marco Atzeri via Cygwin-apps

On 04.02.2021 03:44, Marco Atzeri wrote:

On 04.02.2021 03:30, Marco Atzeri wrote:

On 04.02.2021 03:00, Marco Atzeri wrote:

On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:

On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
dblatex (still shown as maintained by Yaakov) is currently broken 






0.3.12-1

going up with

--
#!/usr/bin/python3


from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')





Regards
Marco


too fast:

I assume

   texlive-collection-mathextra

was replaced by

   texlive-collection-mathscience

or are we missing a package ?

Marco



Re: dblatex needs update

2021-02-03 Thread Marco Atzeri via Cygwin-apps

On 04.02.2021 03:30, Marco Atzeri wrote:

On 04.02.2021 03:00, Marco Atzeri wrote:

On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:

On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
dblatex (still shown as maintained by Yaakov) is currently broken 
because it

was built for python2 but its shebang points to python.

I could do a quick non-maintainer upload to fix the shebang, but maybe
someone wants to adopt it and rebuild it for python3.


Please note that the version currently in Cygwin is not Py3 
compatible; the

latest upstream version should be though.



let me try to build upstream version

Regards
Marco




0.3.12-1

going up with

--
#!/usr/bin/python3


from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')





Regards
Marco


Re: dblatex needs update

2021-02-03 Thread Marco Atzeri via Cygwin-apps

On 04.02.2021 03:00, Marco Atzeri wrote:

On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:

On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
dblatex (still shown as maintained by Yaakov) is currently broken 
because it

was built for python2 but its shebang points to python.

I could do a quick non-maintainer upload to fix the shebang, but maybe
someone wants to adopt it and rebuild it for python3.


Please note that the version currently in Cygwin is not Py3 
compatible; the

latest upstream version should be though.



let me try to build upstream version

Regards
Marco


question:
as dblatex3-0.3.12 does not produce anything in
/usr/bin

but I assume we need one as current

/usr/bin/dblatex
---
#!/usr/bin/env python
import sys
import os

package_base = r"/usr/share/dblatex"

from dbtexmf.dblatex import dblatex
dblatex.main(base=package_base)


Fedora 3.11 seems to have one and Debian has

--
#! /usr/bin/python3

# Register the Debian error analyser
from dbtexmf.core import error
from dbtexmf.contrib.debian.errorhandler import DebianHandler
error.set_errhandler(DebianHandler())

from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')


that seems a simplified version after removing the
error handler

Regards
Marco




Re: dblatex needs update

2021-02-03 Thread Marco Atzeri via Cygwin-apps

On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:

On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:

dblatex (still shown as maintained by Yaakov) is currently broken because it
was built for python2 but its shebang points to python.

I could do a quick non-maintainer upload to fix the shebang, but maybe
someone wants to adopt it and rebuild it for python3.


Please note that the version currently in Cygwin is not Py3 compatible; the
latest upstream version should be though.



let me try to build upstream version

Regards
Marco


Re: dblatex needs update

2021-02-03 Thread Yaakov Selkowitz via Cygwin-apps
On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
> dblatex (still shown as maintained by Yaakov) is currently broken because it
> was built for python2 but its shebang points to python.
> 
> I could do a quick non-maintainer upload to fix the shebang, but maybe
> someone wants to adopt it and rebuild it for python3.

Please note that the version currently in Cygwin is not Py3 compatible; the
latest upstream version should be though.

-- 
Yaakov



dblatex needs update

2021-02-03 Thread Ken Brown via Cygwin-apps
dblatex (still shown as maintained by Yaakov) is currently broken because it was 
built for python2 but its shebang points to python.


I could do a quick non-maintainer upload to fix the shebang, but maybe someone 
wants to adopt it and rebuild it for python3.


Ken