xlsx2csv package may not be required.

2023-03-16 Thread Doug Henderson via Cygwin-apps
There is a current pure python version of xlsx2csv which runs for many versions of Python 2 and Python 3. It may not be necessary to provide a package for it in cygwin. Instead, users may install the pure python package from PYPI https://pypi.org/ using pip or another python package manager.

Re: grep rebuild?

2023-03-16 Thread Brian Inglis via Cygwin-apps
On 2023-03-16 10:50, Brian Inglis via Cygwin-apps wrote: On 2023-03-16 06:08, Corinna Vinschen via Cygwin-apps wrote: Hi Brian, there's a problem with the grep package.  It uses the internally provided GNULIB regex library. Unfortunately, that's the default if the system doesn't provide a

Re: ITA xlsx2csv (was Re: python2 removal)

2023-03-16 Thread Brian Inglis via Cygwin-apps
On 2023-03-16 12:57, Jon Turney wrote: On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote: On 2023-03-16 07:29, Jon Turney wrote: The critical piece of data I'm missing here is which of these is true: a) This package contains a script with a python shebang. The current version doesn't

Re: grep rebuild?

2023-03-16 Thread Corinna Vinschen via Cygwin-apps
On Mar 16 20:31, Corinna Vinschen via Cygwin-apps wrote: > Please note that, right now, collating symbols and equivalence classes > *only* work in the Cygwin main branch in glob(3) and fnmatch(3), but NOT > YET in regex(3). That's what I'm planning to add in the next couple of > weeks (or

Re: grep rebuild?

2023-03-16 Thread Corinna Vinschen via Cygwin-apps
On Mar 16 10:50, Brian Inglis via Cygwin-apps wrote: > On 2023-03-16 06:08, Corinna Vinschen via Cygwin-apps wrote: > > Hi Brian, > > > > there's a problem with the grep package. It uses the internally > > provided GNULIB regex library. > > > > Unfortunately, that's the default if the system

Re: ITA xlsx2csv (was Re: python2 removal)

2023-03-16 Thread Jon Turney via Cygwin-apps
On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote: On 2023-03-16 07:29, Jon Turney wrote: The critical piece of data I'm missing here is which of these is true: a) This package contains a script with a python shebang. The current version doesn't work when python is python3, so an

Re: grep rebuild?

2023-03-16 Thread Brian Inglis via Cygwin-apps
On 2023-03-16 06:08, Corinna Vinschen via Cygwin-apps wrote: Hi Brian, there's a problem with the grep package. It uses the internally provided GNULIB regex library. Unfortunately, that's the default if the system doesn't provide a more recent GLibc. Which we'll never do. The problem is

python pylint missing dependencies

2023-03-16 Thread Brian Inglis via Cygwin-apps
Hi Marco, Trying to run python pylint3.6/7/8/9 pylint3.6/7/8 need typing_extensions (see at bottom): $ pip3.6/7/8 install typing_extensions as python typing is only available as python{,2,27}-typing, and appears not to have been updated to python3: python-typing

Re: ITA xlsx2csv (was Re: python2 removal)

2023-03-16 Thread Brian Inglis via Cygwin-apps
On 2023-03-16 07:29, Jon Turney wrote: On 15/03/2023 12:56, Brian Inglis via Cygwin-apps wrote: On 2023-03-14 13:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python

ITA (was Re: python2 removal)

2023-03-16 Thread Jon Turney via Cygwin-apps
On 15/03/2023 12:56, Brian Inglis via Cygwin-apps wrote: On 2023-03-14 13:17, Jon Turney via Cygwin-apps wrote: On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: This has come up in discussion a few times, and is now well overdue, I think. Python 2.7 is the last python2 version, which

grep rebuild?

2023-03-16 Thread Corinna Vinschen via Cygwin-apps
Hi Brian, there's a problem with the grep package. It uses the internally provided GNULIB regex library. Unfortunately, that's the default if the system doesn't provide a more recent GLibc. Which we'll never do. The problem is this: Native language support in GNULIB's regex is *only*