You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /usr/bin/python3 -sBm build -w --no-isolation* Getting build dependencies for wheel...running egg_infocreating sphinx_tabs.egg-infowriting sphinx_tabs.egg-info/PKG-INFOwriting dependency_links to sphinx_tabs.egg-info/dependency_links.txtwriting requirements to sphinx_tabs.egg-info/requires.txtwriting top-level names to sphinx_tabs.egg-info/top_level.txtwriting manifest file 'sphinx_tabs.egg-info/SOURCES.txt'reading manifest file 'sphinx_tabs.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no previously-included files found matching 'docs'warning: no previously-included files matching '*' found under directory 'docs'warning: no previously-included files found matching 'tests'warning: no previously-included files found matching 'images'warning: no previously-included files matching '*' found under directory 'images'warning: no previously-included files found matching '.pre-commit-config.yaml'warning: no previously-included files found matching '.readthedocs.yml'warning: no previously-included files found matching 'pylint.cfg'warning: no previously-included files found matching 'tox.ini'warning: no previously-included files found matching 'codecov.yml'adding license file 'LICENSE'writing manifest file 'sphinx_tabs.egg-info/SOURCES.txt'* Building wheel...running bdist_wheelrunning buildrunning build_pycreating buildcreating build/libcreating build/lib/sphinx_tabscopying sphinx_tabs/__init__.py -> build/lib/sphinx_tabscopying sphinx_tabs/tabs.py -> build/lib/sphinx_tabsrunning egg_infowriting sphinx_tabs.egg-info/PKG-INFOwriting dependency_links to sphinx_tabs.egg-info/dependency_links.txtwriting requirements to sphinx_tabs.egg-info/requires.txtwriting top-level names to sphinx_tabs.egg-info/top_level.txtreading manifest file 'sphinx_tabs.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no previously-included files found matching 'docs'warning: no previously-included files matching '*' found under directory 'docs'warning: no previously-included files found matching 'tests'warning: no previously-included files found matching 'images'warning: no previously-included files matching '*' found under directory 'images'warning: no previously-included files found matching '.pre-commit-config.yaml'warning: no previously-included files found matching '.readthedocs.yml'warning: no previously-included files found matching 'pylint.cfg'warning: no previously-included files found matching 'tox.ini'warning: no previously-included files found matching 'codecov.yml'adding license file 'LICENSE'writing manifest file 'sphinx_tabs.egg-info/SOURCES.txt'creating build/lib/sphinx_tabs/staticcopying sphinx_tabs/static/tabs.css -> build/lib/sphinx_tabs/staticcopying sphinx_tabs/static/tabs.js -> build/lib/sphinx_tabs/staticinstalling to build/bdist.linux-x86_64/wheelrunning installrunning install_libcreating build/bdist.linux-x86_64creating build/bdist.linux-x86_64/wheelcreating build/bdist.linux-x86_64/wheel/sphinx_tabscopying build/lib/sphinx_tabs/__init__.py -> build/bdist.linux-x86_64/wheel/sphinx_tabscopying build/lib/sphinx_tabs/tabs.py -> build/bdist.linux-x86_64/wheel/sphinx_tabscreating build/bdist.linux-x86_64/wheel/sphinx_tabs/staticcopying build/lib/sphinx_tabs/static/tabs.css -> build/bdist.linux-x86_64/wheel/sphinx_tabs/staticcopying build/lib/sphinx_tabs/static/tabs.js -> build/bdist.linux-x86_64/wheel/sphinx_tabs/staticrunning install_egg_infoCopying sphinx_tabs.egg-info to build/bdist.linux-x86_64/wheel/sphinx_tabs-3.4.5-py3.8.egg-inforunning install_scriptscreating build/bdist.linux-x86_64/wheel/sphinx_tabs-3.4.5.dist-info/WHEELcreating '/home/tkloczko/rpmbuild/BUILD/sphinx-tabs-3.4.5/dist/.tmp-rn1h7h21/sphinx_tabs-3.4.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to itadding 'sphinx_tabs/__init__.py'adding 'sphinx_tabs/tabs.py'adding 'sphinx_tabs/static/tabs.css'adding 'sphinx_tabs/static/tabs.js'adding 'sphinx_tabs-3.4.5.dist-info/LICENSE'adding 'sphinx_tabs-3.4.5.dist-info/METADATA'adding 'sphinx_tabs-3.4.5.dist-info/WHEEL'adding 'sphinx_tabs-3.4.5.dist-info/top_level.txt'adding 'sphinx_tabs-3.4.5.dist-info/RECORD'removing build/bdist.linux-x86_64/wheel/usr/lib/python3.8/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'sphinx_tabs.static' is absent from the `packages` configuration.!! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sphinx_tabs.static' 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 'sphinx_tabs.static' 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 'sphinx_tabs.static' to be distributed and are already explicitly excluding 'sphinx_tabs.static' 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)Successfully built sphinx_tabs-3.4.5-py3-none-any.whl
Reproduce the bug
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
Describe the bug
Looks like
build
shows some warnings.Here is build output:
Reproduce the bug
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
List your environment
List of installed modules in build env:
Please let me know if you need more details or want me to perform some diagnostics.
The text was updated successfully, but these errors were encountered: