Re: [Slackbuilds-users] Questions with packaging a rust program.

2024-07-11 Thread fourtysixandtwo
On Thu, Jul 11, 2024 at 2:02 PM Charadon via SlackBuilds-users wrote: > > Well i'm glad to know my idea for using a vendored tarball was already > used in practice! Though, my vendor tarball won't have as prestigious of > a mirror as slackware.uk, haha I like that vendoring saves a lot of time

Re: [Slackbuilds-users] Questions with packaging a rust program.

2024-07-11 Thread fourtysixandtwo
Hi Charadon, I have been doing that for a little while now with some python/rust builds and filtering for a limited selection of linux rust targets to keep the size down. You'll want to install the "cargo-vendor-filterer" slackbuild first. Then have a look at my "python3-maturin" slackbuild. I

Re: [Slackbuilds-users] Call for Help

2024-04-28 Thread fourtysixandtwo
On Sun, Apr 28, 2024 at 2:25 PM KB_SBo wrote: > Using python3-meson-opt works here. Although unshare said "file not > found", no matter, I just turned off networking for the VM. This also > means device-tree-compiler is another hard dependency to provide libftd > otherwise a bunch of emulators

Re: [Slackbuilds-users] Call for Help

2024-04-27 Thread fourtysixandtwo
Can build offline with the python3-meson-opt added as a dep and PYTHONPATH added to the slackbuild. Doing a build test(about 1/3 done) right now with "unshare -n BRIDGE_HELPER_SETUID=yes SLIRP=yes sh ./qemu.SlackBuild" diff --git a/system/qemu/qemu.SlackBuild b/system/qemu/qemu.SlackBuild index

Re: [Slackbuilds-users] sbotools config issues

2024-03-10 Thread fourtysixandtwo
... but same problem. FWIW sbotools is 2.7. >> >> So tried it with sbopkg, selected the -current git repo and it seems to have >> worked. Good enough for me, though I would still like to know what went >> wrong with sbotools. >> >> Is sbopkg more actively maintained tha

Re: [Slackbuilds-users] sbotools config issues

2024-03-10 Thread fourtysixandtwo
Both work fine pointed at ponce's repo for -current. sbotools by default does point to ponce's repo, but maybe try pointing at it explicitly. sboconfig -r https://github.com/Ponce/slackbuilds.git sbocheck Cheers On Sun, Mar 10, 2024 at 4:35 PM J. Milgram wrote: > > > ... or maybe I just need

[Slackbuilds-users] SQLAlchemy 2.0.x upgrade

2024-03-09 Thread fourtysixandtwo
Hi all, I've submitted a PR. Here's the patch. https://github.com/SlackBuildsOrg/slackbuilds/commit/d3cd6e0ecfeff64ecc315ca92a2e940eeccc9fa2.diff Any further testing and questions or concerns would be appreciated. Here's a list of the builds that have issues with the upgrade: - sickchill

Re: [Slackbuilds-users] Packages up for grabs

2023-12-23 Thread fourtysixandtwo
FYI newer meson is available with python3-meson-opt so that isn't a limitation. Just follow the instructions in the README. There are a couple other *-opt builds available, see below, and I'm currently prepping the latest setuptools and setuptools_scm(not quite latest) versions: # sbopkg -g

Re: [Slackbuilds-users] python3-django 4.2.8 missing dependency

2023-12-10 Thread fourtysixandtwo
Willy, I just checked and it is asgiref that is missing the dep. On Sun, Dec 10, 2023, 8:02 a.m. Willy Sudiarto Raharjo < will...@slackbuilds.org> wrote: > > 1. I tried to build django 4.2.8 and 5.0, builds fine but doesn't launch > > as typing-extensions seems to be missing. > > I'm getting

Re: [Slackbuilds-users] Updates - 20231202.1

2023-12-04 Thread fourtysixandtwo
ation. > > I'll look at how meson evaluates the dependencies as far the time > permits and try to find out what's happening. > > Many thanks, > Luiz > > > On Sun, Dec 03, 2023 at 04:34:37PM -0700, fourtysixandtwo wrote: > > Luiz, > > > > When was

