Skip to content

Commit

Permalink
[py-lxml] Fix linker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 25, 2024
1 parent 7985945 commit 020012c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ports/py-lxml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "py-lxml",
"version": "5.3.0",
"port-version": 1,
"port-version": 2,
"description": "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.",
"homepage": "https://lxml.de/",
"dependencies": [
"libxml2",
"libxslt",
{
"name": "libxslt",
"features": [
"profiler"
]
},
{
"name": "py-setuptools",
"host": true
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"py-lxml": {
"baseline": "5.3.0",
"port-version": 1
"port-version": 2
},
"py-markupsafe": {
"baseline": "3.0.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-lxml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e6ca783337e3c5407807c1f9fa7d32c56fa222cd",
"version": "5.3.0",
"port-version": 2
},
{
"git-tree": "a4fdde6a73b528aa740f6856bb432dfa915ca6e0",
"version": "5.3.0",
Expand Down

0 comments on commit 020012c

Please sign in to comment.