-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add port vcpkg-tool-python2 #23431
add port vcpkg-tool-python2 #23431
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5962cf5a3bfc2124e8de991a4e45a8edcb3b4c69 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 86debae..e827c0e 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5614,7 +5614,7 @@
},
"qt5-base": {
"baseline": "5.15.3",
- "port-version": 0
+ "port-version": 1
},
"qt5-canvas3d": {
"baseline": "0",
@@ -5742,7 +5742,7 @@
},
"qt5-webengine": {
"baseline": "5.15.3",
- "port-version": 0
+ "port-version": 1
},
"qt5-webglplugin": {
"baseline": "5.15.3",
@@ -7244,6 +7244,10 @@
"baseline": "2021-10-23",
"port-version": 0
},
+ "vcpkg-tool-lessmsi": {
+ "baseline": "1.10.0",
+ "port-version": 0
+ },
"vcpkg-tool-meson": {
"baseline": "0.60.2",
"port-version": 2
@@ -7252,6 +7256,10 @@
"baseline": "14.17.4",
"port-version": 0
},
+ "vcpkg-tool-python2": {
+ "baseline": "2.7.18",
+ "port-version": 0
+ },
"vectorclass": {
"baseline": "2.00.01",
"port-version": 2
diff --git a/versions/q-/qt5-base.json b/versions/q-/qt5-base.json
index fc639f1..3cfd72e 100644
--- a/versions/q-/qt5-base.json
+++ b/versions/q-/qt5-base.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "c3f2a311bffa94b9a66d5d0e4f04b1d235813227",
+ "version": "5.15.3",
+ "port-version": 1
+ },
{
"git-tree": "8c2fa92b6281b496e3aead1b02238ab7668c204a",
"version": "5.15.3",
diff --git a/versions/q-/qt5-webengine.json b/versions/q-/qt5-webengine.json
index b7b79a2..eb34c4d 100644
--- a/versions/q-/qt5-webengine.json
+++ b/versions/q-/qt5-webengine.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "66ae5d14ade46af7612f7b3ee4657e787ff05889",
+ "version": "5.15.3",
+ "port-version": 1
+ },
{
"git-tree": "4b097155aca1faecdaa639daec2395e9a8c0cdad",
"version": "5.15.3",
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/vcpkg-tool-lessmsi/vcpkg.json
ports/vcpkg-tool-python2/vcpkg.json
Valid values for the license field can be found in the documentation
@@ -0,0 +1,17 @@ | |||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like a script to go along with this eventually, but I'm not going to block on that.
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
adjust search path generate a details.cmake for vcpkg_find_acquire_program
Since my PR #23478 and this PR requires each other, can you please merge my changes into this? |
And what about the python3:x64-linux regression? |
that is a vcpkg-tool update regression. Previously stuff like that was not checked on other platforms then windows. |
Ah I remember that just now, that's because the dependency libraries are mismatched. |
|
@JackBoosY : please do that yourself. I want have time until very much later today.
Where did you see that? |
When building
|
@JackBoosY: Yeah that is because I didn't adjust all usages of |
@Neumann-A Does that mean we can't use this changes to fix the python2 regression completely? |
It is only fixed if the ports using python2 are depending on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/blitz/vcpkg.json
ports/shiva/vcpkg.json
ports/v8/vcpkg.json
ports/vcpkg-gn/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/blitz/vcpkg.json
ports/shiva/vcpkg.json
ports/v8/vcpkg.json
ports/vcpkg-gn/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout af2287382b1991dbdcb7e5112d236f3323b9dd7a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 19a1479..6542309 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5838,7 +5838,7 @@
},
"qtinterfaceframework": {
"baseline": "6.2.3",
- "port-version": 1
+ "port-version": 2
},
"qtkeychain": {
"baseline": "0.13.2",
diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json
index f1d4811..3dc3a83 100644
--- a/versions/q-/qtinterfaceframework.json
+++ b/versions/q-/qtinterfaceframework.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "42968cd54d91bbbf94a3c5aaaf6f1de876b0efac",
+ "version": "6.2.3",
+ "port-version": 2
+ },
{
"git-tree": "26fa7610125a5a6b54ced0cda87ab6621a42a1d9",
"version": "6.2.3",
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/blitz/vcpkg.json
ports/shiva/vcpkg.json
ports/v8/vcpkg.json
ports/vcpkg-gn/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/blitz/vcpkg.json
ports/shiva/vcpkg.json
ports/v8/vcpkg.json
ports/vcpkg-gn/vcpkg.json
Valid values for the license field can be found in the documentation
depends #23525 to be green in CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/blitz/vcpkg.json
ports/shiva/vcpkg.json
ports/v8/vcpkg.json
ports/vcpkg-gn/vcpkg.json
Valid values for the license field can be found in the documentation
adds two ports
Other stuff: