Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Nyall Dawson via QGIS-Developer
On Wed, 15 Mar 2023 at 18:45, Julien Cabieces via QGIS-PSC
 wrote:
>
>
> Hi,
>
> Thank you for the meeting minutes!
>
> I'm already planning to continue the effort in
> porting/fixing code for Qt6 in the next months using Oslandia own
> funding, so I'm candidate to join the working group.
>
> > ND: major missing bit: python support. Bulk of the tests are thus not 
> > running
> > Packaging issues - Sandro Mani looking into python stuff for fedora
> > (QVariant issues)
>
> Is there a reason why we are switching from ubuntu for Qt5 builds to
> fedora for Qt6 builds ? Because there is already PyQt6 packages in 
> ubuntu:22.10.

Initially Fedora was the *only* platform offering qt6 binaries, so all
the CI setup was done using that. But now that Ubuntu/etc have caught
up I still think it's a good idea to leave the CI with Fedora so that
we get a better spread of testing environments. (Fedora generally has
much more recent gdal/geos/proj/etc so by running CI on this
environment we're more likely to catch issues/test differences across
a wider range of library versions)

Nyall


>
> Regards,
> Julien
>
>
>
> > Hi,
> >
> > Here is some feedback about the QGIS QT6 status meeting we had yesterday.
> >
> > First I'd like to thank all the attendees, it was great to see the
> > excitement and the interest in moving forward with this project.
> >
> > If I may summarize the outcome, we decided that the best way to move
> > forward is to create a working group with all the interested
> > developers and allocate a budget (20K is the proposed budget) in order
> > to find a solution to the main blockers, it is very hard to estimate
> > the effort in advance but we thought that with that budget we will be
> > able to move forward.
> >
> > Any QGIS core developer with experience in the main areas involved and
> > willing to dedicate some time to this effort is eligible and warmly
> > invited to participate in the working group.
> >
> > Here is the link to the minutes:
> >
> > https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
> >
> > This proposal will be discussed at the next PSC meeting.
>
>
> --
>
> Julien Cabieces
> Senior Developer at Oslandia
> julien.cabie...@oslandia.com
> 09.72.52.52.76
> ___
> QGIS-PSC mailing list
> qgis-...@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-psc
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread WhereGroup

And that is completely irrelevant here I think, sorry.

I use Archlinux btw! ;)

Cheers, Hannes

Am 15.03.23 um 15:26 schrieb Johannes Kröger (WhereGroup) via 
QGIS-Developer:

Archlinux as well:

https://archlinux.org/packages/extra/x86_64/sip/
https://archlinux.org/packages/extra/x86_64/qt6-base/

Cheers, Hannes

Am 15.03.23 um 09:56 schrieb Sebastiaan Couwenberg via QGIS-Developer:

I'll leave the answer to your question to others, IIRC at the time
fedora was the only distro packaging pyQt6 and SIP.


Debian has PyQT6 too:

 https://tracker.debian.org/pkg/pyqt6

Kind Regards,

Bas


--
Johannes Kröger / GIS-Entwickler/-Berater

**
FOSSGIS Konferenz
15.-18. März 2023 in Berlin
https://fossgis-konferenz.de/2023/

WhereGroup-Beiträge auf der FOSSGIS
https://wheregroup.com/unternehmen/aktuelles/
**

WhereGroup GmbH
c/o KK03 GmbH
Lange Reihe 29
20099 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Alessandro Pasotti via QGIS-Developer
On Wed, Mar 15, 2023 at 4:38 PM Andreas Neumann  wrote:
>
> Hi Ale and colleagues,
>
> Thank you all for your efforts to make QGIS qt6 build a reality - and work on 
> overcoming the blockers.
>
> Perhaps we can speed up the PSC decision and give this a go through our 
> approval on the QGIS PSC mailing list, rather than having to wait for the 
> next meeting in 3 weeks.
>
> Budget wise we can cover the approximate estimated expenses of 20k €. The 
> funding drive had good results - more sustaining members on the upper levels 
> (large and platinum) are in the pipeline.
>
> From me it is a +1.

Agreed, of course +1 from me too.



