kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

2.0.5: test/ content is installed #407

Closed kloczek closed 1 year ago

kloczek commented 1 year ago

Looks like test/ content is installed

+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
running egg_info
creating argcomplete.egg-info
writing argcomplete.egg-info/PKG-INFO
writing dependency_links to argcomplete.egg-info/dependency_links.txt
writing requirements to argcomplete.egg-info/requires.txt
writing top-level names to argcomplete.egg-info/top_level.txt
writing manifest file 'argcomplete.egg-info/SOURCES.txt'
reading manifest file 'argcomplete.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.rst'
writing manifest file 'argcomplete.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/argcomplete
copying argcomplete/__init__.py -> build/lib/argcomplete
copying argcomplete/_check_console_script.py -> build/lib/argcomplete
copying argcomplete/_check_module.py -> build/lib/argcomplete
copying argcomplete/completers.py -> build/lib/argcomplete
copying argcomplete/my_argparse.py -> build/lib/argcomplete
copying argcomplete/my_shlex.py -> build/lib/argcomplete
copying argcomplete/shell_integration.py -> build/lib/argcomplete
creating build/lib/test
creating build/lib/test/test_package
copying test/test_package/__init__.py -> build/lib/test/test_package
copying test/test_package/setup.py -> build/lib/test/test_package
copying test/test_package/test_module.py -> build/lib/test/test_package
creating build/lib/test/test_package/test_package
copying test/test_package/test_package/__init__.py -> build/lib/test/test_package/test_package
running egg_info
writing argcomplete.egg-info/PKG-INFO
writing dependency_links to argcomplete.egg-info/dependency_links.txt
writing requirements to argcomplete.egg-info/requires.txt
writing top-level names to argcomplete.egg-info/top_level.txt
reading manifest file 'argcomplete.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.rst'
writing manifest file 'argcomplete.egg-info/SOURCES.txt'
creating build/lib/argcomplete/bash_completion.d
copying argcomplete/bash_completion.d/python-argcomplete -> build/lib/argcomplete/bash_completion.d
running build_scripts
creating build/scripts-3.8
copying and adjusting scripts/register-python-argcomplete -> build/scripts-3.8
copying scripts/python-argcomplete-tcsh -> build/scripts-3.8
copying and adjusting scripts/python-argcomplete-check-easy-install-script -> build/scripts-3.8
copying and adjusting scripts/activate-global-python-argcomplete -> build/scripts-3.8
changing mode of build/scripts-3.8/register-python-argcomplete from 644 to 755
changing mode of build/scripts-3.8/python-argcomplete-check-easy-install-script from 644 to 755
changing mode of build/scripts-3.8/activate-global-python-argcomplete from 644 to 755
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/__init__.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/_check_console_script.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/_check_module.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/completers.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/my_argparse.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/my_shlex.py -> build/bdist.linux-x86_64/wheel/argcomplete
copying build/lib/argcomplete/shell_integration.py -> build/bdist.linux-x86_64/wheel/argcomplete
creating build/bdist.linux-x86_64/wheel/argcomplete/bash_completion.d
copying build/lib/argcomplete/bash_completion.d/python-argcomplete -> build/bdist.linux-x86_64/wheel/argcomplete/bash_completion.d
creating build/bdist.linux-x86_64/wheel/test
creating build/bdist.linux-x86_64/wheel/test/test_package
copying build/lib/test/test_package/__init__.py -> build/bdist.linux-x86_64/wheel/test/test_package
copying build/lib/test/test_package/setup.py -> build/bdist.linux-x86_64/wheel/test/test_package
copying build/lib/test/test_package/test_module.py -> build/bdist.linux-x86_64/wheel/test/test_package
creating build/bdist.linux-x86_64/wheel/test/test_package/test_package
copying build/lib/test/test_package/test_package/__init__.py -> build/bdist.linux-x86_64/wheel/test/test_package/test_package
running install_egg_info
Copying argcomplete.egg-info to build/bdist.linux-x86_64/wheel/argcomplete-2.0.5-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data
creating build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts
copying build/scripts-3.8/register-python-argcomplete -> build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts
copying build/scripts-3.8/python-argcomplete-tcsh -> build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts
copying build/scripts-3.8/python-argcomplete-check-easy-install-script -> build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts
copying build/scripts-3.8/activate-global-python-argcomplete -> build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts/register-python-argcomplete to 755
changing mode of build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts/python-argcomplete-tcsh to 755
changing mode of build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts/python-argcomplete-check-easy-install-script to 755
changing mode of build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.data/scripts/activate-global-python-argcomplete to 755
creating build/bdist.linux-x86_64/wheel/argcomplete-2.0.5.dist-info/WHEEL
creating '/home/tkloczko/rpmbuild/BUILD/argcomplete-2.0.5/dist/.tmp-fumqvu5y/argcomplete-2.0.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'argcomplete/__init__.py'
adding 'argcomplete/_check_console_script.py'
adding 'argcomplete/_check_module.py'
adding 'argcomplete/completers.py'
adding 'argcomplete/my_argparse.py'
adding 'argcomplete/my_shlex.py'
adding 'argcomplete/shell_integration.py'
adding 'argcomplete/bash_completion.d/python-argcomplete'
adding 'argcomplete-2.0.5.data/scripts/activate-global-python-argcomplete'
adding 'argcomplete-2.0.5.data/scripts/python-argcomplete-check-easy-install-script'
adding 'argcomplete-2.0.5.data/scripts/python-argcomplete-tcsh'
adding 'argcomplete-2.0.5.data/scripts/register-python-argcomplete'
adding 'test/test_package/__init__.py'                                                 <<<<< HERE
adding 'test/test_package/setup.py'
adding 'test/test_package/test_module.py'
adding 'test/test_package/test_package/__init__.py'
adding 'argcomplete-2.0.5.dist-info/LICENSE.rst'
adding 'argcomplete-2.0.5.dist-info/METADATA'
adding 'argcomplete-2.0.5.dist-info/WHEEL'
adding 'argcomplete-2.0.5.dist-info/top_level.txt'
adding 'argcomplete-2.0.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built argcomplete-2.0.5-py3-none-any.whl
kislyuk commented 1 year ago

This should be resolved by #406. LMK if you see anything indicating the contrary.