Date: Thu, 22 Apr 2021 06:24:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255312] devel/py-b2sdk: update to 1.6.0 Message-ID: <bug-255312-7788-mESPNVWEsX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255312-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-255312-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255312 Rainer Hurling <rhurlin@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/Backblaz | |e/b2-sdk-python/releases CC| |rhurlin@FreeBSD.org Assignee|ports-bugs@FreeBSD.org |rhurlin@FreeBSD.org --- Comment #1 from Rainer Hurling <rhurlin@FreeBSD.org> --- Hi Henry, Thanks for the update! After changing the Makefiles last line from .include <bsd.port.mk> into .include <bsd.port.post.mk>, Poudriere fails for all flavors of python in t= he configure phase :( =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase= : configure >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> py38-b2sdk-1.6.0 depends on package: py38-setuptools>0 - found =3D=3D=3D> py38-b2sdk-1.6.0 depends on file: /usr/local/bin/python3.8 - f= ound =3D=3D=3D> Configuring for py38-b2sdk-1.6.0 WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be remov= ed in a future version. Download error on https://pypi.org/simple/setuptools_scm/: [Errno 8] Name d= oes not resolve -- Some packages may not be found! Download error on https://pypi.org/simple/setuptools-scm/: [Errno 8] Name d= oes not resolve -- Some packages may not be found! Couldn't find index page for 'setuptools_scm' (maybe misspelled?) Download error on https://pypi.org/simple/: [Errno 8] Name does not resolve= -- Some packages may not be found! No local packages or working download links found for setuptools_scm<6.0 Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/setuptools/installer.py", li= ne 62, in fetch_build_egg pkg_resources.get_distribution('pip') File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 481, in get_distribution dist =3D get_provider(dist) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 357, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 900, in require needed =3D self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pip' distribution was not found an= d is required by the application During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 42, in <module> setup( File "/usr/local/lib/python3.8/site-packages/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File "/usr/local/lib/python3.8/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/local/lib/python3.8/site-packages/setuptools/dist.py", line 71= 8, in fetch_build_eggs resolved_dists =3D pkg_resources.working_set.resolve( File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 780, in resolve dist =3D best[req.key] =3D env.best_match( File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 1065, in best_match return self.obtain(req, installer) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 1077, in obtain return installer(requirement) File "/usr/local/lib/python3.8/site-packages/setuptools/dist.py", line 77= 7, in fetch_build_egg return fetch_build_egg(self, req) File "/usr/local/lib/python3.8/site-packages/setuptools/installer.py", li= ne 70, in fetch_build_egg return _legacy_fetch_build_egg(dist, req) File "/usr/local/lib/python3.8/site-packages/setuptools/installer.py", li= ne 53, in _legacy_fetch_build_egg return cmd.easy_install(req) File "/usr/local/lib/python3.8/site-packages/setuptools/command/easy_install.py", line 679, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm<6.0') *** Error code 1 Stop. Could you please investigate and have a look what is going wrong here? Than= ks. --=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-255312-7788-mESPNVWEsX>