Re: Update to python-2.17

2020-04-21 Thread Matthias Seidel
Hi all,

The final Python 2.7.18 is out:

https://www.python.org/downloads/release/python-2718/

I would expect no major changes to 2.7.17, so we could probably update
to that version?

Regards,

   Matthias

Am 02.01.20 um 03:30 schrieb Pedro Giffuni:
> Hello AOO devs and best wishes for the New Year!
>
> Well ... time has passed and Python 2 is now deprecated!
>
> I have a patch here to update AOO 4.2's version of Python to the latest
> (perhaps last) release in that line:
>
> http://people.apache.org/~pfg/patches/patch-python-2.17.diff
>
> This is a remake of the previous update that I had made for
> cpython-2.16, but which no one tested ! I currently lack an AOO setup
> with git so please someone else will have to test and commit.
>
> On the near term, we really should update to Python 3, but that will be
> challenging for the build system since it requires a newer version of
> the MS compiler.
>
> Building with an external python is also currently broken for python
> versions >= 3.6.
>
> Regards,
>
> Pedro.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Fwd: Maintainer of danish spellchecker

2020-04-21 Thread Matthias Seidel
Hi Andrea, all,

Can we give Jeppe the rights to upload the latest Danish dictionary?
I would like to include it in AOO 4.1.8.

Regards,
   Matthias

 Weitergeleitete Nachricht 
Betreff:Maintainer of danish spellchecker
Datum:  Tue, 21 Apr 2020 08:58:20 +
Von:Jeppe Bundsgaard 
Antwort an: us...@openoffice.apache.org
An: us...@openoffice.apache.org 



Hi,
I got a bounce back on the e-mail I sent to the mail address on the page
below. Maybe I have better luck here?

I saw at this page,
https://extensions.openoffice.org/en/project/danish-spellcheck-and-hyphenation-dictionaries#comment-form,
that no one is actively maintaining the Danish spellchecker. I am one of
the maintainers of Stavekontrolden.dk, the Danish hunspell spell
checker. I can take over, if you want me to.
Best regards,

Jeppe--
……
Jeppe Bundsgaard * Professor MSO, Ph.d.
DPU, Aarhus Universitet/Department of Education, Aarhus University
Tuborgvej 164 - 2400 København NV - Danmark
K: B310; T: +45 3119 2607; E: 
j...@edu.au.dk; W:
pure.au.dk/portal/da/j...@edu.au.dk
/ www.jeppe.bundsgaard.net


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Update to python-2.17

2020-04-21 Thread Marcus

Am 21.04.20 um 13:56 schrieb Matthias Seidel:

The final Python 2.7.18 is out:

https://www.python.org/downloads/release/python-2718/

I would expect no major changes to 2.7.17, so we could probably update
to that version?


is currently version 2.7.17 included? If so, then updating to .18 for 
testing could be done.


Otherwise a more complicated update phase from somewhere to 2.7.18 
should be done first.


My 2 ct.

Marcus




Am 02.01.20 um 03:30 schrieb Pedro Giffuni:

Hello AOO devs and best wishes for the New Year!

Well ... time has passed and Python 2 is now deprecated!

I have a patch here to update AOO 4.2's version of Python to the latest
(perhaps last) release in that line:

http://people.apache.org/~pfg/patches/patch-python-2.17.diff

This is a remake of the previous update that I had made for
cpython-2.16, but which no one tested ! I currently lack an AOO setup
with git so please someone else will have to test and commit.

On the near term, we really should update to Python 3, but that will be
challenging for the build system since it requires a newer version of
the MS compiler.

Building with an external python is also currently broken for python
versions >= 3.6.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fwd: Maintainer of danish spellchecker

2020-04-21 Thread Marcus

Am 21.04.20 um 17:29 schrieb Matthias Seidel:

Can we give Jeppe the rights to upload the latest Danish dictionary?
I would like to include it in AOO 4.1.8.


sounds great to have him as maintainer for this dictionary.

Marcus




 Weitergeleitete Nachricht 
Betreff:Maintainer of danish spellchecker
Datum:  Tue, 21 Apr 2020 08:58:20 +
Von:Jeppe Bundsgaard 
Antwort an: us...@openoffice.apache.org
An: us...@openoffice.apache.org 

I got a bounce back on the e-mail I sent to the mail address on the page 
below. Maybe I have better luck here?


