Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:13:50 +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: r559223 - head/devel/py-bidict
Message-ID:  <202012250913.0BP9DoD3082803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 25 09:13:50 2020
New Revision: 559223
URL: https://svnweb.freebsd.org/changeset/ports/559223

Log:
  Mark BROKEN
  
  distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm<4')
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-bidict/Makefile

Modified: head/devel/py-bidict/Makefile
==============================================================================
--- head/devel/py-bidict/Makefile	Fri Dec 25 09:11:53 2020	(r559222)
+++ head/devel/py-bidict/Makefile	Fri Dec 25 09:13:50 2020	(r559223)
@@ -12,6 +12,8 @@ COMMENT=	Bidirectional map implementation and related 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 



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