| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This reverts commit 7446740638e7d833fde0962e71ef440a6af3c749.
The change is not valid as setuptools have deprecated setup.py,
while distutils will be supported in existing point releases.
Python 3.12 support will require different solution.
PR: 268283
|
|
|
|
|
|
|
|
|
| |
For python modules which come from python itself, switch from
distutils (no longer present in python 3.12) to setuptools, fixing
these mudules for python 3.12.
PR: 268283
Approved by: vishwin (python@)
|
|
|
|
|
|
|
|
|
| |
While here, add a simple smoke test which catches this kind of
problems and silence stripping.
PR: 265537
Submitted by: loader@FreeBSD.org
Approved by: maintainer timeout (2+ months)
|
|
|
|
|
| |
PR: 259745
Approved by: python
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 210636 [1]
210685 [2]
Submitted by: vlad-fbsd@acheronmedia.com [1]
wen@ [2]
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D6994
Notes:
svn path=/head/; revision=417946
|
|
|
|
|
|
|
|
|
| |
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
Notes:
svn path=/head/; revision=313167
|
|
|
|
|
|
|
|
|
|
| |
option turned off
PR: ports/156076
Submitted by: Pan Tsu <inyaoo@gmail.com>
Notes:
svn path=/head/; revision=301540
|
|
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
Notes:
svn path=/head/; revision=236835
|