Re: [Slackbuilds-users] Updates - 20231202.1

2023-12-03 Thread fourtysixandtwo
Luiz, When was the last time you patched your system? Cython was upgraded to 0.29.36 in September. Cheers On Sun, Dec 3, 2023 at 4:14 PM Luiz Carlos Ramos via SlackBuilds-users wrote: > > Hello, > > I got an error here with python3-numpy. It gives me this: > > * Getting build dependencies

Re: [Slackbuilds-users] Updates - 20231202.1

2023-12-03 Thread fourtysixandtwo
.py 57.5.0 On Sun, Dec 3, 2023 at 9:29 AM fourtysixandtwo wrote: > > They all build fine here on my 15.0 vm. > > On Sun, Dec 3, 2023 at 9:22 AM mickski56 wrote: > > > > > Do you have a specific problem you are encountering that leads you to > > > that question?

Re: [Slackbuilds-users] Updates - 20231202.1

2023-12-03 Thread fourtysixandtwo
They all build fine here on my 15.0 vm. On Sun, Dec 3, 2023 at 9:22 AM mickski56 wrote: > > > Do you have a specific problem you are encountering that leads you to > > that question? > > > > Yes all of the named slackbuilds fail without adding the PYTHONPATH. > The failures all say setuptools is

Re: [Slackbuilds-users] Updates - 20231202.1

2023-12-03 Thread fourtysixandtwo
Do you have a specific problem you are encountering that leads you to that question? The quick answer without knowing more information: Of those listed only python3-mesonpy requires the PYTHONPATH line and has it to use the newer meson installed by python3-meson-opt. Any other slackbuilds that

Re: [Slackbuilds-users] Updates - 20231014.1

2023-10-16 Thread fourtysixandtwo
On Mon, Oct 16, 2023 at 7:25 AM Erich Ritz via SlackBuilds-users wrote: > > I also use OpenBLAS as much as possible for all builds requiring BLAS/LAPACK: > > Erich Forgot to mention it, but lapack should be removed as a dep from python3-scipy too. All this begs the question, would it be

Re: [Slackbuilds-users] Updates - 20231014.1

2023-10-15 Thread fourtysixandtwo
2023, 9:38 AM fourtysixandtwo > wrote: > >> Tried it on my build vm and saw the same thing. python3-mesonpy is also >> missing as a dep. >> >> I was able to build scipy without openBLAS by adding cblas as a dep and >> making the following change to the slackb

Re: [Slackbuilds-users] Updates - 20231014.1

2023-10-15 Thread fourtysixandtwo
Tried it on my build vm and saw the same thing. python3-mesonpy is also missing as a dep. I was able to build scipy without openBLAS by adding cblas as a dep and making the following change to the slackbuild. (Everything needs to be rebuilt without openBLAS): -python3 -m build --wheel

[Slackbuilds-users] Added python3-meson-opt

2023-10-04 Thread fourtysixandtwo
to the meson backend making use of all cores. Here's all 5 slackbuilds and the build queue for python3-pandas. Please test. https://slackware.uk/~fourtysixandtwo/src/python3-meson-opt-test.tar.gz FYI Jeremy, when you get a chance to look at it let me know if you're ok with the newer versions of meson

Re: [Slackbuilds-users] *.rej files creeping in to git commits

2023-10-04 Thread fourtysixandtwo
I've also fixed the problem (for a second time) at my end. (I was hoping no one would notice :) On Mon, Oct 2, 2023 at 12:12 PM B. Watson wrote: > > > On Mon, 2 Oct 2023, Erich Ritz wrote: > > > 1) Add a check to sbolint (this is why I've included B. Watson in the > email). > > Easily done. >

Re: [Slackbuilds-users] Intent for python SlackBuilds with SLKCFLAGS and LIBDIRSUFFIX

