How do I file a request to get QScintilla packaged for debian testing?
There is the python3-pyqt5 package, but the qt6 version is missing.
Barry
There are already some QScintilla Qt6 packages. Is one of these the
one you are looking for?
https://packages.debian.org/search?keywords=qscintilla2-qt6
On Saturday, December 31, 2022 10:30:44 AM MST Barry Scott wrote:
How do I file a request to get QScintilla packaged for debian testing?
There is the python3-pyqt5 package, but the qt6 version is missing.
Barry
--
Soren Stoutner
[email protected]
On 31/12/2022 17:38, Soren Stoutner wrote:
That will be the C binding for Scintilla. Its a build dep of PyQt6.
There are already some QScintilla Qt6 packages. Is one of these the one you are looking for?
https://packages.debian.org/search?keywords=qscintilla2-qt6
I need the python3 version. Only the old PyQt5 version is available.
And I've ported all my code to PyQt6.
If the maintainer is stuck I know enough about building PyQt6 to be helpful.
I had to build it in Copr for my use on Fedora. FYI Copr is the service that allows
users to build repos of code that not build as part of the official Fedora >releases.
Here are my repos for example https://copr.fedorainfracloud.org/coprs/barryascott/
Barry
On Saturday, December 31, 2022 10:30:44 AM MST Barry Scott wrote:
How do I file a request to get QScintilla packaged for debian testing?
There is the python3-pyqt5 package, but the qt6 version is missing.
Barry
--
Soren Stoutner
[email protected]
https://tracker.debian.org/pkg/qscintilla2</a><br><br><br><div class="gmail_quote">On December 31, 2022 3:14:43 PM MST, Barry Scott <[email protected]> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1pxsolid rgb(204, 204, 204); padding-left: 1ex;">
On 31 Dec 2022, at 22:32, Soren Stoutner <[email protected]> wrote:
Is this the package you are looking for?
https://packages.debian.org/search?keywords=python3-pyqt6.qsci
Yes that is what i am after. Debian testing does not have it available.
This is where i need help understanding what i do to get that deb.
It says thats its available for sid? But testing is bookworm.
Does the dev need to push a build for bookwork?
Barry
https://tracker.debian.org/pkg/qscintilla2
On December 31, 2022 3:14:43 PM MST, Barry Scott <[email protected]> wrote:
On 31/12/2022 17:38, Soren Stoutner wrote:
There are already some QScintilla Qt6 packages. Is one of these the one you are looking for?
https://packages.debian.org/search?keywords=qscintilla2-qt6
That will be the C binding for Scintilla. Its a build dep of PyQt6.
I need the python3 version. Only the old PyQt5 version is available.
And I've ported all my code to PyQt6.
If the maintainer is stuck I know enough about building PyQt6 to be helpful.
I had to build it in Copr for my use on Fedora. FYI Copr is the service that allows
users to build repos of code that not build as part of the official Fedora releases.
Here are my repos for example https://copr.fedorainfracloud.org/coprs/barryascott/
Barry
On Saturday, December 31, 2022 10:30:44 AM MST Barry Scott wrote:
How do I file a request to get QScintilla packaged for debian testing?
There is the python3-pyqt5 package, but the qt6 version is missing.
Barry
--
Soren Stoutner
[email protected] <mailto:[email protected]>
--
Soren Stoutner
[email protected]
This is where i need help understanding what i do to get that deb.
On 12/31/22 23:39, Barry wrote:
This is where i need help understanding what i do to get that deb.
Wait for it to migrate to testing. Keep an eye on the excuses:
https://tracker.debian.org/pkg/qscintilla2
Or install it from unstable in the meantime.
Testing migration is complicated by the ongoing qt6baseabi-6.4.2
transition. pyqt6 is not rebuilt for that yet: https://release.debian.org/transitions/html/qt6baseabi-6.4.2.html
Kind Regards,
Bas
On 1 Jan 2023, at 19:39, Mechtilde <[email protected]> wrote:I have decades of development experience, but debian is new to me and I do not know its ways.
Hello Barry,
Am 01.01.23 um 19:42 schrieb Barry Scott:
On 31/12/2022 22:49, Sebastiaan Couwenberg wrote:What is the sources.list line I would need to install from unstable?
On 12/31/22 23:39, Barry wrote:
This is where i need help understanding what i do to get that deb.
Wait for it to migrate to testing. Keep an eye on the excuses:
https://tracker.debian.org/pkg/qscintilla2
Or install it from unstable in the meantime.
If you don't know it, you don't want to do it in a stable environment.
It is better to set up a virtuell maschine and install there a Debian unstable system.I am running debian 11, debian testing abd unbuntu 22.10 as VMs under Fedora 37 in virt managed.
Or use a buildsystem which use a chroot or something else.
Testing migration is complicated by the ongoing qt6baseabi-6.4.2 transition. pyqt6 is not rebuilt for that yet:Understood - I guess that means that I'll end up pulling in 6.4.2 packages as well from unstable.
https://release.debian.org/transitions/html/qt6baseabi-6.4.2.html
Barry
Kind Regards,
Bas
Kind regards
--
Mechtilde Stehmann
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F
I need to install pyqt qsci to test the built code anyway so…
What is the stanza to get to these debs please?
Barry
On Mon, Jan 02, 2023 at 07:50:53AM +0000, Barry wrote:
I need to install pyqt qsci to test the built code anyway so…
What is the stanza to get to these debs please?
deb http://deb.debian.org/debian/ sid main contrib non-free
deb-src http://deb.debian.org/debian/ sid main contrib non-free
So essentially these two lines where sid replaces the distribution name bookworm
Hope this helps,
Andy Cater
Barry
Edit /etc/apt/sources.list to have the following contents:
deb http://deb.debian.org/debian/ testing main contrib non-free
deb-src http://deb.debian.org/debian/ testing main contrib non-free
deb http://deb.debian.org/debian/ unstable main contrib non-free
Then run the apt commands mentioned previously to install the packages you want from unstable. Newer packages will always be prioritized over older packages, so it is fine having both testing and unstable listed as repositoriesI notices that repos can have multiple version of the same package.
at the same time.
Then edit the contents of /etc/apt/sources.list to be the following:
deb http://deb.debian.org/debian/ testing main contrib non-free
deb-src http://deb.debian.org/debian/ testing main contrib non-free
#deb http://deb.debian.org/debian/ unstable main contrib non-free
The commented out line removes the unstable repository, but makes it easy to add back in whenever you need it.
Soren
On Monday, January 2, 2023 2:36:59 AM MST Andrew M.A. Cater wrote:
On Mon, Jan 02, 2023 at 07:50:53AM +0000, Barry wrote:
I need to install pyqt qsci to test the built code anyway so…deb http://deb.debian.org/debian/ sid main contrib non-free
What is the stanza to get to these debs please?
deb-src http://deb.debian.org/debian/ sid main contrib non-free
So essentially these two lines where sid replaces the distribution name
bookworm
Hope this helps,
Andy Cater
Barry
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 07:07:27 |
| Calls: | 12,100 |
| Calls today: | 8 |
| Files: | 15,003 |
| Messages: | 6,517,927 |
| Posted today: | 1 |