Skip to content

3.5.0: pep517 build warnings #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kloczek opened this issue Oct 28, 2024 · 0 comments
Closed

3.5.0: pep517 build warnings #500

kloczek opened this issue Oct 28, 2024 · 0 comments
Labels
type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation

Comments

@kloczek
Copy link

kloczek commented Oct 28, 2024

+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
creating gql.egg-info
writing gql.egg-info/PKG-INFO
writing dependency_links to gql.egg-info/dependency_links.txt
writing entry points to gql.egg-info/entry_points.txt
writing requirements to gql.egg-info/requires.txt
writing top-level names to gql.egg-info/top_level.txt
writing manifest file 'gql.egg-info/SOURCES.txt'
reading manifest file 'gql.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'dev_requirements.txt'
warning: no files found matching '*.jpg' under directory 'docs'
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'gql-checker'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'gql.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        ********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        By 2025-Aug-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.
        ********************************************************************************

!!
@leszekhanusz leszekhanusz added the type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Changes to the build process or auxiliary tools and libraries such as documentation generation
Projects
None yet
Development

No branches or pull requests

2 participants