diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2026-04-03 20:48:09 +0000 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2026-04-03 20:52:43 +0000 |
| commit | d04d23ae37d04c8ddf74c04ee868900b9189295a (patch) | |
| tree | 7eb7ecdc33397bf2c5d0bd2e18172a59e18691a4 /Tools/scripts | |
| parent | a92d927574fca313453ae266f4e78517eb406a33 (diff) | |
Diffstat (limited to 'Tools/scripts')
| -rw-r--r-- | Tools/scripts/ai-master-prompt.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/ai-master-prompt.md b/Tools/scripts/ai-master-prompt.md index e14f45c92651..57d0bbfc4e4f 100644 --- a/Tools/scripts/ai-master-prompt.md +++ b/Tools/scripts/ai-master-prompt.md @@ -42,7 +42,6 @@ MAINTAINER: yuri@FreeBSD.org - The latest released version of the software can be determined using the command '../../Tools/scripts/pypi-get-latest-version.sh {python project name}' - Dependencies need to be updated when the port is updated. They need to be compared with the dependency requirements set in the project. - setuptools build dependency should never be added to BUILD_DEPENDS, and instead the distutils element should be present in USE_PYTHON. -- numpy dependency should be added as ${PYNUMPY} instead of the usual syntax. No version information should be added in this case. - pillow dependency should be added as ${PY_PILLOW} instead of the usual syntax. No version information should be added in this case. - The cython build dependency should never be added to BUILD_DEPENDS. Instead, the cython element should be added to USE_PYTHON for cython dependencies of versions 1.x or 2.x, and the cython3 element should be added to USE_PYTHON for cython dependencies of versions 3.x - Do not add upper version limits for Python based ports. |