I saw at this page, 
https://extensions.openoffice.org/en/project/danish-spellcheck-and-hyphenation-dictionaries#comment-form, 
that no one is actively maintaining the Danish spellchecker. I am one of 
the maintainers of Stavekontrolden.dk, the Danish hunspell spell 
checker. I can take over, if you want me to.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Update to python-2.17

2020-04-21 Thread Matthias Seidel
Hi Marcus,

Am 21.04.20 um 18:33 schrieb Marcus:
> Am 21.04.20 um 13:56 schrieb Matthias Seidel:
>> The final Python 2.7.18 is out:
>>
>> https://www.python.org/downloads/release/python-2718/
>>
>> I would expect no major changes to 2.7.17, so we could probably update
>> to that version?
>
> is currently version 2.7.17 included? If so, then updating to .18 for
> testing could be done.
>
> Otherwise a more complicated update phase from somewhere to 2.7.18
> should be done first.

Pedro did the update to 2.1.17 early this year [1].

So updating to the final 2.7.18 should be only minor adjustments.

Regards,

   Matthias

[1] https://github.com/apache/openoffice/pull/23

>
> My 2 ct.
>
> Marcus
>
>
>
>> Am 02.01.20 um 03:30 schrieb Pedro Giffuni:
>>> Hello AOO devs and best wishes for the New Year!
>>>
>>> Well ... time has passed and Python 2 is now deprecated!
>>>
>>> I have a patch here to update AOO 4.2's version of Python to the latest
>>> (perhaps last) release in that line:
>>>
>>> http://people.apache.org/~pfg/patches/patch-python-2.17.diff
>>>
>>> This is a remake of the previous update that I had made for
>>> cpython-2.16, but which no one tested ! I currently lack an AOO setup
>>> with git so please someone else will have to test and commit.
>>>
>>> On the near term, we really should update to Python 3, but that will be
>>> challenging for the build system since it requires a newer version of
>>> the MS compiler.
>>>
>>> Building with an external python is also currently broken for python
>>> versions >= 3.6.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature


SCONS build feature

2020-04-21 Thread Peter Kovacs

Hi Damjan,


After a long thought, can we do this differently?

To copy the feature into SCONs does not improve the situation in my opinion.

I would prefer a more primitive build file. It should simply state:

What code gets compiled into what binary. And on what module / file does 
the work depend on.


I am fine with templates or preselects of dependency, where you can 
gather often used dependencies into one line.


Or with a helper tool that has the logic, but it is optional to use.


I think the more stupid and straight forward we construct our 
construction files,


the more readable and control able the code becomes.

And build will speedup which can also help.


Is it maybe okay to put this code into the converter?

All the Best

Peter


Damjan wrote on 2020/04/15 17:08:08


The per-module gbuild files are easy to parse. Parsing the syntax takes
only 3 methods and < 100 lines of Java. The non-deterministic ones with
"ifeq ($(GUIBASE),aqua)" require some manual work, but even there, a lot
can be automated. There is some more work involved in semantic conversion:
understanding and converting specific gbuild commands, converting paths to
scons format, etc. but even so, we're on just 1913 lines of code in total
for the converter.

The hard part is to convert gbuild functions in main/solenv/gbuild into
scons, for example, the worst case scenario is AllLangResTarget, for which
this monstrous dependency tree needs to be implemented, with 4 layers of
intermediate targets and complex actions with side effects and header
dependencies (not shown):

#  AllLangResTarget(name)
#  (meta-target; delivers an empty timestamp file)
#^ ^
#   /   \
#  / \
# /   \
#  ResTarget(nameen-US,name,en-US)
ResTarget(nameen-GB,name,en-GB)
#  $(WORKDIR)/ResTarget/$(resName).res
$(WORKDIR)/ResTarget/$(resName).res
#  $(WORKDIR)/ResTarget/nameen-US.res
  $(WORKDIR)/ResTarget/nameen-GB.res
#^   ^^
#| rsc   ||
#|   ||
#  SrsTarget   SrsTarget
SrsTarget
#  $(WORKDIR)/SrsTarget/$(srsName).srs
#  $(WORKDIR)/SrsTarget/uui/res.srs
#^
#| concatenate
#+--+
#|   \
#|\
#  SrcPartTarget   SrcPartTarget
#  $(WORKDIR)/SrsPartTarget/$(srsPartName)
#  $(WORKDIR)/SrsPartTarget/uui/source/ids.src
#^   ^
#| rsc   | rsc
#|   |
# (when not translating) |   | (when translating)
#|   |
#|SrcPartMergeTarget
#|$(WORKDIR)/SrsPartMergeTarget/$(1)
#|
  $(WORKDIR)/SrsPartMergeTarget/uui/source/ids.src
