Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 11:06:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523716 - in head: net-im/py-matrix-synapse security/py-keystone
Message-ID:  <202001211106.00LB6GNG035726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 21 11:06:16 2020
New Revision: 523716
URL: https://svnweb.freebsd.org/changeset/ports/523716

Log:
  When you remove a Python version from a port (security/py-pysaml2 here)
  you have to make sure the ports that depend on it will not try to use
  that version, otherwise it breaks bulk -a.
  
  Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1 from net-im/py-matrix-synapse@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide the 'py35' FLAVOR?
  Error: compute_deps_pkg failed to lookup existing pkgname for security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1
  Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1 from security/py-keystone@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide the 'py35' FLAVOR?
  Error: compute_deps_pkg failed to lookup existing pkgname for security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1
  
  Pointy hat:	sunpoet

Modified:
  head/net-im/py-matrix-synapse/Makefile   (contents, props changed)
  head/security/py-keystone/Makefile   (contents, props changed)

Modified: head/net-im/py-matrix-synapse/Makefile
==============================================================================
--- head/net-im/py-matrix-synapse/Makefile	Tue Jan 21 11:06:10 2020	(r523715)
+++ head/net-im/py-matrix-synapse/Makefile	Tue Jan 21 11:06:16 2020	(r523716)
@@ -52,7 +52,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0:
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 

Modified: head/security/py-keystone/Makefile
==============================================================================
--- head/security/py-keystone/Makefile	Tue Jan 21 11:06:10 2020	(r523715)
+++ head/security/py-keystone/Makefile	Tue Jan 21 11:06:16 2020	(r523716)
@@ -51,7 +51,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/p
 		${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${PY_FLAVOR}
 
-USES=		python:3.4+
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 



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