svn commit: r523716 - in head: net-im/py-matrix-synapse security/py-keystone

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 11:06:17 UTC 2020


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 at py35 processing package py35-matrix-synapse-1.7.2_1 from net-im/py-matrix-synapse at py35 -- Is SUBDIR+=py-pysaml2 at 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 at py35 processing package py35-matrix-synapse-1.7.2_1
  Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2 at py35 processing package py35-keystone-13.0.0_1 from security/py-keystone at py35 -- Is SUBDIR+=py-pysaml2 at 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 at 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
 


More information about the svn-ports-all mailing list