File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
serious_python_android/android
serious_python_darwin/darwin
serious_python_linux/linux
serious_python_windows/windows Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : serious_python
22description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33homepage : https://flet.dev
4- repository : https://github.com/flet -dev/serious-python
4+ repository : https://github.com/cfms -dev/serious-python
55version : 0.9.4
66
77platforms :
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ android.defaultConfig.ndk.abiFilters.each { abi ->
9696 }
9797
9898 tasks. register(" downloadDistArchive_$abi " , Download ) {
99- src " https://github.com/flet -dev/python-build/releases/download/v${ python_version} /python-android-dart-${ python_version} -${ abi} .tar.gz"
99+ src " https://github.com/cfms -dev/python-build/releases/download/v${ python_version} /python-android-dart-${ python_version} -${ abi} .tar.gz"
100100 dest new File (buildDir, " python-android-${ abi} .tar.gz" )
101101 }
102102 tasks. register(" untarFile_$abi " , Copy ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -d "$dist" ]; then
77 mkdir -p $dist
88
99 python_ios_dist_file=" python-ios-dart-$python_version .tar.gz"
10- python_ios_dist_url=" https://github.com/flet -dev/python-build/releases/download/v$python_version /$python_ios_dist_file "
10+ python_ios_dist_url=" https://github.com/cfms -dev/python-build/releases/download/v$python_version /$python_ios_dist_file "
1111
1212 # download iOS dist
1313 curl -LO $python_ios_dist_url
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ ! -d "$dist" ]; then
77 mkdir -p $dist
88
99 python_macos_dist_file=" python-macos-dart-$python_version .tar.gz"
10- python_macos_dist_url=" https://github.com/flet -dev/python-build/releases/download/v$python_version /$python_macos_dist_file "
10+ python_macos_dist_url=" https://github.com/cfms -dev/python-build/releases/download/v$python_version /$python_macos_dist_file "
1111
1212 # download macos dist
1313 curl -LO $python_macos_dist_url
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project(${PROJECT_NAME} LANGUAGES CXX)
1717set (PLUGIN_NAME "serious_python_linux_plugin" )
1818
1919set (PYTHON_PACKAGE ${CMAKE_BINARY_DIR} /python)
20- set (PYTHON_URL https://github.com/flet -dev/python-build /releases/download/v${PYTHON_VERSION} /python-linux-dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
20+ set (PYTHON_URL https://github.com/cfms -dev/python-build /releases/download/v${PYTHON_VERSION} /python-linux-dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
2121set (PYTHON_FILE ${CMAKE_BINARY_DIR} /python-linux-dart-${PYTHON_VERSION} -${PYTHON_ARCH} .tar.gz)
2222if (NOT EXISTS ${PYTHON_FILE} )
2323 file (DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE} )
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ include_directories(
6262target_link_libraries (${PLUGIN_NAME} PRIVATE flutter flutter_wrapper_plugin)
6363
6464target_link_libraries (${PLUGIN_NAME} PRIVATE
65- "${PYTHON_PACKAGE} /libs/python312 $<$<CONFIG:Debug>:_d>.lib"
65+ "${PYTHON_PACKAGE} /libs/python314 $<$<CONFIG:Debug>:_d>.lib"
6666)
6767
6868# List of absolute paths to libraries that should be bundled with the plugin.
6969# This list could contain prebuilt libraries, or libraries created by an
7070# external build triggered from this build file.
7171set (serious_python_windows_bundled_libraries
72- "${PYTHON_PACKAGE} /python312 $<$<CONFIG:Debug>:_d>.dll"
72+ "${PYTHON_PACKAGE} /python314 $<$<CONFIG:Debug>:_d>.dll"
7373 "${PYTHON_PACKAGE} /python3$<$<CONFIG:Debug>:_d>.dll"
7474 "$ENV{WINDIR} /system32/msvcp140.dll"
7575 "$ENV{WINDIR} /system32/vcruntime140.dll"
You can’t perform that action at this time.
0 commit comments