>
> Andreas
>
> On Wed, 15 Mar 2023 at 09:52, Alessandro Pasotti via QGIS-PSC 
>  wrote:
>>
>> Hi Michel,
>>
>> thank you and welcome!
>>
>> The next step is to get this plan approved by the PSC (with the
>> associated budget), the next PSC meeting is in about three weeks.
>>
>> If the plan is approved I'll set up monthly meetings to coordinate the 
>> efforts.
>>
>> Kind regards.
>>
>>
>> On Wed, Mar 15, 2023 at 9:49 AM Nzikou, Michel
>>  wrote:
>> >
>> > I am okay to land sometime if there are any parts I can contribute too.
>> > FYI been working with Qgis about 7 Months. Thanks
>> >
>> > On Wednesday, March 15, 2023, Julien Cabieces via QGIS-Developer 
>> >  wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> Thank you for the meeting minutes!
>> >>
>> >> I'm already planning to continue the effort in
>> >> porting/fixing code for Qt6 in the next months using Oslandia own
>> >> funding, so I'm candidate to join the working group.
>> >>
>> >> > ND: major missing bit: python support. Bulk of the tests are thus not 
>> >> > running
>> >> > Packaging issues - Sandro Mani looking into python stuff for fedora
>> >> > (QVariant issues)
>> >>
>> >> Is there a reason why we are switching from ubuntu for Qt5 builds to
>> >> fedora for Qt6 builds ? Because there is already PyQt6 packages in 
>> >> ubuntu:22.10.
>> >>
>> >> Regards,
>> >> Julien
>> >>
>> >>
>> >>
>> >> > Hi,
>> >> >
>> >> > Here is some feedback about the QGIS QT6 status meeting we had 
>> >> > yesterday.
>> >> >
>> >> > First I'd like to thank all the attendees, it was great to see the
>> >> > excitement and the interest in moving forward with this project.
>> >> >
>> >> > If I may summarize the outcome, we decided that the best way to move
>> >> > forward is to create a working group with all the interested
>> >> > developers and allocate a budget (20K is the proposed budget) in order
>> >> > to find a solution to the main blockers, it is very hard to estimate
>> >> > the effort in advance but we thought that with that budget we will be
>> >> > able to move forward.
>> >> >
>> >> > Any QGIS core developer with experience in the main areas involved and
>> >> > willing to dedicate some time to this effort is eligible and warmly
>> >> > invited to participate in the working group.
>> >> >
>> >> > Here is the link to the minutes:
>> >> >
>> >> > https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
>> >> >
>> >> > This proposal will be discussed at the next PSC meeting.
>> >>
>> >>
>> >> --
>> >>
>> >> Julien Cabieces
>> >> Senior Developer at Oslandia
>> >> julien.cabie...@oslandia.com
>> >> 09.72.52.52.76
>> >> ___
>> >> QGIS-Developer mailing list
>> >> QGIS-Developer@lists.osgeo.org
>> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> >
>> >
>> >
>> > --
>> > Michel Nzikou, Ph.D.
>> > ASEG WA - President
>> > -
>> >
>>
>>
>> --
>> Alessandro Pasotti
>> QCooperative:  www.qcooperative.net
>> ItOpen:   www.itopen.it
>> ___
>> QGIS-PSC mailing list
>> qgis-...@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/qgis-psc
>
>
>
> --
>
> --
> Andreas Neumann
> QGIS.ORG board member (treasurer)



-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Andreas Neumann via QGIS-Developer
Hi Ale and colleagues,

Thank you all for your efforts to make QGIS qt6 build a reality - and work
on overcoming the blockers.

Perhaps we can speed up the PSC decision and give this a go through our
approval on the QGIS PSC mailing list, rather than having to wait for the
next meeting in 3 weeks.

Budget wise we can cover the approximate estimated expenses of 20k €. The
funding drive had good results - more sustaining members on the upper
levels (large and platinum) are in the pipeline.

>From me it is a +1.

Andreas

On Wed, 15 Mar 2023 at 09:52, Alessandro Pasotti via QGIS-PSC <
qgis-...@lists.osgeo.org> wrote:

> Hi Michel,
>
> thank you and welcome!
>
> The next step is to get this plan approved by the PSC (with the
> associated budget), the next PSC meeting is in about three weeks.
>
> If the plan is approved I'll set up monthly meetings to coordinate the
> efforts.
>
> Kind regards.
>
>
> On Wed, Mar 15, 2023 at 9:49 AM Nzikou, Michel
>  wrote:
> >
> > I am okay to land sometime if there are any parts I can contribute too.
> > FYI been working with Qgis about 7 Months. Thanks
> >
> > On Wednesday, March 15, 2023, Julien Cabieces via QGIS-Developer <
> qgis-developer@lists.osgeo.org> wrote:
> >>
> >>
> >> Hi,
> >>
> >> Thank you for the meeting minutes!
> >>
> >> I'm already planning to continue the effort in
> >> porting/fixing code for Qt6 in the next months using Oslandia own
> >> funding, so I'm candidate to join the working group.
> >>
> >> > ND: major missing bit: python support. Bulk of the tests are thus not
> running
> >> > Packaging issues - Sandro Mani looking into python stuff for fedora
> >> > (QVariant issues)
> >>
> >> Is there a reason why we are switching from ubuntu for Qt5 builds to
> >> fedora for Qt6 builds ? Because there is already PyQt6 packages in
> ubuntu:22.10.
> >>
> >> Regards,
> >> Julien
> >>
> >>
> >>
> >> > Hi,
> >> >
> >> > Here is some feedback about the QGIS QT6 status meeting we had
> yesterday.
> >> >
> >> > First I'd like to thank all the attendees, it was great to see the
> >> > excitement and the interest in moving forward with this project.
> >> >
> >> > If I may summarize the outcome, we decided that the best way to move
> >> > forward is to create a working group with all the interested
> >> > developers and allocate a budget (20K is the proposed budget) in order
> >> > to find a solution to the main blockers, it is very hard to estimate
> >> > the effort in advance but we thought that with that budget we will be
> >> > able to move forward.
> >> >
> >> > Any QGIS core developer with experience in the main areas involved and
> >> > willing to dedicate some time to this effort is eligible and warmly
> >> > invited to participate in the working group.
> >> >
> >> > Here is the link to the minutes:
> >> >
> >> >
> https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
> >> >
> >> > This proposal will be discussed at the next PSC meeting.
> >>
> >>
> >> --
> >>
> >> Julien Cabieces
> >> Senior Developer at Oslandia
> >> julien.cabie...@oslandia.com
> >> 09.72.52.52.76
> >> ___
> >> QGIS-Developer mailing list
> >> QGIS-Developer@lists.osgeo.org
> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> >
> >
> > --
> > Michel Nzikou, Ph.D.
> > ASEG WA - President
> > -
> >
>
>
> --
> Alessandro Pasotti
> QCooperative:  www.qcooperative.net
> ItOpen:   www.itopen.it
> ___
> QGIS-PSC mailing list
> qgis-...@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-psc
>


-- 

--
Andreas Neumann
QGIS.ORG board member (treasurer)
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread WhereGroup

Archlinux as well:

https://archlinux.org/packages/extra/x86_64/sip/
https://archlinux.org/packages/extra/x86_64/qt6-base/

Cheers, Hannes

Am 15.03.23 um 09:56 schrieb Sebastiaan Couwenberg via QGIS-Developer:

I'll leave the answer to your question to others, IIRC at the time
fedora was the only distro packaging pyQt6 and SIP.


Debian has PyQT6 too:

 https://tracker.debian.org/pkg/pyqt6

Kind Regards,

Bas


--
Johannes Kröger / GIS-Entwickler/-Berater

**
FOSSGIS Konferenz
15.-18. März 2023 in Berlin
https://fossgis-konferenz.de/2023/

WhereGroup-Beiträge auf der FOSSGIS
https://wheregroup.com/unternehmen/aktuelles/
**

WhereGroup GmbH
c/o KK03 GmbH
Lange Reihe 29
20099 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Sebastiaan Couwenberg via QGIS-Developer

I'll leave the answer to your question to others, IIRC at the time
fedora was the only distro packaging pyQt6 and SIP.


