File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9292 ./vcpkg/vcpkg install $VCPKG_OPTIONS py-jsonschema
9393 ./vcpkg/vcpkg install $VCPKG_OPTIONS py-networkx
9494 ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyproj
95+ ./vcpkg/vcpkg install $VCPKG_OPTIONS py-lxml
9596
9697 # ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
9798
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ vcpkg_from_pythonhosted(
55 SHA512 2aaa37a4504cd23d2022cbe7c2d99173aa0e3d6ec82a95e2429369ef3ef787db185440b8581db975cb81287c3ab533dd2e7cb447cefe0d7e628082f51c5b5254
66)
77
8- file (WRITE "${SOURCE_PATH} /setup.cfg" "
8+ if (VCPKG_TARGET_IS_WINDOWS)
9+ file (WRITE "${SOURCE_PATH} /setup.cfg" "
910[build_ext]
1011include_dirs=${CURRENT_INSTALLED_DIR} /include;${CURRENT_INSTALLED_DIR} /include/libxml2
1112library_dirs=${CURRENT_INSTALLED_DIR} /lib
1213libraries=libxml2
1314" )
15+ endif ()
1416
1517vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH} " )
1618
Original file line number Diff line number Diff line change 11{
22 "name" : " py-lxml" ,
33 "version" : " 6.0.2" ,
4- "port-version" : 1 ,
4+ "port-version" : 2 ,
55 "description" : " Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." ,
66 "homepage" : " https://lxml.de/" ,
77 "dependencies" : [
Original file line number Diff line number Diff line change 154154 },
155155 "py-lxml" : {
156156 "baseline" : " 6.0.2" ,
157- "port-version" : 1
157+ "port-version" : 2
158158 },
159159 "py-markupsafe" : {
160160 "baseline" : " 3.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " b202e462059242a561c800ef7a8b48ede970930d" ,
5+ "version" : " 6.0.2" ,
6+ "port-version" : 2
7+ },
38 {
49 "git-tree" : " 8b6645887d712e767a994bb28bb51912bfa9d9b0" ,
510 "version" : " 6.0.2" ,
You can’t perform that action at this time.
0 commit comments