svn commit: r559223 - head/devel/py-bidict

Antoine Brodin antoine at FreeBSD.org
Fri Dec 25 09:13:51 UTC 2020


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}
 


More information about the svn-ports-head mailing list