pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/nodejs



>> Module Name: pkgsrc
>> Committed By:        adam
>> Date:                Wed Dec 16 07:43:13 UTC 2020
>> 
>> Modified Files:
>>      pkgsrc/lang/nodejs: Makefile.common
>> 
>> Log Message:
>> PYTHON_VERSIONS_ACCEPTED is not common anymore
> 
> Adam,
> 
> I honestly do not know at this point whether you deliberately break things
> for fun, knowing the frustration it causes me when I have to go around
> fixing your mistakes, or whether you are just completely ignorant.
> 
> Sometimes I can understand it.  The constant python bulk build breakages
> are I guess sometimes understandable.  I mean, sure, running a couple of
> greps can be really hard.  I get it.  It's easier to just commit and let
> others fix things for you when you have no pride in your work.
> 
> But this.  I don't understand it.  You keep breaking the same thing over
> and over again, and I keep having to fix it.  The last time I had to clear
> up your mess, I added what I thought was a very very clear comment:
> 
>> -#
>> -# Do not remove this unless you are absolutely certain that every python script
>> -# in every nodejs that we support is python3 ready.
>> -#
>> -#PYTHON_VERSIONS_ACCEPTED=  27

This change is on purpose, as NodeJS 15 does not build with Python 2.7. I didn't import it yet, but I am using Makefile.common.
NodeJS 14 builds for me with Python 3, but since it fails on your side, I am going to mark it as incompatible.

Kind regards,
Adan


Home | Main Index | Thread Index | Old Index