[Slackbuilds-users] Please update your tqdm SlackBuild

Erich Ritz erich.public at protonmail.com
Fri Mar 4 13:47:34 UTC 2022



------- Original Message -------

On Friday, March 4th, 2022 at 1:41 AM, Duncan Roe <duncan_roe at optusnet.com.au> wrote:

> On Fri, Mar 04, 2022 at 02:38:04AM +0000, Dionysis Ntreou wrote:
>
> > Hello Duncan,
> >
> > Sorry about this
> >
> > I will update it, I am just on Holidays getting back home on Monday.
> >
> > If you need it urgently I am happy for you to push an update in the
> >
> > meantime.
> >
> > Regards
> >
> > Dionysi
> >
> > On Fri, Mar 4, 2022 at 1:25 AM Duncan Roe duncan_roe at optusnet.com.au
> >
> > wrote:
> >
> > > Hi Dionysis,
> > >
> > > tqdm on PyPi is at version 4.63.0, but your SB is installing 4.62.0.
> > >
> > > Could you update your SB please? Type1_to_OTF (that I maintain) requires at
> > >
> > > least 4.62.3 to build.
> > >
> > > Cheers ... Duncan.
>
> Hi Dionysis,
>
> Many thanks for that: I sent a pull request with the minumum necessary changes.
>
> On a freshly installed 15.0 system, python is python3, so your SB only makes the
>
> 3.9 packages. You might want to change `python` to `python2`, but I leave that
>
> up to you.

No, /usr/bin/python points to python2.7:

$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root     9 Apr  8  2021 /usr/bin/python -> python2.7*
lrwxrwxrwx 1 root root    14 Apr  8  2021 /usr/bin/python-config -> python2-config*
lrwxrwxrwx 1 root root     9 Apr  8  2021 /usr/bin/python2 -> python2.7*
lrwxrwxrwx 1 root root    16 Apr  8  2021 /usr/bin/python2-config -> python2.7-config*
-rwxr-xr-x 1 root root 14392 Feb 13  2021 /usr/bin/python2.7*
-rwxr-xr-x 1 root root  1681 Feb 13  2021 /usr/bin/python2.7-config*
lrwxrwxrwx 1 root root     9 Jan 18 13:46 /usr/bin/python3 -> python3.9*
lrwxrwxrwx 1 root root    16 Jan 18 13:46 /usr/bin/python3-config -> python3.9-config*
-rwxr-xr-x 1 root root 14392 Jan 15 20:42 /usr/bin/python3.9*
-rwxr-xr-x 1 root root  3067 Jan 15 20:42 /usr/bin/python3.9-config*
-rwxr-xr-x 1 root root  3020 Apr 18  2021 /usr/bin/pythontex*

Looks like existing practice on SBo is split between "python setup.py" and python2 setup.py", with the majority being "python setup.py":

$ git grep "python setup.py" | wc -l
662
$ git grep "python2 setup.py" | wc -l
298
$ git grep "python3 setup.py" | wc -l
671


Erich




More information about the SlackBuilds-users mailing list