2023-09-21 Thread fourtysixandtwo
> It would be easier when we do this thing during development cycle, not > during normal cycle like today. We can write anything into the git > during development cycle It will be indeed...instead of just getting involved at the end of the FTBFS stage.

Re: [Slackbuilds-users] Intent for python SlackBuilds with SLKCFLAGS and LIBDIRSUFFIX

2023-09-20 Thread fourtysixandtwo
I stick to the template as much as possible and think it's best just to leave them there. They are just NOTE's and can be ignored as such, or at least I do. It's more work to add or remove them and I like the consistency. I diff my builds against the template as another check (one without the

[Slackbuilds-users] Brent Earl's slackbuilds

2023-09-17 Thread fourtysixandtwo
/python2-clamd python/python2-esmre python/python2-pdfminer python/python2-tblib python/python2-vulndb python/stopit system/autojump -- Forwarded message - From: Brent Earl Date: Sun, Sep 17, 2023 at 4:59 PM Subject: Re: passlib slackbuild To: fourtysixandtwo Hello, That would

Re: [Slackbuilds-users] Edit suggested of intel-microcode.SlackBuild

2023-09-06 Thread fourtysixandtwo
I second Didier's suggestion. Here's a snippet from the grub docs, the default images it looks for are at the bottom: 'GRUB_EARLY_INITRD_LINUX_CUSTOM' 'GRUB_EARLY_INITRD_LINUX_STOCK' List of space-separated early initrd images to be loaded from '/boot'. This is for loading things

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread fourtysixandtwo
Hi Cristiano, It did fail if lua was also installed. Adding the following works though. +# set lua version to use otherwise it will use an older version \ +# if more than one installed +sed -i 's/^find_package(Lua/find_package(Lua 5.3/' CMakeLists.txt + mkdir -p build cd build Cheers On Sun,

Re: [Slackbuilds-users] Building xournalpp v1.2.0

2023-07-30 Thread fourtysixandtwo
If you update the REQs to use the lua53 slackbuild instead, xournalpp v1.2.0 builds fine here. Cheers On Sun, Jul 30, 2023 at 4:05 AM Cristiano Urban wrote: > Hi, > it seems that the new version of xournalpp doesn't build because it > requires lua v5.3. > > Since lua is required by other

Re: [Slackbuilds-users] Solaar gui fails to run

2023-06-19 Thread fourtysixandtwo
Doing a bit of digging I see Willy reported a similar issue back in Nov. Maybe he can chime in? But it seems to have fixed itself. https://github.com/giampaolo/psutil/issues/2181 The author talks about it possibly finding "_psutil_posix.so" in the path, but it's only installed in the python2

Re: [Slackbuilds-users] [python3-setuptools] A Question about a SlackBuild.

2023-06-09 Thread fourtysixandtwo
On Fri, Jun 9, 2023 at 6:20 AM Arnaud via SlackBuilds-users < slackbuilds-users@slackbuilds.org> wrote: > > I like the idea of installing it in /opt > I would become a requirement of python3-dulwich, and the Slackbuild itself > would > set the right PYTHONPATH, while not altering the stock

Re: [Slackbuilds-users] [python3-setuptools] A Question about a SlackBuild.

2023-06-09 Thread fourtysixandtwo
Hi Yth, I have a slackbuild for setuptools, using the same version (65.1.1) and patch from current source that I've been thinking of uploading. I've tested it with a newer version as well, so I'm not set on using the one from current. I've attached the slackbuild if you want to give it a try.

Re: [Slackbuilds-users] Next week, I will no longer maintain and update SlackBuilds

2023-06-05 Thread fourtysixandtwo
Thanks for the work you've put in Isaac. At first glance I think anything I might have taken over is already spoken for. Cheers On Sun, Jun 4, 2023 at 5:34 PM isaac...@isaacyu1.com wrote: > Hi everyone, > > ​I now have 200+ SlackBuilds to maintain. > Given my part-time job and my

Re: [Slackbuilds-users] Updates - 20230520.1

