Date: Mon, 5 Aug 2019 10:02:11 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508154 - head/textproc/py-elasticsearch-curator Message-ID: <201908051002.x75A2BIk017338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Aug 5 10:02:10 2019 New Revision: 508154 URL: https://svnweb.freebsd.org/changeset/ports/508154 Log: Mark BROKEN: fails to configure Download error on https://pypi.org/simple/docutils/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for docutils<0.15,>=0.10 Traceback (most recent call last): File "setup.py", line 37, in <module> from cx_Freeze import setup, Executable ModuleNotFoundError: No module named 'cx_Freeze' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 173, in <module> tests_require = ["mock", "nose", "coverage", "nosexcover"] File "/usr/local/lib/python3.6/site-packages/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File "/usr/local/lib/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/local/lib/python3.6/site-packages/setuptools/dist.py", line 717, in fetch_build_eggs replace_conflicting=True, File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve replace_conflicting=replace_conflicting File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match return self.obtain(req, installer) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain return installer(requirement) File "/usr/local/lib/python3.6/site-packages/setuptools/dist.py", line 784, in fetch_build_egg return cmd.easy_install(req) File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 673, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('docutils<0.15,>=0.10') Modified: head/textproc/py-elasticsearch-curator/Makefile Modified: head/textproc/py-elasticsearch-curator/Makefile ============================================================================== --- head/textproc/py-elasticsearch-curator/Makefile Mon Aug 5 10:00:11 2019 (r508153) +++ head/textproc/py-elasticsearch-curator/Makefile Mon Aug 5 10:02:10 2019 (r508154) @@ -12,6 +12,8 @@ COMMENT= Python index manager for Elasticsearch LICENSE= APACHE20 +BROKEN= fails to configure + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.7.24:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2018.10.15:security/py-certifi@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908051002.x75A2BIk017338>