svn commit: r520185 - head/misc/py-glance

Antoine Brodin antoine at FreeBSD.org
Sun Dec 15 17:00:33 UTC 2019


Author: antoine
Date: Sun Dec 15 17:00:33 2019
New Revision: 520185
URL: https://svnweb.freebsd.org/changeset/ports/520185

Log:
  Mark BROKEN with recent versions of python, deprecate
  
  PR:		233770

Modified:
  head/misc/py-glance/Makefile

Modified: head/misc/py-glance/Makefile
==============================================================================
--- head/misc/py-glance/Makefile	Sun Dec 15 16:57:34 2019	(r520184)
+++ head/misc/py-glance/Makefile	Sun Dec 15 17:00:33 2019	(r520185)
@@ -14,6 +14,9 @@ COMMENT=	OpenStack Image Service
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Fails to build with recent versions of python, unmaintained
+EXPIRATION_DATE=	2020-02-15
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \
@@ -124,4 +127,10 @@ post-install-DOCS-on:
 			${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
 				"! -name .buildinfo -and ! -name objects.inv")
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 3700
+BROKEN=		fails to build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list