=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-djangocms-picture", "stage-install", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> Installing for py314-djangocms-picture-4.1.1 => Generating pre-install file lists => Creating installation directories (cd /tmp/work/www/py-djangocms-picture/work/djangocms-picture-4.1.1/ && /usr/bin/env DESTDIR=/tmp/work/www/py-djangocms-picture/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/local/bin/python3.14 CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.14\ -I/opt/local/include CPPFLAGS=-I/usr/include\ -I/opt/local/include/python3.14\ -I/opt/local/include CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.14\ -I/opt/local/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -Wl,-R/opt/local/lib\ -lintl\ -liconv\ -L/opt/local/lib LINKER_RPATH_FLAG=-R PATH=/tmp/work/www/py-djangocms-picture/work/.cwrapper/bin:/tmp/work/www/py-djangocms-picture/work/.buildlink/bin:/tmp/work/www/py-djangocms-picture/work/.tools/bin:/opt/local/bin:/sbin:/usr/bin:/usr/sbin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/local/etc CPP=cpp CXXCPP=cpp HOME=/tmp/work/www/py-djangocms-picture/work/.home CWRAPPERS_CONFIG_DIR=/tmp/work/www/py-djangocms-picture/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/work/www/py-djangocms-picture/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/work/www/py-djangocms-picture/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/work/www/py-djangocms-picture/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/work/www/py-djangocms-picture/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/work/www/py-djangocms-picture/work/.buildlink/lib/amd64/pkgconfig:/tmp/work/www/py-djangocms-picture/work/.buildlink/lib/pkgconfig:/tmp/work/www/py-djangocms-picture/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/work/www/py-djangocms-picture/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/work/www/py-djangocms-picture/work/.cwrapper/config /opt/local/bin/python3.14 setup.py "install" -c -O1 --root=/tmp/work/www/py-djangocms-picture/work/.destdir) /opt/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /opt/local/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /opt/local/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing djangocms_picture.egg-info/PKG-INFO writing dependency_links to djangocms_picture.egg-info/dependency_links.txt writing requirements to djangocms_picture.egg-info/requires.txt writing top-level names to djangocms_picture.egg-info/top_level.txt reading manifest file 'djangocms_picture.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'djangocms_picture.egg-info/SOURCES.txt' /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.af.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.af.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.af.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.af.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.af.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ar.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ar.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ar.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.be.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.be.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.be.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.be.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.be.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.bg.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.bg.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.bg.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.bn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.bn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.bn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.bn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.bn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ca.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ca.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ca.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.cmn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.cmn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.cmn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.cmn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.cmn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.cs.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.cs.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.cs.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.cy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.cy.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.cy.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.cy.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.cy.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.da.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.da.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.da.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.el.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.el.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.el.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.es_AR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.es_AR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.es_AR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.es_AR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.es_AR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.es_BO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.es_BO.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.es_BO.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.es_BO.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.es_BO.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.es_DO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.es_DO.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.es_DO.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.es_DO.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.es_DO.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.et.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.et.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.et.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.eu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.eu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.eu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.eu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.eu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.fa.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.fa.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.fa.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.fi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.fi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.fi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ga.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ga.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ga.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ga.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ga.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.gl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.gl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.gl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.gl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.gl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.gu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.gu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.gu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.gu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.gu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.he.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.he.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.he.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.he.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.he.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.hi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.hi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.hi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.hi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.hi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.hr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.hr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.hr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.hr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.hr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.hu.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.hu.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.hu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.id.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.id.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.id.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.id.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.id.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.is.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.is.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.is.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.is.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.is.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.is_IS.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.is_IS.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.is_IS.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.is_IS.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.is_IS.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ja.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ja.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ja.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ka.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ka.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ka.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ka.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ka.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.kk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.kk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.kk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.kk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.kk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.km.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.km.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.km.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.km.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.km.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ko.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ko.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ko.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ko.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ko.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ko_KR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ko_KR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ko_KR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ko_KR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ku_IQ.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ku_IQ.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ku_IQ.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ku_IQ.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ku_IQ.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.lt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.lt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.lt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.lv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.lv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.lv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.lv.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.lv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.mn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.mn.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.mn.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.mn.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.mn.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.mn_MN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.mn_MN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.mn_MN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.mn_MN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.mn_MN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.mt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.mt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.mt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.mt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.mt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.nb.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.nb.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.nb.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.nl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.nl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.nl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.no.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.no.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.no.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.no.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.no.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.pt.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.pt.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.pt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.pt_BR.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.pt_BR.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.pt_BR.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ro.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ro.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ro.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ro.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ro.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sl.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sl_SI.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sl_SI.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sl_SI.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sl_SI.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sl_SI.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sq.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sq.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sq.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sq.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sq.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sq_AL.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sq_AL.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sq_AL.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sq_AL.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sq_AL.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale' to be distributed and are already explicitly excluding 'djangocms_picture.locale' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ta.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ta.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ta.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ta.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ta.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.th.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.th.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.th.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.th.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.th.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.th_TH.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.th_TH.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.th_TH.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.th_TH.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.th_TH.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.tlh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.tlh.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.tlh.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.tlh.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.tlh.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.tr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.tr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.tr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ug.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ug.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ug.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ug.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ug.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.uk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.uk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.uk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.ur.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.ur.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.ur.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.ur.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.ur.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.vi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.vi.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.vi.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.vi.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.vi.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.vi_VN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.vi_VN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.vi_VN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.vi_VN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.vi_VN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.zh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.zh.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.zh.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.zh.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.zh.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.zh_CN.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.zh_CN.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.zh_CN.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.locale.zh_TW.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.locale.zh_TW.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'djangocms_picture.locale.zh_TW.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'djangocms_picture.templates.djangocms_picture.default' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'djangocms_picture.templates.djangocms_picture.default' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'djangocms_picture.templates.djangocms_picture.default' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'djangocms_picture.templates.djangocms_picture.default' to be distributed and are already explicitly excluding 'djangocms_picture.templates.djangocms_picture.default' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture copying build/lib/djangocms_picture/__init__.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture copying build/lib/djangocms_picture/cms_plugins.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture copying build/lib/djangocms_picture/forms.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture copying build/lib/djangocms_picture/models.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0001_initial.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0002_auto_20151018_1927.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0003_migrate_to_filer.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0004_adapt_fields.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0005_reset_null_values.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0006_remove_null_values.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0007_fix_alignment.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0008_picture_use_responsive_image.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0009_auto_20181212_1003.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0010_auto_20190627_0432.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0011_auto_20190314_1536.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/0012_alter_picture_cmsplugin_ptr.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations copying build/lib/djangocms_picture/migrations/__init__.py -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/af creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/af/LC_MESSAGES copying build/lib/djangocms_picture/locale/af/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/af/LC_MESSAGES copying build/lib/djangocms_picture/locale/af/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/af/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ar creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ar/LC_MESSAGES copying build/lib/djangocms_picture/locale/ar/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ar/LC_MESSAGES copying build/lib/djangocms_picture/locale/ar/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ar/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/be creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/be/LC_MESSAGES copying build/lib/djangocms_picture/locale/be/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/be/LC_MESSAGES copying build/lib/djangocms_picture/locale/be/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/be/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bg creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bg/LC_MESSAGES copying build/lib/djangocms_picture/locale/bg/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bg/LC_MESSAGES copying build/lib/djangocms_picture/locale/bg/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bg/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bn creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bn/LC_MESSAGES copying build/lib/djangocms_picture/locale/bn/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bn/LC_MESSAGES copying build/lib/djangocms_picture/locale/bn/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/bn/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ca creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ca/LC_MESSAGES copying build/lib/djangocms_picture/locale/ca/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ca/LC_MESSAGES copying build/lib/djangocms_picture/locale/ca/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ca/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cmn creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cmn/LC_MESSAGES copying build/lib/djangocms_picture/locale/cmn/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cmn/LC_MESSAGES copying build/lib/djangocms_picture/locale/cmn/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cmn/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cs creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cs/LC_MESSAGES copying build/lib/djangocms_picture/locale/cs/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cs/LC_MESSAGES copying build/lib/djangocms_picture/locale/cs/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cs/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cy creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cy/LC_MESSAGES copying build/lib/djangocms_picture/locale/cy/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cy/LC_MESSAGES copying build/lib/djangocms_picture/locale/cy/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/cy/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/da creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/da/LC_MESSAGES copying build/lib/djangocms_picture/locale/da/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/da/LC_MESSAGES copying build/lib/djangocms_picture/locale/da/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/da/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/de creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/de/LC_MESSAGES copying build/lib/djangocms_picture/locale/de/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/de/LC_MESSAGES copying build/lib/djangocms_picture/locale/de/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/de/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/el creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/el/LC_MESSAGES copying build/lib/djangocms_picture/locale/el/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/el/LC_MESSAGES copying build/lib/djangocms_picture/locale/el/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/el/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/en creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/en/LC_MESSAGES copying build/lib/djangocms_picture/locale/en/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/en/LC_MESSAGES copying build/lib/djangocms_picture/locale/en/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/en/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es/LC_MESSAGES copying build/lib/djangocms_picture/locale/es/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es/LC_MESSAGES copying build/lib/djangocms_picture/locale/es/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_AR creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_AR/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_AR/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_AR/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_AR/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_AR/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_BO creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_BO/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_BO/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_BO/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_BO/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_BO/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_DO creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_DO/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_DO/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_DO/LC_MESSAGES copying build/lib/djangocms_picture/locale/es_DO/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/es_DO/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/et creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/et/LC_MESSAGES copying build/lib/djangocms_picture/locale/et/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/et/LC_MESSAGES copying build/lib/djangocms_picture/locale/et/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/et/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/eu creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/eu/LC_MESSAGES copying build/lib/djangocms_picture/locale/eu/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/eu/LC_MESSAGES copying build/lib/djangocms_picture/locale/eu/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/eu/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fa creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fa/LC_MESSAGES copying build/lib/djangocms_picture/locale/fa/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fa/LC_MESSAGES copying build/lib/djangocms_picture/locale/fa/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fa/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fi creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fi/LC_MESSAGES copying build/lib/djangocms_picture/locale/fi/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fi/LC_MESSAGES copying build/lib/djangocms_picture/locale/fi/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fi/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fr creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fr/LC_MESSAGES copying build/lib/djangocms_picture/locale/fr/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fr/LC_MESSAGES copying build/lib/djangocms_picture/locale/fr/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/fr/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ga creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ga/LC_MESSAGES copying build/lib/djangocms_picture/locale/ga/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ga/LC_MESSAGES copying build/lib/djangocms_picture/locale/ga/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ga/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gl creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gl/LC_MESSAGES copying build/lib/djangocms_picture/locale/gl/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gl/LC_MESSAGES copying build/lib/djangocms_picture/locale/gl/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gl/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gu creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gu/LC_MESSAGES copying build/lib/djangocms_picture/locale/gu/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gu/LC_MESSAGES copying build/lib/djangocms_picture/locale/gu/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/gu/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/he creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/he/LC_MESSAGES copying build/lib/djangocms_picture/locale/he/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/he/LC_MESSAGES copying build/lib/djangocms_picture/locale/he/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/he/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hi creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hi/LC_MESSAGES copying build/lib/djangocms_picture/locale/hi/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hi/LC_MESSAGES copying build/lib/djangocms_picture/locale/hi/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hi/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hr creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hr/LC_MESSAGES copying build/lib/djangocms_picture/locale/hr/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hr/LC_MESSAGES copying build/lib/djangocms_picture/locale/hr/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hr/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hu creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hu/LC_MESSAGES copying build/lib/djangocms_picture/locale/hu/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hu/LC_MESSAGES copying build/lib/djangocms_picture/locale/hu/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/hu/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/id creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/id/LC_MESSAGES copying build/lib/djangocms_picture/locale/id/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/id/LC_MESSAGES copying build/lib/djangocms_picture/locale/id/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/id/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is/LC_MESSAGES copying build/lib/djangocms_picture/locale/is/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is/LC_MESSAGES copying build/lib/djangocms_picture/locale/is/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is_IS creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is_IS/LC_MESSAGES copying build/lib/djangocms_picture/locale/is_IS/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is_IS/LC_MESSAGES copying build/lib/djangocms_picture/locale/is_IS/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/is_IS/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/it creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/it/LC_MESSAGES copying build/lib/djangocms_picture/locale/it/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/it/LC_MESSAGES copying build/lib/djangocms_picture/locale/it/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/it/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ja creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ja/LC_MESSAGES copying build/lib/djangocms_picture/locale/ja/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ja/LC_MESSAGES copying build/lib/djangocms_picture/locale/ja/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ja/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ka creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ka/LC_MESSAGES copying build/lib/djangocms_picture/locale/ka/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ka/LC_MESSAGES copying build/lib/djangocms_picture/locale/ka/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ka/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/kk creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/kk/LC_MESSAGES copying build/lib/djangocms_picture/locale/kk/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/kk/LC_MESSAGES copying build/lib/djangocms_picture/locale/kk/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/kk/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/km creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/km/LC_MESSAGES copying build/lib/djangocms_picture/locale/km/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/km/LC_MESSAGES copying build/lib/djangocms_picture/locale/km/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/km/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko/LC_MESSAGES copying build/lib/djangocms_picture/locale/ko/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko/LC_MESSAGES copying build/lib/djangocms_picture/locale/ko/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko_KR creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko_KR/LC_MESSAGES copying build/lib/djangocms_picture/locale/ko_KR/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko_KR/LC_MESSAGES copying build/lib/djangocms_picture/locale/ko_KR/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ko_KR/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ku_IQ creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ku_IQ/LC_MESSAGES copying build/lib/djangocms_picture/locale/ku_IQ/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ku_IQ/LC_MESSAGES copying build/lib/djangocms_picture/locale/ku_IQ/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ku_IQ/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lt creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lt/LC_MESSAGES copying build/lib/djangocms_picture/locale/lt/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lt/LC_MESSAGES copying build/lib/djangocms_picture/locale/lt/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lt/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lv creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lv/LC_MESSAGES copying build/lib/djangocms_picture/locale/lv/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lv/LC_MESSAGES copying build/lib/djangocms_picture/locale/lv/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/lv/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn/LC_MESSAGES copying build/lib/djangocms_picture/locale/mn/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn/LC_MESSAGES copying build/lib/djangocms_picture/locale/mn/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn_MN creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn_MN/LC_MESSAGES copying build/lib/djangocms_picture/locale/mn_MN/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn_MN/LC_MESSAGES copying build/lib/djangocms_picture/locale/mn_MN/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mn_MN/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mt creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mt/LC_MESSAGES copying build/lib/djangocms_picture/locale/mt/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mt/LC_MESSAGES copying build/lib/djangocms_picture/locale/mt/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/mt/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nb creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nb/LC_MESSAGES copying build/lib/djangocms_picture/locale/nb/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nb/LC_MESSAGES copying build/lib/djangocms_picture/locale/nb/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nb/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nl creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nl/LC_MESSAGES copying build/lib/djangocms_picture/locale/nl/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nl/LC_MESSAGES copying build/lib/djangocms_picture/locale/nl/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/nl/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/no creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/no/LC_MESSAGES copying build/lib/djangocms_picture/locale/no/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/no/LC_MESSAGES copying build/lib/djangocms_picture/locale/no/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/no/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pl creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pl/LC_MESSAGES copying build/lib/djangocms_picture/locale/pl/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pl/LC_MESSAGES copying build/lib/djangocms_picture/locale/pl/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pl/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt/LC_MESSAGES copying build/lib/djangocms_picture/locale/pt/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt/LC_MESSAGES copying build/lib/djangocms_picture/locale/pt/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt_BR creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt_BR/LC_MESSAGES copying build/lib/djangocms_picture/locale/pt_BR/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt_BR/LC_MESSAGES copying build/lib/djangocms_picture/locale/pt_BR/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/pt_BR/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ro creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ro/LC_MESSAGES copying build/lib/djangocms_picture/locale/ro/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ro/LC_MESSAGES copying build/lib/djangocms_picture/locale/ro/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ro/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ru creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ru/LC_MESSAGES copying build/lib/djangocms_picture/locale/ru/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ru/LC_MESSAGES copying build/lib/djangocms_picture/locale/ru/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ru/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sk creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sk/LC_MESSAGES copying build/lib/djangocms_picture/locale/sk/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sk/LC_MESSAGES copying build/lib/djangocms_picture/locale/sk/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sk/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl/LC_MESSAGES copying build/lib/djangocms_picture/locale/sl/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl/LC_MESSAGES copying build/lib/djangocms_picture/locale/sl/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl_SI creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl_SI/LC_MESSAGES copying build/lib/djangocms_picture/locale/sl_SI/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl_SI/LC_MESSAGES copying build/lib/djangocms_picture/locale/sl_SI/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sl_SI/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq/LC_MESSAGES copying build/lib/djangocms_picture/locale/sq/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq/LC_MESSAGES copying build/lib/djangocms_picture/locale/sq/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq_AL creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq_AL/LC_MESSAGES copying build/lib/djangocms_picture/locale/sq_AL/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq_AL/LC_MESSAGES copying build/lib/djangocms_picture/locale/sq_AL/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sq_AL/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr/LC_MESSAGES copying build/lib/djangocms_picture/locale/sr/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr/LC_MESSAGES copying build/lib/djangocms_picture/locale/sr/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr@latin creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr@latin/LC_MESSAGES copying build/lib/djangocms_picture/locale/sr@latin/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr@latin/LC_MESSAGES copying build/lib/djangocms_picture/locale/sr@latin/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sr@latin/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sv creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sv/LC_MESSAGES copying build/lib/djangocms_picture/locale/sv/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sv/LC_MESSAGES copying build/lib/djangocms_picture/locale/sv/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/sv/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ta creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ta/LC_MESSAGES copying build/lib/djangocms_picture/locale/ta/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ta/LC_MESSAGES copying build/lib/djangocms_picture/locale/ta/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ta/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th/LC_MESSAGES copying build/lib/djangocms_picture/locale/th/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th/LC_MESSAGES copying build/lib/djangocms_picture/locale/th/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th_TH creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th_TH/LC_MESSAGES copying build/lib/djangocms_picture/locale/th_TH/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th_TH/LC_MESSAGES copying build/lib/djangocms_picture/locale/th_TH/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/th_TH/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tlh creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tlh/LC_MESSAGES copying build/lib/djangocms_picture/locale/tlh/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tlh/LC_MESSAGES copying build/lib/djangocms_picture/locale/tlh/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tlh/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tr creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tr/LC_MESSAGES copying build/lib/djangocms_picture/locale/tr/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tr/LC_MESSAGES copying build/lib/djangocms_picture/locale/tr/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/tr/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ug creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ug/LC_MESSAGES copying build/lib/djangocms_picture/locale/ug/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ug/LC_MESSAGES copying build/lib/djangocms_picture/locale/ug/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ug/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/uk creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/uk/LC_MESSAGES copying build/lib/djangocms_picture/locale/uk/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/uk/LC_MESSAGES copying build/lib/djangocms_picture/locale/uk/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/uk/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ur creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ur/LC_MESSAGES copying build/lib/djangocms_picture/locale/ur/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ur/LC_MESSAGES copying build/lib/djangocms_picture/locale/ur/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/ur/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi/LC_MESSAGES copying build/lib/djangocms_picture/locale/vi/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi/LC_MESSAGES copying build/lib/djangocms_picture/locale/vi/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi_VN creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi_VN/LC_MESSAGES copying build/lib/djangocms_picture/locale/vi_VN/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi_VN/LC_MESSAGES copying build/lib/djangocms_picture/locale/vi_VN/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/vi_VN/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_CN creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_CN/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh_CN/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_CN/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh_CN/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_CN/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_TW creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_TW/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh_TW/LC_MESSAGES/django.mo -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_TW/LC_MESSAGES copying build/lib/djangocms_picture/locale/zh_TW/LC_MESSAGES/django.po -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/locale/zh_TW/LC_MESSAGES creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/templates creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/templates/djangocms_picture creating /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/templates/djangocms_picture/default copying build/lib/djangocms_picture/templates/djangocms_picture/default/picture.html -> /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/templates/djangocms_picture/default byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/__init__.py to __init__.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/cms_plugins.py to cms_plugins.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/forms.py to forms.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/models.py to models.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0001_initial.py to 0001_initial.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0002_auto_20151018_1927.py to 0002_auto_20151018_1927.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0003_migrate_to_filer.py to 0003_migrate_to_filer.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0004_adapt_fields.py to 0004_adapt_fields.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0005_reset_null_values.py to 0005_reset_null_values.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0006_remove_null_values.py to 0006_remove_null_values.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0007_fix_alignment.py to 0007_fix_alignment.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0008_picture_use_responsive_image.py to 0008_picture_use_responsive_image.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0009_auto_20181212_1003.py to 0009_auto_20181212_1003.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0010_auto_20190627_0432.py to 0010_auto_20190627_0432.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0011_auto_20190314_1536.py to 0011_auto_20190314_1536.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/0012_alter_picture_cmsplugin_ptr.py to 0012_alter_picture_cmsplugin_ptr.cpython-314.pyc byte-compiling /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture/migrations/__init__.py to __init__.cpython-314.pyc writing byte-compilation script '/tmp/tmp32xcbjpb.py' /opt/local/bin/python3.14 /tmp/tmp32xcbjpb.py removing /tmp/tmp32xcbjpb.py running install_egg_info Copying djangocms_picture.egg-info to /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture-4.1.1-py3.14.egg-info running install_scripts => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture-4.1.1-py3.14.egg-info"; then /usr/bin/find /tmp/work/www/py-djangocms-picture/work/.destdir/opt/local/lib/python3.14/site-packages/djangocms_picture-4.1.1-py3.14.egg-info -type f -exec /usr/bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py314-djangocms-picture-4.1.1 => Checking for non-existent script interpreters in py314-djangocms-picture-4.1.1 => Checking file permissions in py314-djangocms-picture-4.1.1 => Checking for missing run-time search paths in py314-djangocms-picture-4.1.1 => Checking for work-directory references in py314-djangocms-picture-4.1.1