Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 02:47:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271717] devel/py-parver build fails, missing dependency setuptools>=64
Message-ID:  <bug-271717-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271717

            Bug ID: 271717
           Summary: devel/py-parver build fails, missing dependency
                    setuptools>=3D64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: jekyll530@hotmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Can't build devel/py-parver with missing dependency error since last update.



# portmaster py39-parver

=3D=3D=3D>>> Currently installed version: py39-parver-0.3.1_1
=3D=3D=3D>>> Port directory: /usr/ports/devel/py-parver@py39

=3D=3D=3D>>> Gathering distinfo list for installed ports

=3D=3D=3D>>> Launching 'make checksum' for devel/py-parver@py39 in backgrou=
nd
=3D=3D=3D>>> Gathering dependency list for devel/py-parver@py39 from ports
=3D=3D=3D>>> Initial dependency check complete for devel/py-parver@py39


=3D=3D=3D>>> Starting build for devel/py-parver@py39 <<<=3D=3D=3D

=3D=3D=3D>>> All dependencies are up to date

=3D=3D=3D>  Cleaning for py39-parver-0.4
=3D=3D=3D>  License MIT accepted by the user
=3D=3D=3D>   py39-parver-0.4 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by py39-parver-0.4 for building
=3D=3D=3D>  Extracting for py39-parver-0.4
=3D> SHA256 Checksum OK for parver-0.4.tar.gz.
=3D=3D=3D>  Patching for py39-parver-0.4
=3D=3D=3D>   py39-parver-0.4 depends on package: py39-setuptools>=3D61 - fo=
und
=3D=3D=3D>   py39-parver-0.4 depends on package: py39-wheel>=3D0 - found
=3D=3D=3D>   py39-parver-0.4 depends on file: /usr/local/bin/python3.9 - fo=
und
=3D=3D=3D>   py39-parver-0.4 depends on package: py39-build>=3D0 - found
=3D=3D=3D>   py39-parver-0.4 depends on package: py39-installer>=3D0 - found
=3D=3D=3D>  Configuring for py39-parver-0.4
=3D=3D=3D>  Building for py39-parver-0.4
* Getting build dependencies for wheel...
running egg_info
writing src/parver.egg-info/PKG-INFO
writing dependency_links to src/parver.egg-info/dependency_links.txt
writing requirements to src/parver.egg-info/requires.txt
writing top-level names to src/parver.egg-info/top_level.txt
reading manifest file 'src/parver.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.coveragerc'
warning: no files found matching 'CHANGELOG.md'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'src/parver.egg-info/SOURCES.txt'

ERROR Missing dependencies:
        setuptools>=3D64
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-parver

=3D=3D=3D>>> make build failed for devel/py-parver@py39
=3D=3D=3D>>> Aborting update


=3D=3D=3D>>> You can restart from the point of failure with this command li=
ne:
       portmaster <flags> devel/py-parver@py39



The dependency is declared in work-py39/parver-0.4/pyproject.toml:

[build-system]
requires =3D ["setuptools>=3D64", "wheel"]
build-backend =3D "setuptools.build_meta"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271717-7788>