Debian has PyQT6 too:

 https://tracker.debian.org/pkg/pyqt6

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Alessandro Pasotti via QGIS-Developer
Hi Julien,

that's great news and you are welcome!

I'll leave the answer to your question to others, IIRC at the time
fedora was the only distro packaging pyQt6 and SIP.

Sandro Mani certainly knows more about this topic.




On Wed, Mar 15, 2023 at 9:45 AM Julien Cabieces
 wrote:
>
>
> Hi,
>
> Thank you for the meeting minutes!
>
> I'm already planning to continue the effort in
> porting/fixing code for Qt6 in the next months using Oslandia own
> funding, so I'm candidate to join the working group.
>
> > ND: major missing bit: python support. Bulk of the tests are thus not 
> > running
> > Packaging issues - Sandro Mani looking into python stuff for fedora
> > (QVariant issues)
>
> Is there a reason why we are switching from ubuntu for Qt5 builds to
> fedora for Qt6 builds ? Because there is already PyQt6 packages in 
> ubuntu:22.10.
>
> Regards,
> Julien
>
>
>
> > Hi,
> >
> > Here is some feedback about the QGIS QT6 status meeting we had yesterday.
> >
> > First I'd like to thank all the attendees, it was great to see the
> > excitement and the interest in moving forward with this project.
> >
> > If I may summarize the outcome, we decided that the best way to move
> > forward is to create a working group with all the interested
> > developers and allocate a budget (20K is the proposed budget) in order
> > to find a solution to the main blockers, it is very hard to estimate
> > the effort in advance but we thought that with that budget we will be
> > able to move forward.
> >
> > Any QGIS core developer with experience in the main areas involved and
> > willing to dedicate some time to this effort is eligible and warmly
> > invited to participate in the working group.
> >
> > Here is the link to the minutes:
> >
> > https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
> >
> > This proposal will be discussed at the next PSC meeting.
>
>
> --
>
> Julien Cabieces
> Senior Developer at Oslandia
> julien.cabie...@oslandia.com
> 09.72.52.52.76



--
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS QT6 meeting minutes

2023-03-15 Thread Alessandro Pasotti via QGIS-Developer
Hi Michel,

thank you and welcome!

The next step is to get this plan approved by the PSC (with the
associated budget), the next PSC meeting is in about three weeks.

If the plan is approved I'll set up monthly meetings to coordinate the efforts.

Kind regards.


On Wed, Mar 15, 2023 at 9:49 AM Nzikou, Michel
 wrote:
>
> I am okay to land sometime if there are any parts I can contribute too.
> FYI been working with Qgis about 7 Months. Thanks
>
> On Wednesday, March 15, 2023, Julien Cabieces via QGIS-Developer 
>  wrote:
>>
>>
>> Hi,
>>
>> Thank you for the meeting minutes!
>>
>> I'm already planning to continue the effort in
>> porting/fixing code for Qt6 in the next months using Oslandia own
>> funding, so I'm candidate to join the working group.
>>
>> > ND: major missing bit: python support. Bulk of the tests are thus not 
>> > running
>> > Packaging issues - Sandro Mani looking into python stuff for fedora
>> > (QVariant issues)
>>
>> Is there a reason why we are switching from ubuntu for Qt5 builds to
>> fedora for Qt6 builds ? Because there is already PyQt6 packages in 
>> ubuntu:22.10.
>>
>> Regards,
>> Julien
>>
>>
>>
>> > Hi,
>> >
>> > Here is some feedback about the QGIS QT6 status meeting we had yesterday.
>> >
>> > First I'd like to thank all the attendees, it was great to see the
>> > excitement and the interest in moving forward with this project.
>> >
>> > If I may summarize the outcome, we decided that the best way to move
>> > forward is to create a working group with all the interested
>> > developers and allocate a budget (20K is the proposed budget) in order
>> > to find a solution to the main blockers, it is very hard to estimate
>> > the effort in advance but we thought that with that budget we will be
>> > able to move forward.
>> >
>> > Any QGIS core developer with experience in the main areas involved and
>> > willing to dedicate some time to this effort is eligible and warmly
>> > invited to participate in the working group.
>> >
>> > Here is the link to the minutes:
>> >
>> > https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
>> >
>> > This proposal will be discussed at the next PSC meeting.
>>
>>
>> --
>>
>> Julien Cabieces
>> Senior Developer at Oslandia
>> julien.cabie...@oslandia.com
>> 09.72.52.52.76
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> --
> Michel Nzikou, Ph.D.
> ASEG WA - President
> -
>


-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] QGIS QT6 meeting minutes

2023-03-15 Thread Nzikou, Michel via QGIS-Developer
I am okay to land sometime if there are any parts I can contribute too.
FYI been working with Qgis about 7 Months. Thanks

On Wednesday, March 15, 2023, Julien Cabieces via QGIS-Developer <
qgis-developer@lists.osgeo.org> wrote:

>
> Hi,
>
> Thank you for the meeting minutes!
>
> I'm already planning to continue the effort in
> porting/fixing code for Qt6 in the next months using Oslandia own
> funding, so I'm candidate to join the working group.
>
> > ND: major missing bit: python support. Bulk of the tests are thus not
> running
> > Packaging issues - Sandro Mani looking into python stuff for fedora
> > (QVariant issues)
>
> Is there a reason why we are switching from ubuntu for Qt5 builds to
> fedora for Qt6 builds ? Because there is already PyQt6 packages in
> ubuntu:22.10.
>
> Regards,
> Julien
>
>
>
> > Hi,
> >
> > Here is some feedback about the QGIS QT6 status meeting we had yesterday.
> >
> > First I'd like to thank all the attendees, it was great to see the
> > excitement and the interest in moving forward with this project.
> >
> > If I may summarize the outcome, we decided that the best way to move
> > forward is to create a working group with all the interested
> > developers and allocate a budget (20K is the proposed budget) in order
> > to find a solution to the main blockers, it is very hard to estimate
> > the effort in advance but we thought that with that budget we will be
> > able to move forward.
> >
> > Any QGIS core developer with experience in the main areas involved and
> > willing to dedicate some time to this effort is eligible and warmly
> > invited to participate in the working group.
> >
> > Here is the link to the minutes:
> >
> > https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2g
> sQn-jB6mSqXcvU/
> >
> > This proposal will be discussed at the next PSC meeting.
>
>
> --
>
> Julien Cabieces
> Senior Developer at Oslandia
> julien.cabie...@oslandia.com
> 09.72.52.52.76
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>


-- 
*Michel Nzikou, Ph.D.*
ASEG WA - President
*-*
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] [Qgis-psc] QGIS QT6 meeting minutes

2023-03-15 Thread Julien Cabieces via QGIS-Developer


Hi,

Thank you for the meeting minutes!

I'm already planning to continue the effort in
porting/fixing code for Qt6 in the next months using Oslandia own
funding, so I'm candidate to join the working group.

> ND: major missing bit: python support. Bulk of the tests are thus not running
> Packaging issues - Sandro Mani looking into python stuff for fedora
> (QVariant issues)

Is there a reason why we are switching from ubuntu for Qt5 builds to
fedora for Qt6 builds ? Because there is already PyQt6 packages in ubuntu:22.10.

Regards,
Julien



> Hi,
>
> Here is some feedback about the QGIS QT6 status meeting we had yesterday.
>
> First I'd like to thank all the attendees, it was great to see the
> excitement and the interest in moving forward with this project.
>
> If I may summarize the outcome, we decided that the best way to move
> forward is to create a working group with all the interested
> developers and allocate a budget (20K is the proposed budget) in order
> to find a solution to the main blockers, it is very hard to estimate
> the effort in advance but we thought that with that budget we will be
> able to move forward.
>
> Any QGIS core developer with experience in the main areas involved and
> willing to dedicate some time to this effort is eligible and warmly
> invited to participate in the working group.
>
> Here is the link to the minutes:
>
> https://docs.google.com/document/d/1Un4Jyz9PO8t2vmEBkUKa187SytM2gsQn-jB6mSqXcvU/
>
> This proposal will be discussed at the next PSC meeting.


-- 

Julien Cabieces
Senior Developer at Oslandia
julien.cabie...@oslandia.com
09.72.52.52.76
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer