On Wed, Nov 11, 2020 at 02:47:04AM -0700, Sebastian Reitenbach wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2020/11/11 02:47:04
>
> Modified files:
> www/py-urllib3 : Makefile distinfo
> www/py-urllib3/pkg: PLIST
This broke sysutils/py-elasticsearch-curator:
===> Compiler link: clang -> /usr/bin/clang
===> Compiler link: clang++ -> /usr/bin/clang++
===> Compiler link: cc -> /usr/bin/cc
===> Compiler link: c++ -> /usr/bin/c++
===> Generating configure for py3-elasticsearch-curator-5.8.1p1
===> Configuring for py3-elasticsearch-curator-5.8.1p1
===> Building for py3-elasticsearch-curator-5.8.1p1
/usr/local/lib/python3.8/site-packages/requests/__init__.py:89:
RequestsDependencyWarning: urllib3 (1.26.0) or chardet (3.0.4) doesn't match a
supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
/exopi-obj/pobj/py3-elasticsearch-curator-5.8.1/elasticsearch-curator-5.8.1/curator/actions.py:149:
SyntaxWarning: "is" with a literal. Did you mean "=="?
'to' if job is 'add' else 'from',
WARNING: The pip package is not available, falling back to EasyInstall for
handling setup_requires/test_requires; this is deprecated and will be removed
in a future version.
Download error on https://pypi.org/simple/urllib3/: [Errno -5] no address
associated with name -- Some packages may not be found!
Download error on https://pypi.org/simple/: [Errno -5] no address associated
with name -- Some packages may not be found!
No local packages or working download links found for
urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Traceback (most recent call last):
File "./setup.py", line 39, in <module>
from cx_Freeze import setup, Executable
ModuleNotFoundError: No module named 'cx_Freeze'
During handling of the above exception, another exception occurred:
--
Antoine