2023-05-21 Thread fourtysixandtwo
Hi Daniil, That should already happen via python3-build. If you are using sbopkg, have you rebuilt the queues lately? Here's the queue I see: # cat /var/lib/sbopkg/queues/python3-editables.sqf python3-flit_core python3-installer python3-wheel python3-pyproject-hooks python3-build

[Slackbuilds-users] MD5SUM error python3-debugpy

2023-05-11 Thread fourtysixandtwo
python3-debugpy: MD5SUM check for debugpy-1.6.7.tar.gz ... FAILED! Expected: a5fa42316f03e2dd71339875643db9e9 Found:71f70f440a93c077ea878cee0cc8adba ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org

Re: [Slackbuilds-users] slackbuilds up for grabs

2023-05-07 Thread fourtysixandtwo
I'll take the following to rename/remove python2 unless someone else wants/uses them. python-iso3166 python-iso639 pyqt-distutils xlsx2csv cheers On Sun, May 7, 2023 at 2:34 PM Ozan Türkyılmaz wrote: > Hey All, > > I'll take thunar-custom-actions. > > Regards, > Ozan > >> >>

Re: [Slackbuilds-users] remove wheel slackbuild

2023-05-02 Thread fourtysixandtwo
slackbuilds. Cheers On Mon, May 1, 2023 at 4:43 AM Andrew Clemons wrote: > On 1/05/23 07:16, fourtysixandtwo wrote: > > Arnaud's tests backup my findings and why I didn't create a > > python2-wheel and suggest the removal of the old wheel slackbuild > > sooner rather than later.

Re: [Slackbuilds-users] remove wheel slackbuild

2023-04-30 Thread fourtysixandtwo
Arnaud's tests backup my findings and why I didn't create a python2-wheel and suggest the removal of the old wheel slackbuild sooner rather than later. It's just not needed and would only cause a conflict (/usr/bin/wheel) with python3-wheel. And we don't need more wxPython-like conflicts! The

[Slackbuilds-users] remove wheel slackbuild

2023-04-29 Thread fourtysixandtwo
With everything switched to python3-wheel, the wheel slackbuild can now be removed. Cheers ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives -

Re: [Slackbuilds-users] Updates - 20230128.1

2023-01-28 Thread fourtysixandtwo
It's been added again in Willy's branch for the next update. In the meantime, I've also attached the slackbuild. Cheers. On Fri, Jan 27, 2023 at 8:52 PM netrixtardis wrote: > python/python3-glances: Updated for version 3.3.1.1. > > > missing python3-ujson from tree as indicated from REQUIRED.

Re: [Slackbuilds-users] Wrong version number for pending python3-setuptools-scm

2023-01-16 Thread fourtysixandtwo
Hi Tonus, If you haven't noticed yet, the python3 version comes with 15.0 as python-setuptools_scm so no need to add it. Cheers P.S. Re: the recipe, you're welcome! On Sun, Jan 15, 2023 at 3:26 PM Tonus wrote: > Hi all, > > I wanted to warn that I let the last working python2 version number

Re: [Slackbuilds-users] Package a pip only module

2023-01-14 Thread fourtysixandtwo
Hi Tonus, You need to check the pyproject.toml build-system section to figure out which new method is needed. In this case you need to add 3 deps and the following lines instead of the setup.py one. #add to REQUIRES python3-build python3-installer wheel #to the slackbuild python3 -m build

Re: [Slackbuilds-users] Updates - 20221223.1

2022-12-23 Thread fourtysixandtwo
I suggest installing "hoorex" and using that. Works well if you remember to re-process the repo data (hoorex -f) after an update. Works in both directions and has a few other useful features. On Fri, Dec 23, 2022 at 2:56 PM Tonus wrote: > > Hi all, > > May I suggest something like : > for x in

Re: [Slackbuilds-users] SlackBuilds updates still not working

2022-12-18 Thread fourtysixandtwo
Thanks Willy, working here now too. Cheers! On Sat, Dec 17, 2022 at 7:02 PM Willy Sudiarto Raharjo wrote: > > > SlackBuilds updates are being reflected on git; however, they are not being > > reflected on the SlackBuilds.org website. > > Using slpkg, I still am not able to update SlackBuilds

