Skip to content

Cannot build/run bundler in dev environment anymore #129

@HarikalarKutusu

Description

@HarikalarKutusu

This package got very old, I think it should be refactored having the same functionality.

Here is what I get:

 > [bundler 12/18] RUN cd CorporaCreator && python3 setup.py install --user:
0.767 /home/node/CorporaCreator/setup.py:13: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
0.767   from pkg_resources import require, VersionConflict
0.864 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead.
0.864 !!
0.864 
0.864         ********************************************************************************
0.864         Usage of dash-separated 'author-email' will not be supported in future
0.864         versions. Please use the underscore name 'author_email' instead.
0.864 
0.864         By 2026-Mar-03, you need to update your project and remove deprecated calls
0.864         or your builds will no longer be supported.
0.864 
0.864         See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
0.864         ********************************************************************************
0.864 
0.864 !!
0.864   opt = self._enforce_underscore(opt, section)
0.864 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'long-description' in 'metadata' (setup.cfg), please use the underscore name 'long_description' instead.
0.864 !!
0.864 
0.864         ********************************************************************************
0.864         Usage of dash-separated 'long-description' will not be supported in future
0.864         versions. Please use the underscore name 'long_description' instead.
0.864 
0.864         By 2026-Mar-03, you need to update your project and remove deprecated calls
0.864         or your builds will no longer be supported.
0.864 
0.864         See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
0.864         ********************************************************************************
0.864 
0.864 !!
0.864   opt = self._enforce_underscore(opt, section)
0.884 /usr/local/lib/python3.9/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
0.884 !!
0.884 
0.884         ********************************************************************************
0.884         Requirements should be satisfied by a PEP 517 installer.
0.884         If you are using pip, you can try `pip install --use-pep517`.
0.884 
0.884         By 2025-Oct-31, you need to update your project and remove deprecated calls
0.884         or your builds will no longer be supported.
0.884         ********************************************************************************
0.884 
0.884 !!
0.884   dist.fetch_build_eggs(dist.setup_requires)
3.283 /home/node/CorporaCreator/.eggs/PyScaffold-3.1-py3.9.egg/pyscaffold/contrib/ptr.py:74: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
3.283 !!
3.283 
3.283         ********************************************************************************
3.283         Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
3.283 
3.283         This deprecation is overdue, please update your project and remove deprecated
3.283         calls to avoid build errors in the future.
3.283         ********************************************************************************
3.283 
3.283 !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions