Date: Sun, 26 Apr 2020 16:53:58 -0700 From: Kevin Oberman <rkoberman@gmail.com> To: FreeBSD Ports ML <freebsd-ports@freebsd.org> Cc: Thierry Thomas <thierry@freebsd.org>, ajtiM <starikarp@dismail.de> Subject: Re: python 2.7 marked as deprecated and EOL while 2.7.18 RC is available Message-ID: <CAN6yY1uxBW%2BcOLwQ4xC51_SP1WkTt3QmrpDa4_WUEJ7LHiW=Ug@mail.gmail.com> In-Reply-To: <20200426054435.55cff9e1@dismail.de> References: <nycvar.OFS.7.77.840.2004251602420.53016@mx.roble.com> <20200426054435.55cff9e1@dismail.de>
next in thread | previous in thread | raw e-mail | index | archive | help
I have submitted a bug, bugzilla/show_bug.cgi?id=245799 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245799>, to update math/gnumeric to run with python3. It's a bit odd because the current version in ports builds and runs with either python 2 or 3 by default, but the FreeBSD port does not because it attempts to compile all the python modules which are only available when the port is built with python2. Simply eliminating the post-install compileall.py call allows it to build and run. Making that dependent on PYTHON_DEFAULT =2.7 would be the right thing to do and is easy, but I'm unsure how to make the packing list DTRT. Other than that, gnumric just works with any supported version of python. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1uxBW%2BcOLwQ4xC51_SP1WkTt3QmrpDa4_WUEJ7LHiW=Ug>