=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for py39-postorius-1.3.10 => Generating pre-install file lists => Creating installation directories (cd /tmp/www/py-postorius/work/postorius-1.3.10/ && /usr/bin/env DESTDIR=/tmp/www/py-postorius/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.9 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.9 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/www/py-postorius/work/.cwrapper/bin:/tmp/www/py-postorius/work/.buildlink/bin:/tmp/www/py-postorius/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/www/py-postorius/work/.home CWRAPPERS_CONFIG_DIR=/tmp/www/py-postorius/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/www/py-postorius/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/www/py-postorius/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/www/py-postorius/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/www/py-postorius/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/www/py-postorius/work/.buildlink/lib/pkgconfig:/tmp/www/py-postorius/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/www/py-postorius/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/www/py-postorius/work/.cwrapper/config /usr/pkg/bin/python3.9 setup.py "install" -c -O1 --root=/tmp/www/py-postorius/work/.destdir) running install /usr/pkg/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. 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 src/postorius.egg-info/PKG-INFO writing dependency_links to src/postorius.egg-info/dependency_links.txt writing requirements to src/postorius.egg-info/requires.txt writing top-level names to src/postorius.egg-info/top_level.txt reading manifest file 'src/postorius.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'src/postorius/doc/_build' warning: no files found matching '*.txt' under directory 'example_project' warning: no previously-included files found matching 'example_project/settings_local.py' no previously-included directories found matching 'example_project/venv' no previously-included directories found matching 'example_project/static' warning: no directories found matching 'src/postorius/tests/fixtures' adding license file 'COPYING' writing manifest file 'src/postorius.egg-info/SOURCES.txt' /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.af.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.af.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.am.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.am.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 'postorius.locale.am.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 'postorius.locale.am.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.am.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.an.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.an.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 'postorius.locale.an.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 'postorius.locale.an.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.an.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ast.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ast.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 'postorius.locale.ast.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 'postorius.locale.ast.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ast.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.az.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.az.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 'postorius.locale.az.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 'postorius.locale.az.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.az.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.be.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.be.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.bem.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.bem.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 'postorius.locale.bem.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 'postorius.locale.bem.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.bem.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.bg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.bg.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.bn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.bn.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.bo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.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 'postorius.locale.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 'postorius.locale.bo.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.br.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.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 'postorius.locale.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 'postorius.locale.br.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.bs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.bs.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 'postorius.locale.bs.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 'postorius.locale.bs.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.bs.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ce.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ce.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 'postorius.locale.ce.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 'postorius.locale.ce.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ce.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ckb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ckb.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 'postorius.locale.ckb.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 'postorius.locale.ckb.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ckb.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.co.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.co.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 'postorius.locale.co.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 'postorius.locale.co.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.co.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.crh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.crh.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 'postorius.locale.crh.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 'postorius.locale.crh.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.crh.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.cv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.cv.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 'postorius.locale.cv.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 'postorius.locale.cv.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.cv.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.cy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.cy.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.en_AU.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.en_AU.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 'postorius.locale.en_AU.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 'postorius.locale.en_AU.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.en_AU.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.en_CA.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.en_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 'postorius.locale.en_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 'postorius.locale.en_CA.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.en_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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.en_GB.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.en_GB.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 'postorius.locale.en_GB.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 'postorius.locale.en_GB.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.en_GB.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.eo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.eo.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 'postorius.locale.eo.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 'postorius.locale.eo.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.eo.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.et.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.et.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.eu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.eu.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fil.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.fil.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 'postorius.locale.fil.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 'postorius.locale.fil.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.fil.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.fo.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 'postorius.locale.fo.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 'postorius.locale.fo.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.fo.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fr_CA.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.fr_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 'postorius.locale.fr_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 'postorius.locale.fr_CA.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.fr_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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.frp.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.frp.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 'postorius.locale.frp.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 'postorius.locale.frp.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.frp.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.fy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.fy.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 'postorius.locale.fy.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 'postorius.locale.fy.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.fy.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ga.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ga.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.gd.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.gd.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 'postorius.locale.gd.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 'postorius.locale.gd.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.gd.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.gl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.gl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.gu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.gu.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.he.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.he.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.hi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.hi.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.hr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.hr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ht.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ht.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 'postorius.locale.ht.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 'postorius.locale.ht.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ht.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.hy.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.hy.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 'postorius.locale.hy.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 'postorius.locale.hy.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.hy.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ia.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ia.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 'postorius.locale.ia.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 'postorius.locale.ia.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ia.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.id.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.id.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.is.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.is.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ka.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ka.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.kk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.kk.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.kl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.kl.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 'postorius.locale.kl.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 'postorius.locale.kl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.kl.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.km.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.km.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.kn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.kn.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 'postorius.locale.kn.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 'postorius.locale.kn.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.kn.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ko.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ko.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ku.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ku.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 'postorius.locale.ku.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 'postorius.locale.ku.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ku.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.kw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.kw.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 'postorius.locale.kw.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 'postorius.locale.kw.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.kw.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ky.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ky.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 'postorius.locale.ky.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 'postorius.locale.ky.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ky.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.la.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.la.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 'postorius.locale.la.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 'postorius.locale.la.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.la.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.lb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.lb.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 'postorius.locale.lb.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 'postorius.locale.lb.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.lb.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.lo.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.lo.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 'postorius.locale.lo.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 'postorius.locale.lo.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.lo.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.lv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.lv.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.mg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.mg.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 'postorius.locale.mg.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 'postorius.locale.mg.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.mg.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.mhr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.mhr.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 'postorius.locale.mhr.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 'postorius.locale.mhr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.mhr.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.mi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.mi.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 'postorius.locale.mi.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 'postorius.locale.mi.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.mi.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ml.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ml.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 'postorius.locale.ml.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 'postorius.locale.ml.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ml.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.mr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.mr.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 'postorius.locale.mr.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 'postorius.locale.mr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.mr.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ms.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ms.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 'postorius.locale.ms.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 'postorius.locale.ms.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ms.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.my.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.my.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 'postorius.locale.my.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 'postorius.locale.my.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.my.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.nb_NO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.nb_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 'postorius.locale.nb_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 'postorius.locale.nb_NO.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.nb_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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ne.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ne.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 'postorius.locale.ne.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 'postorius.locale.ne.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ne.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.nn_NO.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.nn_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 'postorius.locale.nn_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 'postorius.locale.nn_NO.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.nn_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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.oc.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.oc.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 'postorius.locale.oc.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 'postorius.locale.oc.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.oc.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.os.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.os.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 'postorius.locale.os.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 'postorius.locale.os.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.os.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.pa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.pa.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 'postorius.locale.pa.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 'postorius.locale.pa.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.pa.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ps.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ps.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 'postorius.locale.ps.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 'postorius.locale.ps.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ps.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.pt.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ro.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ro.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.sa.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 'postorius.locale.sa.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 'postorius.locale.sa.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.sa.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sc.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.sc.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 'postorius.locale.sc.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 'postorius.locale.sc.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.sc.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sd.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.sd.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 'postorius.locale.sd.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 'postorius.locale.sd.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.sd.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.se.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.se.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 'postorius.locale.se.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 'postorius.locale.se.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.se.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.shn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.shn.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 'postorius.locale.shn.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 'postorius.locale.shn.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.shn.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.si.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.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 'postorius.locale.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 'postorius.locale.si.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.sl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sq.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.sq.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.sr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.sw.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.sw.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 'postorius.locale.sw.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 'postorius.locale.sw.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.sw.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.szl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.szl.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 'postorius.locale.szl.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 'postorius.locale.szl.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.szl.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ta.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ta.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.te.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.te.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 'postorius.locale.te.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 'postorius.locale.te.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.te.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.tg.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.tg.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 'postorius.locale.tg.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 'postorius.locale.tg.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.tg.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.th.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.th.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ti.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.ti.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 'postorius.locale.ti.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 'postorius.locale.ti.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.ti.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ug.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ug.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.ur.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.ur.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.uz.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.uz.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 'postorius.locale.uz.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 'postorius.locale.uz.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.uz.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.vi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.vi.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.wae.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.wae.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 'postorius.locale.wae.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 'postorius.locale.wae.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.wae.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.zh_HK.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.locale.zh_HK.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 'postorius.locale.zh_HK.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 'postorius.locale.zh_HK.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.locale.zh_HK.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.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 'postorius.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 'postorius.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'postorius.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.css' 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 'postorius.static.postorius.css' 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 'postorius.static.postorius.css' to be distributed and are already explicitly excluding 'postorius.static.postorius.css' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.img' 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 'postorius.static.postorius.img' 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 'postorius.static.postorius.img' to be distributed and are already explicitly excluding 'postorius.static.postorius.img' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.js' 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 'postorius.static.postorius.js' 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 'postorius.static.postorius.js' to be distributed and are already explicitly excluding 'postorius.static.postorius.js' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.libs.bootstrap.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.libs.bootstrap.css' 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 'postorius.static.postorius.libs.bootstrap.css' 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 'postorius.static.postorius.libs.bootstrap.css' to be distributed and are already explicitly excluding 'postorius.static.postorius.libs.bootstrap.css' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.libs.bootstrap.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.libs.bootstrap.fonts' 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 'postorius.static.postorius.libs.bootstrap.fonts' 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 'postorius.static.postorius.libs.bootstrap.fonts' to be distributed and are already explicitly excluding 'postorius.static.postorius.libs.bootstrap.fonts' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.libs.bootstrap.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.libs.bootstrap.js' 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 'postorius.static.postorius.libs.bootstrap.js' 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 'postorius.static.postorius.libs.bootstrap.js' to be distributed and are already explicitly excluding 'postorius.static.postorius.libs.bootstrap.js' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.libs.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.libs.fonts' 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 'postorius.static.postorius.libs.fonts' 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 'postorius.static.postorius.libs.fonts' to be distributed and are already explicitly excluding 'postorius.static.postorius.libs.fonts' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.static.postorius.libs.jquery' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.static.postorius.libs.jquery' 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 'postorius.static.postorius.libs.jquery' 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 'postorius.static.postorius.libs.jquery' to be distributed and are already explicitly excluding 'postorius.static.postorius.libs.jquery' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates' 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 'postorius.templates' 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 'postorius.templates' to be distributed and are already explicitly excluding 'postorius.templates' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.account' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.account' 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 'postorius.templates.account' 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 'postorius.templates.account' to be distributed and are already explicitly excluding 'postorius.templates.account' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.django_mailman3' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.django_mailman3' 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 'postorius.templates.django_mailman3' 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 'postorius.templates.django_mailman3' to be distributed and are already explicitly excluding 'postorius.templates.django_mailman3' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius' 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 'postorius.templates.postorius' 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 'postorius.templates.postorius' to be distributed and are already explicitly excluding 'postorius.templates.postorius' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.domain' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.domain' 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 'postorius.templates.postorius.domain' 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 'postorius.templates.postorius.domain' to be distributed and are already explicitly excluding 'postorius.templates.postorius.domain' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.errors' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.errors' 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 'postorius.templates.postorius.errors' 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 'postorius.templates.postorius.errors' to be distributed and are already explicitly excluding 'postorius.templates.postorius.errors' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.fragments' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.fragments' 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 'postorius.templates.postorius.fragments' 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 'postorius.templates.postorius.fragments' to be distributed and are already explicitly excluding 'postorius.templates.postorius.fragments' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.lists' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.lists' 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 'postorius.templates.postorius.lists' 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 'postorius.templates.postorius.lists' to be distributed and are already explicitly excluding 'postorius.templates.postorius.lists' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.menu' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.menu' 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 'postorius.templates.postorius.menu' 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 'postorius.templates.postorius.menu' to be distributed and are already explicitly excluding 'postorius.templates.postorius.menu' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.templates.postorius.user' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.templates.postorius.user' 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 'postorius.templates.postorius.user' 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 'postorius.templates.postorius.user' to be distributed and are already explicitly excluding 'postorius.templates.postorius.user' 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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'postorius.tests.test_data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'postorius.tests.test_data' 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 'postorius.tests.test_data' 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 'postorius.tests.test_data' to be distributed and are already explicitly excluding 'postorius.tests.test_data' 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/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/apps.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/context_processors.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/middleware.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/models.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/signals.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/template_list.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/urls.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius copying build/lib/postorius/utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth copying build/lib/postorius/auth/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth copying build/lib/postorius/auth/decorators.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth copying build/lib/postorius/auth/mixins.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth copying build/lib/postorius/auth/utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/conf.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/settings.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/Makefile -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/deployment.rst -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/development.rst -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/index.rst -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/news.rst -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc copying build/lib/postorius/doc/setup.rst -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/domain_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/fields.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/list_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/member_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/system.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/user_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms copying build/lib/postorius/forms/validators.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management copying build/lib/postorius/management/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands copying build/lib/postorius/management/commands/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands copying build/lib/postorius/management/commands/mmclient.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands copying build/lib/postorius/management/commands/reset_passwords.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0001_initial.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0002_auto_20160210_0721.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0003_drop_addressconfirmationprofile.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0004_create_email_template.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0005_auto_20180707_1107.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0006_auto_20180711_1359.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0007_auto_20180712_0536.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0008_auto_20190310_0717.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0009_auto_20190508_1604.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0010_auto_20190821_0621.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0011_auto_20191109_1219.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0012_auto_20200420_2136.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0013_auto_20201116_0058.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0014_auto_20210329_2248.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0015_auto_20210619_0509.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0016_auto_20210810_2157.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0017_alter_emailtemplate_language.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/0018_alter_emailtemplate_language.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations copying build/lib/postorius/migrations/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/date_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/markdown.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/membership_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/nav_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/p_gravatar.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags copying build/lib/postorius/templatetags/postorius_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_auth_decorators.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_domain_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_domain_view.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_error_pages.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_list_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_list_view.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_member_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_migration.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_template_api_view.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_templatetags.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_urls.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_user_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/test_validators.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests copying build/lib/postorius/tests/utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/conftest.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_auth_utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_bans.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_domain_delete.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_domain_edit.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_domain_index.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_domain_new.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_generic_view.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_delete.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_header_matches.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_index.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_joinleave.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_member_options.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_members.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_moderation.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_new.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_settings.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_list_summary.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_membership_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_mixins.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_models.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_nav_helpers.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_rest.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_subscriptions.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_system.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_template_view.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_user.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_user_forms.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests copying build/lib/postorius/tests/mailman_api_tests/test_utils.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_data copying build/lib/postorius/tests/test_data/bad-email.txt -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_data copying build/lib/postorius/tests/test_data/simple-email.txt -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_data copying build/lib/postorius/tests/test_data/test-email-attachment.txt -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_data copying build/lib/postorius/tests/test_data/test-held-message-1.txt -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_data creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/__init__.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/domain.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/generic.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/list.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/rest.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/system.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/template.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views copying build/lib/postorius/views/user.py -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/af creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/af/LC_MESSAGES copying build/lib/postorius/locale/af/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/af/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/am creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/am/LC_MESSAGES copying build/lib/postorius/locale/am/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/am/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/an creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/an/LC_MESSAGES copying build/lib/postorius/locale/an/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/an/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ar creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ar/LC_MESSAGES copying build/lib/postorius/locale/ar/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ar/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ast creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ast/LC_MESSAGES copying build/lib/postorius/locale/ast/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ast/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/az creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/az/LC_MESSAGES copying build/lib/postorius/locale/az/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/az/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/be creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/be/LC_MESSAGES copying build/lib/postorius/locale/be/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/be/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bem creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bem/LC_MESSAGES copying build/lib/postorius/locale/bem/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bem/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bg creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bg/LC_MESSAGES copying build/lib/postorius/locale/bg/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bg/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bn creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bn/LC_MESSAGES copying build/lib/postorius/locale/bn/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bn/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bo creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bo/LC_MESSAGES copying build/lib/postorius/locale/bo/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bo/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/br creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/br/LC_MESSAGES copying build/lib/postorius/locale/br/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/br/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bs creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bs/LC_MESSAGES copying build/lib/postorius/locale/bs/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/bs/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca/LC_MESSAGES copying build/lib/postorius/locale/ca/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca@valencia creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca@valencia/LC_MESSAGES copying build/lib/postorius/locale/ca@valencia/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ca@valencia/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ce creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ce/LC_MESSAGES copying build/lib/postorius/locale/ce/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ce/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ckb creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ckb/LC_MESSAGES copying build/lib/postorius/locale/ckb/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ckb/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/co creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/co/LC_MESSAGES copying build/lib/postorius/locale/co/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/co/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/crh creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/crh/LC_MESSAGES copying build/lib/postorius/locale/crh/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/crh/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cs creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cs/LC_MESSAGES copying build/lib/postorius/locale/cs/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cs/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cv creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cv/LC_MESSAGES copying build/lib/postorius/locale/cv/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cv/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cy creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cy/LC_MESSAGES copying build/lib/postorius/locale/cy/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/cy/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/da creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/da/LC_MESSAGES copying build/lib/postorius/locale/da/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/da/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/de creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/de/LC_MESSAGES copying build/lib/postorius/locale/de/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/de/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/el creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/el/LC_MESSAGES copying build/lib/postorius/locale/el/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/el/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_AU creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_AU/LC_MESSAGES copying build/lib/postorius/locale/en_AU/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_AU/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_CA creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_CA/LC_MESSAGES copying build/lib/postorius/locale/en_CA/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_CA/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_GB creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_GB/LC_MESSAGES copying build/lib/postorius/locale/en_GB/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/en_GB/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eo creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eo/LC_MESSAGES copying build/lib/postorius/locale/eo/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eo/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/es creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/es/LC_MESSAGES copying build/lib/postorius/locale/es/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/es/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/et creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/et/LC_MESSAGES copying build/lib/postorius/locale/et/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/et/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eu creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eu/LC_MESSAGES copying build/lib/postorius/locale/eu/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/eu/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fa creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fa/LC_MESSAGES copying build/lib/postorius/locale/fa/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fa/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fi creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fi/LC_MESSAGES copying build/lib/postorius/locale/fi/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fi/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fil creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fil/LC_MESSAGES copying build/lib/postorius/locale/fil/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fil/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fo creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fo/LC_MESSAGES copying build/lib/postorius/locale/fo/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fo/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr/LC_MESSAGES copying build/lib/postorius/locale/fr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr_CA creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr_CA/LC_MESSAGES copying build/lib/postorius/locale/fr_CA/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fr_CA/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/frp creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/frp/LC_MESSAGES copying build/lib/postorius/locale/frp/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/frp/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fy creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fy/LC_MESSAGES copying build/lib/postorius/locale/fy/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/fy/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ga creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ga/LC_MESSAGES copying build/lib/postorius/locale/ga/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ga/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gd creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gd/LC_MESSAGES copying build/lib/postorius/locale/gd/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gd/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gl/LC_MESSAGES copying build/lib/postorius/locale/gl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gu creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gu/LC_MESSAGES copying build/lib/postorius/locale/gu/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/gu/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/he creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/he/LC_MESSAGES copying build/lib/postorius/locale/he/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/he/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hi creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hi/LC_MESSAGES copying build/lib/postorius/locale/hi/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hi/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hr/LC_MESSAGES copying build/lib/postorius/locale/hr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ht creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ht/LC_MESSAGES copying build/lib/postorius/locale/ht/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ht/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hu creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hu/LC_MESSAGES copying build/lib/postorius/locale/hu/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hu/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hy creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hy/LC_MESSAGES copying build/lib/postorius/locale/hy/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/hy/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ia creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ia/LC_MESSAGES copying build/lib/postorius/locale/ia/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ia/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/id creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/id/LC_MESSAGES copying build/lib/postorius/locale/id/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/id/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/is creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/is/LC_MESSAGES copying build/lib/postorius/locale/is/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/is/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/it creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/it/LC_MESSAGES copying build/lib/postorius/locale/it/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/it/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ja creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ja/LC_MESSAGES copying build/lib/postorius/locale/ja/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ja/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ka creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ka/LC_MESSAGES copying build/lib/postorius/locale/ka/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ka/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kk creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kk/LC_MESSAGES copying build/lib/postorius/locale/kk/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kk/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kl/LC_MESSAGES copying build/lib/postorius/locale/kl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/km creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/km/LC_MESSAGES copying build/lib/postorius/locale/km/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/km/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kn creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kn/LC_MESSAGES copying build/lib/postorius/locale/kn/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kn/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ko creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ko/LC_MESSAGES copying build/lib/postorius/locale/ko/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ko/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ku creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ku/LC_MESSAGES copying build/lib/postorius/locale/ku/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ku/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kw creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kw/LC_MESSAGES copying build/lib/postorius/locale/kw/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/kw/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ky creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ky/LC_MESSAGES copying build/lib/postorius/locale/ky/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ky/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/la creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/la/LC_MESSAGES copying build/lib/postorius/locale/la/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/la/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lb creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lb/LC_MESSAGES copying build/lib/postorius/locale/lb/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lb/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lo creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lo/LC_MESSAGES copying build/lib/postorius/locale/lo/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lo/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lt creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lt/LC_MESSAGES copying build/lib/postorius/locale/lt/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lt/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lv creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lv/LC_MESSAGES copying build/lib/postorius/locale/lv/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/lv/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mg creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mg/LC_MESSAGES copying build/lib/postorius/locale/mg/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mg/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mhr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mhr/LC_MESSAGES copying build/lib/postorius/locale/mhr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mhr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mi creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mi/LC_MESSAGES copying build/lib/postorius/locale/mi/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mi/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ml creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ml/LC_MESSAGES copying build/lib/postorius/locale/ml/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ml/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mr/LC_MESSAGES copying build/lib/postorius/locale/mr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/mr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ms creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ms/LC_MESSAGES copying build/lib/postorius/locale/ms/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ms/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/my creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/my/LC_MESSAGES copying build/lib/postorius/locale/my/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/my/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nb_NO creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nb_NO/LC_MESSAGES copying build/lib/postorius/locale/nb_NO/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nb_NO/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ne creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ne/LC_MESSAGES copying build/lib/postorius/locale/ne/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ne/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nl/LC_MESSAGES copying build/lib/postorius/locale/nl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nn_NO creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nn_NO/LC_MESSAGES copying build/lib/postorius/locale/nn_NO/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/nn_NO/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/oc creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/oc/LC_MESSAGES copying build/lib/postorius/locale/oc/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/oc/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/os creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/os/LC_MESSAGES copying build/lib/postorius/locale/os/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/os/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pa creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pa/LC_MESSAGES copying build/lib/postorius/locale/pa/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pa/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pl/LC_MESSAGES copying build/lib/postorius/locale/pl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ps creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ps/LC_MESSAGES copying build/lib/postorius/locale/ps/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ps/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt/LC_MESSAGES copying build/lib/postorius/locale/pt/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt_BR creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt_BR/LC_MESSAGES copying build/lib/postorius/locale/pt_BR/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/pt_BR/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ro creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ro/LC_MESSAGES copying build/lib/postorius/locale/ro/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ro/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ru creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ru/LC_MESSAGES copying build/lib/postorius/locale/ru/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ru/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sa creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sa/LC_MESSAGES copying build/lib/postorius/locale/sa/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sa/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sc creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sc/LC_MESSAGES copying build/lib/postorius/locale/sc/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sc/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sd creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sd/LC_MESSAGES copying build/lib/postorius/locale/sd/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sd/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/se creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/se/LC_MESSAGES copying build/lib/postorius/locale/se/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/se/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/shn creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/shn/LC_MESSAGES copying build/lib/postorius/locale/shn/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/shn/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/si creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/si/LC_MESSAGES copying build/lib/postorius/locale/si/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/si/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sk creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sk/LC_MESSAGES copying build/lib/postorius/locale/sk/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sk/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sl/LC_MESSAGES copying build/lib/postorius/locale/sl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sq creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sq/LC_MESSAGES copying build/lib/postorius/locale/sq/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sq/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sr/LC_MESSAGES copying build/lib/postorius/locale/sr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sv creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sv/LC_MESSAGES copying build/lib/postorius/locale/sv/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sv/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sw creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sw/LC_MESSAGES copying build/lib/postorius/locale/sw/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/sw/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/szl creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/szl/LC_MESSAGES copying build/lib/postorius/locale/szl/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/szl/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ta creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ta/LC_MESSAGES copying build/lib/postorius/locale/ta/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ta/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/te creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/te/LC_MESSAGES copying build/lib/postorius/locale/te/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/te/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tg creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tg/LC_MESSAGES copying build/lib/postorius/locale/tg/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tg/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/th creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/th/LC_MESSAGES copying build/lib/postorius/locale/th/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/th/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ti creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ti/LC_MESSAGES copying build/lib/postorius/locale/ti/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ti/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tr creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tr/LC_MESSAGES copying build/lib/postorius/locale/tr/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/tr/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ug creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ug/LC_MESSAGES copying build/lib/postorius/locale/ug/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ug/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uk creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uk/LC_MESSAGES copying build/lib/postorius/locale/uk/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uk/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ur creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ur/LC_MESSAGES copying build/lib/postorius/locale/ur/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/ur/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uz creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uz/LC_MESSAGES copying build/lib/postorius/locale/uz/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/uz/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/vi creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/vi/LC_MESSAGES copying build/lib/postorius/locale/vi/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/vi/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/wae creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/wae/LC_MESSAGES copying build/lib/postorius/locale/wae/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/wae/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_CN creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_CN/LC_MESSAGES copying build/lib/postorius/locale/zh_CN/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_CN/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_HK creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_HK/LC_MESSAGES copying build/lib/postorius/locale/zh_HK/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_HK/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_TW creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_TW/LC_MESSAGES copying build/lib/postorius/locale/zh_TW/LC_MESSAGES/django.po -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/locale/zh_TW/LC_MESSAGES creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/css copying build/lib/postorius/static/postorius/css/style.css -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/css creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/img copying build/lib/postorius/static/postorius/img/favicon.ico -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/img copying build/lib/postorius/static/postorius/img/mailman_logo.png -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/img copying build/lib/postorius/static/postorius/img/mailman_logo_small_trans.png -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/img copying build/lib/postorius/static/postorius/img/mailman_logo_trans.png -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/img creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/js copying build/lib/postorius/static/postorius/js/held_messages.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/js copying build/lib/postorius/static/postorius/js/script.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/js creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/css copying build/lib/postorius/static/postorius/libs/bootstrap/css/bootstrap.min.css -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/css copying build/lib/postorius/static/postorius/libs/bootstrap/css/bootstrap.min.css.map -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/css creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts copying build/lib/postorius/static/postorius/libs/bootstrap/fonts/glyphicons-halflings-regular.eot -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts copying build/lib/postorius/static/postorius/libs/bootstrap/fonts/glyphicons-halflings-regular.svg -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts copying build/lib/postorius/static/postorius/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts copying build/lib/postorius/static/postorius/libs/bootstrap/fonts/glyphicons-halflings-regular.woff -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts copying build/lib/postorius/static/postorius/libs/bootstrap/fonts/glyphicons-halflings-regular.woff2 -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/fonts creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/js copying build/lib/postorius/static/postorius/libs/bootstrap/js/bootstrap.bundle.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/js copying build/lib/postorius/static/postorius/libs/bootstrap/js/bootstrap.bundle.js.map -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/js copying build/lib/postorius/static/postorius/libs/bootstrap/js/bootstrap.bundle.min.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/js copying build/lib/postorius/static/postorius/libs/bootstrap/js/bootstrap.bundle.min.js.map -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/bootstrap/js creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/VERSION.txt -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/css copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/css/font-awesome.css -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/css copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/css/font-awesome.min.css -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/css creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/FontAwesome.otf -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/fontawesome-webfont.eot -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/fontawesome-webfont.svg -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/fontawesome-webfont.ttf -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts copying build/lib/postorius/static/postorius/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff2 -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/fonts/font-awesome/fonts creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/jquery copying build/lib/postorius/static/postorius/libs/jquery/jquery-3.6.0.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/jquery copying build/lib/postorius/static/postorius/libs/jquery/jquery-3.6.0.min.js -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/jquery copying build/lib/postorius/static/postorius/libs/jquery/jquery-3.6.0.min.map -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/static/postorius/libs/jquery creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates copying build/lib/postorius/templates/403.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates copying build/lib/postorius/templates/404.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates copying build/lib/postorius/templates/500.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/account copying build/lib/postorius/templates/account/base.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/account creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/django_mailman3 copying build/lib/postorius/templates/django_mailman3/base.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/django_mailman3 creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius copying build/lib/postorius/templates/postorius/bans.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius copying build/lib/postorius/templates/postorius/base.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius copying build/lib/postorius/templates/postorius/index.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius copying build/lib/postorius/templates/postorius/system_information.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/confirm_delete.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/edit.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/index.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/new.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/owners.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/template_add.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/template_delete.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain copying build/lib/postorius/templates/postorius/domain/template_index.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/domain creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/errors copying build/lib/postorius/templates/postorius/errors/generic.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/errors creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/fragments copying build/lib/postorius/templates/postorius/fragments/bans.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/fragments creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/bans.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/confirm_delete.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/confirm_remove_role.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/confirm_removeall_subscribers.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/confirm_token.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/header_matches.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/held_messages.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/mass_removal.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/mass_subscribe.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/memberoptions.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/members.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/new.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/pending_confirmations.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/settings.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/subscription_requests.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/summary.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/template_add.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/template_delete.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/template_list.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists copying build/lib/postorius/templates/postorius/lists/template_update.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/lists creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/menu copying build/lib/postorius/templates/postorius/menu/list_nav.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/menu copying build/lib/postorius/templates/postorius/menu/user_nav.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/menu creating /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/address_preferences.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/all.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/confirm_delete.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/list_options.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/mailman_settings.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/manage.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/subscription_preferences.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user copying build/lib/postorius/templates/postorius/user/subscriptions.html -> /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templates/postorius/user byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/apps.py to apps.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/context_processors.py to context_processors.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/middleware.py to middleware.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/models.py to models.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/signals.py to signals.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/template_list.py to template_list.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/urls.py to urls.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/utils.py to utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth/decorators.py to decorators.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth/mixins.py to mixins.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/auth/utils.py to utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc/conf.py to conf.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/doc/settings.py to settings.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/domain_forms.py to domain_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/fields.py to fields.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/list_forms.py to list_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/member_forms.py to member_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/system.py to system.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/user_forms.py to user_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/forms/validators.py to validators.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands/mmclient.py to mmclient.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/management/commands/reset_passwords.py to reset_passwords.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0002_auto_20160210_0721.py to 0002_auto_20160210_0721.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0003_drop_addressconfirmationprofile.py to 0003_drop_addressconfirmationprofile.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0004_create_email_template.py to 0004_create_email_template.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0005_auto_20180707_1107.py to 0005_auto_20180707_1107.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0006_auto_20180711_1359.py to 0006_auto_20180711_1359.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0007_auto_20180712_0536.py to 0007_auto_20180712_0536.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0008_auto_20190310_0717.py to 0008_auto_20190310_0717.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0009_auto_20190508_1604.py to 0009_auto_20190508_1604.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0010_auto_20190821_0621.py to 0010_auto_20190821_0621.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0011_auto_20191109_1219.py to 0011_auto_20191109_1219.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0012_auto_20200420_2136.py to 0012_auto_20200420_2136.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0013_auto_20201116_0058.py to 0013_auto_20201116_0058.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0014_auto_20210329_2248.py to 0014_auto_20210329_2248.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0015_auto_20210619_0509.py to 0015_auto_20210619_0509.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0016_auto_20210810_2157.py to 0016_auto_20210810_2157.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0017_alter_emailtemplate_language.py to 0017_alter_emailtemplate_language.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/0018_alter_emailtemplate_language.py to 0018_alter_emailtemplate_language.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/date_helpers.py to date_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/markdown.py to markdown.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/membership_helpers.py to membership_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/nav_helpers.py to nav_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/p_gravatar.py to p_gravatar.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/templatetags/postorius_helpers.py to postorius_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_auth_decorators.py to test_auth_decorators.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_domain_forms.py to test_domain_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_domain_view.py to test_domain_view.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_error_pages.py to test_error_pages.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_list_forms.py to test_list_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_list_view.py to test_list_view.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_member_forms.py to test_member_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_migration.py to test_migration.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_template_api_view.py to test_template_api_view.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_templatetags.py to test_templatetags.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_urls.py to test_urls.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_user_forms.py to test_user_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/test_validators.py to test_validators.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/utils.py to utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/conftest.py to conftest.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py to test_anonymous_subscribe.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_auth_utils.py to test_auth_utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_bans.py to test_bans.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_domain_delete.py to test_domain_delete.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_domain_edit.py to test_domain_edit.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_domain_index.py to test_domain_index.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_domain_new.py to test_domain_new.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_generic_view.py to test_generic_view.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_delete.py to test_list_delete.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_header_matches.py to test_list_header_matches.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_index.py to test_list_index.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_joinleave.py to test_list_joinleave.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_member_options.py to test_list_member_options.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_members.py to test_list_members.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_moderation.py to test_list_moderation.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_new.py to test_list_new.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_settings.py to test_list_settings.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_list_summary.py to test_list_summary.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_membership_helpers.py to test_membership_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_mixins.py to test_mixins.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_models.py to test_models.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_nav_helpers.py to test_nav_helpers.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_rest.py to test_rest.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_subscriptions.py to test_subscriptions.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_system.py to test_system.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_template_view.py to test_template_view.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_user.py to test_user.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_user_forms.py to test_user_forms.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/tests/mailman_api_tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/__init__.py to __init__.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/domain.py to domain.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/generic.py to generic.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/list.py to list.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/rest.py to rest.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/system.py to system.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/template.py to template.cpython-39.pyc byte-compiling /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius/views/user.py to user.cpython-39.pyc writing byte-compilation script '/tmp/tmpmb3d7xht.py' /usr/pkg/bin/python3.9 /tmp/tmpmb3d7xht.py removing /tmp/tmpmb3d7xht.py running install_egg_info Copying src/postorius.egg-info to /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius-1.3.10-py3.9.egg-info running install_scripts => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius-1.3.10-py3.9.egg-info"; then /usr/bin/find /tmp/www/py-postorius/work/.destdir/usr/pkg/lib/python3.9/site-packages/postorius-1.3.10-py3.9.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py39-postorius-1.3.10 => Checking for non-existent script interpreters in py39-postorius-1.3.10 => Checking file permissions in py39-postorius-1.3.10 warning: /tmp: group permissions (rwx) are higher than owner permissions (--x). warning: /tmp: group-writable directory. error: /tmp: world-writable directory. 1 errors and 2 warnings. *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-postorius *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/py-postorius