Re: [Slackbuilds-users] Updates - 20221217.1

2022-12-17 Thread fourtysixandtwo
Dave, The tar.gz and asc files haven't been updated yet either, so the updates get overwritten. # ls -l /var/lib/sbopkg/SBo/15.0/development/SQLAlchemy* -rw-r--r-- 1 root root 2425 Nov 18 20:12 /var/lib/sbopkg/SBo/15.0/development/SQLAlchemy.tar.gz -rw-r--r-- 1 root root 195 Nov 18 20:13

Re: [Slackbuilds-users] Updates - 20221217.1

2022-12-17 Thread fourtysixandtwo
opy, which of course worked fine. And sbotools uses git as well. On Sat, Dec 17, 2022 at 4:09 AM marav wrote: > > Yes, > Thanks for the confirmation > > As we don't want to bother the mailing list, I actually talk directly with > Dimitris. > > > Le 17/12/2022 à 12:06, fo

Re: [Slackbuilds-users] Updates - 20221217.1

2022-12-17 Thread fourtysixandtwo
Hi marav, I see the same thing with slpkg. Works fine with sbopkg and sbotools. Added Dimitris to cc. Cheers. On Sat, Dec 17, 2022 at 3:31 AM marav wrote: > I'm a little confused > > On SBo, we have: > 15.0 > Development >

Re: [Slackbuilds-users] issues with some deps.

2022-12-11 Thread fourtysixandtwo
Hi Tim, Having a closer look and double checking the deps, you were correct about python3-hatchling. However, I can't agree on the other changes you suggest. I've noted the following discrepancies: -python3-hatch_fancy_pypi_readme and python3-hatch_vcs are build time deps only and neither

Re: [Slackbuilds-users] issues with some deps.

2022-12-11 Thread fourtysixandtwo
Thanks for catching that Tim. I'll get those fixes submitted later today. Cheers On Sun, Dec 11, 2022 at 7:32 AM Tim Dickson via SlackBuilds-users < slackbuilds-users@slackbuilds.org> wrote: > python3-jsonschema lists a couple of new deps > python3-hatch-fancy_pypi_readme and python3_hatch_vcs

[Slackbuilds-users] python3-jsonschema stuck in pending

2022-12-02 Thread fourtysixandtwo
Hi, I can't resubmit python3-jsonschema as it says the file still exists and still pending approval. Thanks in advance! ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users

Re: [Slackbuilds-users] BuildScripts up for grabs

2022-10-14 Thread fourtysixandtwo
To add to what Matteo said, anki had Markdown removed in May, but looks like it snuck back in by accident. Can remove pelican from that list too as it's been updated. Cheers On Fri, Oct 14, 2022 at 9:52 AM Matteo Bernardini < matteo.bernard...@gmail.com> wrote: > Il giorno ven 14 ott 2022

Re: [Slackbuilds-users] OT qmake not found

2022-09-23 Thread fourtysixandtwo
Hi Peter, I just tested on a 32bit 15.0 VM and am not seeing the same issue and qtmib starts normally as either a regular user or as root. Have you tried running it with a freshly created user to isolate whether it's your user level issue or a system level one? Cheers On Fri, Sep 23, 2022 at

[Slackbuilds-users] python2 builds that can possibly be removed?

2022-09-22 Thread fourtysixandtwo
Hi, The following python2 builds have no other dependencies and python3-* versions have been uploaded in their place. I believe they can be removed. APScheduler zxcvbn-python rpyc plumbum PyRSS2Gen pynzb rebulk babelfish guessit zc.lockfile jaraco.classes tempora portend cheroot CherryPy

Re: [Slackbuilds-users] gaupol slackbuild up for grab