#| ^
#|/
#|   / transex3
#|  / (when translating)
#  $(srsPartName)  /
#  uuid/source/ids.src
#




Re: Fwd: Maintainer of danish spellchecker

2020-04-21 Thread Matthias Seidel
Hi Marcus,

Am 21.04.20 um 18:35 schrieb Marcus:
> Am 21.04.20 um 17:29 schrieb Matthias Seidel:
>> Can we give Jeppe the rights to upload the latest Danish dictionary?
>> I would like to include it in AOO 4.1.8.
>
> sounds great to have him as maintainer for this dictionary.

The Danish dictionary that we bundle is 10 years old...
The most recent is from April and only needs to be uploaded.

I can update it in source immediately.

Regards,

   Matthias

>
> Marcus
>
>
>
>>  Weitergeleitete Nachricht 
>> Betreff: Maintainer of danish spellchecker
>> Datum: Tue, 21 Apr 2020 08:58:20 +
>> Von: Jeppe Bundsgaard 
>> Antwort an: us...@openoffice.apache.org
>> An: us...@openoffice.apache.org 
>>
>> I got a bounce back on the e-mail I sent to the mail address on the
>> page below. Maybe I have better luck here?
>>
>> I saw at this page,
>> https://extensions.openoffice.org/en/project/danish-spellcheck-and-hyphenation-dictionaries#comment-form,
>> that no one is actively maintaining the Danish spellchecker. I am one
>> of the maintainers of Stavekontrolden.dk, the Danish hunspell spell
>> checker. I can take over, if you want me to.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: New extension to publish

2020-04-21 Thread Matthias Seidel
Anyone?!?

Am 18.04.20 um 11:29 schrieb Matthias Seidel:
> Yes, please!
> Can someone publish it? I still haven't got enough rights on
> extensions.o.o to do so...
>
> Regards,
>
>    Matthias
>
> Am 16.04.20 um 12:12 schrieb Bidouille:
>> Hello team,
>>
>> An admin could be publish my extension?
>> https://extensions.openoffice.org/en/project/import-csv-base
>>
>> Thanks
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: New extension to publish

2020-04-21 Thread Carl Marcum

Hi Matthias,

I believe I have admin rights on sf openoffice but not sf aoo-extensions 
or extensions.o.o.


I'd be willing to learn if I can get karma.

Thanks,
Carl

On 4/21/20 5:28 PM, Matthias Seidel wrote:

Anyone?!?

Am 18.04.20 um 11:29 schrieb Matthias Seidel:

Yes, please!
Can someone publish it? I still haven't got enough rights on
extensions.o.o to do so...

Regards,

    Matthias

Am 16.04.20 um 12:12 schrieb Bidouille:

Hello team,

An admin could be publish my extension?
https://extensions.openoffice.org/en/project/import-csv-base

Thanks

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: New extension to publish

2020-04-21 Thread Matthias Seidel
Hi Carl,

Thanks for the reply.

Am 22.04.20 um 00:43 schrieb Carl Marcum:
> Hi Matthias,
>
> I believe I have admin rights on sf openoffice but not sf
> aoo-extensions or extensions.o.o.
>
> I'd be willing to learn if I can get karma.

Andrea gave me "some" rights for extensions.o.o a while ago. But it is
still not enough to publish anything...

Hopefully we can solve the situation this time.

Regards,

   Matthias

>
> Thanks,
> Carl
>
> On 4/21/20 5:28 PM, Matthias Seidel wrote:
>> Anyone?!?
>>
>> Am 18.04.20 um 11:29 schrieb Matthias Seidel:
>>> Yes, please!
>>> Can someone publish it? I still haven't got enough rights on
>>> extensions.o.o to do so...
>>>
>>> Regards,
>>>
>>>     Matthias
>>>
>>> Am 16.04.20 um 12:12 schrieb Bidouille:
 Hello team,

 An admin could be publish my extension?
 https://extensions.openoffice.org/en/project/import-csv-base

 Thanks

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org


>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



smime.p7s
Description: S/MIME Cryptographic Signature