tech-pkg archive

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

Re: Cleanup: Proposal to remove all references to python37



Jason Bacon <jtocino%gmx.com@localhost> writes:

> On 7/22/23 03:34, Adam wrote:
>>>>> Log Message:
>>>>> math/py-colormath: Add PYTHON_VERSIONS_INCOMPATIBLE 37
>>>>>
>>>>> Inherited from py-networkx dependency
>>>>
>>>> We don't support Python 3.7 anymore. In fact, modules won't build correctly anymore.
>>>
>>> Should all these packages then be cleaned up?
>>>
>>> NetBSD netbsd9.acadix  bacon ~/Pkgsrc/pkgsrc/lang/python37 1004:
>>> (pkgsrc): pkg-grep 'PYTHON_VERSIONS_INCOMPATIBLE.*37' | wc -l
>>>      175
>>
>> Yes, and 'PYTHON_VERSION == 307' or 'PYTHON_VERSION < 308'. :)
>
> The proposal is to remove the following from all packages:
>
> 1)
> PYTHON_VERSIONS_INCOMPATIBLE 37


This is premature.  We have lang/python37 still.  What we have done, is
remove 37 from the default set of python versions.   Which means that
pbulk will not try to build anything 37, but that someone who wants 37
can put it back and deal.   It's thus perfectly ok to still have 37 in
PYTHON_VERSIONS_INCOMPATIBLE.

Your cleanups will make sense *after* we actually cvs rm lang/python37,
which is likely to happen after it is formally EOL.



Home | Main Index | Thread Index | Old Index