2022-09-22 Thread fourtysixandtwo
I can take over as maintainer. I just finished updating and testing the build on 15.0 and current. I'll upload it shortly if no one has any objections. Cheers On Wed, Sep 7, 2022 at 10:04 AM KG Hammarlund wrote: > > I contacted the maintainer Andrés Barboza, suggesting updating to latest >

Re: [Slackbuilds-users] Letter in version number

2022-08-22 Thread fourtysixandtwo
There's actually quite a few slackbuilds that have versions ending in a letter(179, about half of which include a year or git commits) so it is allowed, just not very common. Cheers On Mon, Aug 22, 2022 at 2:45 PM Didier Spaier wrote: > > As a SlackBuild end user, I have no issue with version

Re: [Slackbuilds-users] Bad md5sum building python/python3-babel

2022-06-28 Thread fourtysixandtwo
Builds without issue on a 15.0 VM here. Made sure downloads were fresh and not previously cached. On Tue, Jun 28, 2022 at 1:43 AM Duncan Roe wrote: > > Hi, > > python3-babel.SlackBuild errorred out as below: > > > ++ python3 setup.py import_cldr > > running import_cldr > > Traceback (most

Re: [Slackbuilds-users] couple of DEP fixes

2022-05-20 Thread fourtysixandtwo
> Can all these be removed now? > > python/Flask-Babel > python/Flask-Bcrypt > python/Flask-Compress > python/Flask-Dance > python/Flask-Login > python/Flask-Mail > python/Flask-Principal > python/Flask-SQLAlchemy > python/Flask-WTF > python/flask-paginate Yes, they are all "broken" builds. I

[Slackbuilds-users] couple of DEP fixes

2022-05-20 Thread fourtysixandtwo
Hi all, Now that the prerequisites are in place the following dependencies need to be updated. desktop/anki -change Flask-Cors to python3-Flask-Cors python/python3-Flask-RESTful -change aniso8601 to python3-aniso8601 Cheers ___ SlackBuilds-users

[Slackbuilds-users] [PATCH] network/EarthReader-Web: Updated for version 0.3.0, changed REQUIRES.

2022-05-17 Thread fourtysixandtwo
This is needed to work with the Flask update. Cheers. From a505f8e65f1beb82c3f28aa10f507306d451b6fb Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 12 May 2022 13:51:49 -0600 Subject: [PATCH 11/52] network/EarthReader-Web: Updated for version 0.3.0, changed REQUIRES. --- network

[Slackbuilds-users] [PATCH] anki: Update DEP.

2022-05-15 Thread fourtysixandtwo
98aca8c547a438831a7d94ec62d7599a0ce3bc3b Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 15 May 2022 15:39:21 -0600 Subject: [PATCH 52/52] desktop/anki: Update DEP. --- desktop/anki/anki.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/anki/anki.info b/desktop

Re: [Slackbuilds-users] eyeD3 slackbuild

2022-05-13 Thread fourtysixandtwo
Noted, and will do. On Fri, May 13, 2022 at 8:52 PM Dave Woodfall wrote: > On 14/05/22 03:30, > Dave Woodfall put forth the proposition: > > On 11/05/22 17:24, > > fourtysixandtwo put forth the proposition: > > > Hi all, > > > I found eyeD3 was broken wh

[Slackbuilds-users] werkzeug, click, and Flask upgrades

2022-05-13 Thread fourtysixandtwo
Hi all, I uploaded upgrades today along with two legacy builds, werkzeug-legacy1 and click-legacy7. Since these upgrades have many dependant slackbuilds (51 in total), I'd like to give an update on the result of my testing. If you're a maintainer of one of those builds, you'll be getting an

[Slackbuilds-users] eyeD3 slackbuild

2022-05-11 Thread fourtysixandtwo
: fourtysixandtwo Date: Fri, 18 Mar 2022 19:47:33 -0600 Subject: [PATCH 0124/1126] audio/eyeD3: Change i486 to i586 --- audio/eyeD3/eyeD3.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/eyeD3/eyeD3.SlackBuild b/audio/eyeD3/eyeD3.SlackBuild index b727e7843..10a2b214e