Date: Sun, 15 Dec 2019 17:00:33 +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: r520185 - head/misc/py-glance Message-ID: <201912151700.xBFH0XPg077817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912151700.xBFH0XPg077817>