Skip to content

Commit

Permalink
[Python3] Revert "Python3 cross build support" (#28468)
Browse files Browse the repository at this point in the history
This reverts commit 1937b15.
  • Loading branch information
autoantwort authored Dec 27, 2022
1 parent c61d55d commit 9478028
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 0 additions & 6 deletions ports/python3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,12 @@ else()
"--without-readline"
"--disable-test-modules"
)
if (VCPKG_CROSSCOMPILING)
list(APPEND OPTIONS "ac_cv_file__dev_ptmx=no")
list(APPEND OPTIONS "ac_cv_file__dev_ptc=no")
endif()

if(VCPKG_TARGET_IS_OSX)
list(APPEND OPTIONS "LIBS=-liconv -lintl")
endif()

vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
DETERMINE_BUILD_TRIPLET
OPTIONS ${OPTIONS}
OPTIONS_DEBUG "--with-pydebug"
)
Expand Down
2 changes: 1 addition & 1 deletion ports/python3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python3",
"version": "3.10.7",
"port-version": 2,
"port-version": 3,
"description": "The Python programming language",
"homepage": "https://github.com/python/cpython",
"license": "Python-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6062,7 +6062,7 @@
},
"python3": {
"baseline": "3.10.7",
"port-version": 2
"port-version": 3
},
"qca": {
"baseline": "2.3.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/python3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "34d2d172a62b2d8da14493b4c6ad9495cf2a28cb",
"version": "3.10.7",
"port-version": 3
},
{
"git-tree": "84623885a79a6bbf45a2bc65ab3328005af389ea",
"version": "3.10.7",
Expand Down

0 comments on commit 9478028

Please sign in to comment.