View | Details | Raw Unified | Return to bug 242071
Collapse All | Expand All

(-)net/ceph14/Makefile (-1 / +1 lines)
Lines 48-54 Link Here
48
	${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
48
	${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \
49
	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
49
	${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR}
50
50
51
USES=		cmake:noninja fuse gettext-runtime gmake pkgconfig python:3.6 \
51
USES=		cmake:noninja fuse gettext-runtime gmake pkgconfig python:3.6+ \
52
		shebangfix ssl
52
		shebangfix ssl
53
USE_PYTHON=	cython
53
USE_PYTHON=	cython
54
USE_OPENLDAP=	yes
54
USE_OPENLDAP=	yes
(-)net/ceph14/files/patch-cmake_modules_FindPython3Interp.cmake (+11 lines)
Line 0 Link Here
1
--- cmake/modules/FindPython3Interp.cmake.orig	2019-09-13 18:07:41 UTC
2
+++ cmake/modules/FindPython3Interp.cmake
3
@@ -69,7 +69,7 @@
4
 
5
 unset(_Python3_NAMES)
6
 
7
-set(_PYTHON3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
8
+set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
9
 
10
 if(Python3Interp_FIND_VERSION)
11
     if(Python3Interp_FIND_VERSION_COUNT GREATER 1)
(-)net/ceph14/files/patch-cmake_modules_FindPython3Libs.cmake (+11 lines)
Line 0 Link Here
1
--- cmake/modules/FindPython3Libs.cmake.orig	2019-09-13 18:07:41 UTC
2
+++ cmake/modules/FindPython3Libs.cmake
3
@@ -101,7 +101,7 @@ endif()
4
 # To avoid picking up the system Python.h pre-maturely.
5
 set(CMAKE_FIND_FRAMEWORK LAST)
6
 
7
-set(_PYTHON3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
8
+set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
9
 
10
 if(Python3Libs_FIND_VERSION)
11
     if(Python3Libs_FIND_VERSION_COUNT GREATER 1)

Return to bug 242071