Opened 3 years ago

Closed 3 years ago

#62616 closed defect (invalid)

py38-parameterized warns: Usage of dash-separated 'description-file' will not be supported in future versions

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: py-parameterized

Description

--->  Building py38-parameterized
DEBUG: Executing proc-pre-org.macports.build-build-0
DEBUG: Executing org.macports.build (py38-parameterized)
DEBUG: Environment: 
CC='/usr/bin/gcc-4.2'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_python_py-parameterized/py38-parameterized/work/.CC_PRINT_OPTIONS'
CFLAGS=' -isysroot/'
CPATH='/opt/local/include'
CXX='/usr/bin/g++-4.2'
CXXFLAGS=' -isysroot/'
DEVELOPER_DIR='/Developer'
F90FLAGS=''
FCFLAGS=''
FFLAGS=''
LDFLAGS=''
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.5'
OBJC='/usr/bin/gcc-4.2'
OBJCFLAGS=' -isysroot/'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_python_py-parameterized/py38-parameterized/work/parameterized-0.8.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 setup.py --no-user-cfg build -j1 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_python_py-parameterized/py38-parameterized/work/parameterized-0.8.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 setup.py --no-user-cfg build -j1 
running build
running build_py
creating build
creating build/lib
creating build/lib/parameterized
copying parameterized/__init__.py -> build/lib/parameterized
copying parameterized/parameterized.py -> build/lib/parameterized
copying parameterized/test.py -> build/lib/parameterized
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: destroot phase started at Fri Apr  2 22:29:14 CEST 2021
--->  Staging py38-parameterized into destroot

Change History (4)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Port: py-parameterized added; py38-parameterized removed

It seems unlikely that this is because of anything we're doing in MacPorts. It sounds more like an upstream bug, so you should file it with the developers of the software.

comment:2 Changed 3 years ago by jmroot (Joshua Root)

Keywords: leopard removed
Type: updatedefect

comment:3 Changed 3 years ago by ballapete (Peter "Pete" Dyballa)

Summary: py38-parameterized warns: sage of dash-separated 'description-file' will not be supported in future versionspy38-parameterized warns: Usage of dash-separated 'description-file' will not be supported in future versions

comment:4 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: invalid
Status: newclosed

not a MacPorts issue. Please report this upstream; they should replace description-file with description_file in their setup.cfg.

Note: See TracTickets for help on using tickets.