Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ vcpkg_cmake_configure(
"-DQHULL_LIBRARY=${qhull_target}"
"-DGDAL_PYTHON_INSTALL_PREFIX=${GDAL_PYTHON_INSTALL_PREFIX}"
"-DCMAKE_PROJECT_INCLUDE=${CMAKE_CURRENT_LIST_DIR}/cmake-project-include.cmake"
"-DPython_EXECUTABLE=${PYTHON3_BUILD_VENV}/bin/python"
OPTIONS_DEBUG
-DBUILD_PYTHON_BINDINGS=OFF
-DBUILD_APPS=OFF
Expand Down
9 changes: 4 additions & 5 deletions ports/gdal/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,13 @@
"description": "Build python bindings",
"dependencies": [
"py-numpy",
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"numpy"
]
}
]
},
Expand Down
23 changes: 5 additions & 18 deletions ports/py-adbc-driver-manager/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
{
"name": "py-adbc-driver-manager",
"version": "1.10.0",
"port-version": 1,
"port-version": 3,
"description": "A generic entrypoint for ADBC drivers.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "py-cython",
"host": true
},
{
"name": "py-gpep517",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"cython"
]
}
],
"features": {
Expand Down
6 changes: 1 addition & 5 deletions ports/py-adbc-postgresql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-adbc-postgresql",
"version": "1.10.0",
"port-version": 1,
"port-version": 2,
"description": "An ADBC driver for working with PostgreSQL.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand All @@ -15,10 +15,6 @@
},
"py-adbc-driver-manager",
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
6 changes: 1 addition & 5 deletions ports/py-adbc-sqlite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-adbc-sqlite",
"version": "1.10.0",
"port-version": 1,
"port-version": 2,
"description": "An ADBC driver for working with SQLite.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand All @@ -15,10 +15,6 @@
},
"py-adbc-driver-manager",
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
9 changes: 1 addition & 8 deletions ports/py-affine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"name": "py-affine",
"version": "2.4.0",
"port-version": 1,
"description": "Matrices describing affine transformation of the plane.",
"homepage": "https://github.com/rasterio/affine",
"dependencies": [
{
"name": "py-flit-core",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
18 changes: 5 additions & 13 deletions ports/py-attrs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"name": "py-attrs",
"version": "25.4.0",
"port-version": 1,
"description": "Classes Without Boilerplate.",
"homepage": "https://www.attrs.org/",
"dependencies": [
{
"name": "py-hatch-fancy-pypi-readme",
"host": true
},
{
"name": "py-hatchling",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"hatchling"
]
}
]
}
5 changes: 1 addition & 4 deletions ports/py-autopep8/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "py-autopep8",
"version": "2.3.2",
"port-version": 1,
"description": "A tool that automatically formats Python code to conform to the PEP 8 style guide",
"homepage": "https://github.com/hhatto/autopep8",
"dependencies": [
"py-pycodestyle",
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
15 changes: 5 additions & 10 deletions ports/py-beautifulsoup4/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
{
"name": "py-beautifulsoup4",
"version": "4.14.3",
"port-version": 1,
"port-version": 2,
"description": "Screen-scraping library.",
"homepage": "https://www.crummy.com/software/BeautifulSoup/",
"dependencies": [
{
"name": "py-hatchling",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"py-typing-extensions",
"python3",
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"hatchling"
]
}
]
}
14 changes: 1 addition & 13 deletions ports/py-beniget/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
{
"name": "py-beniget",
"version": "0.5.0",
"port-version": 1,
"port-version": 3,
"description": "Extract semantic information about static Python code.",
"homepage": "https://github.com/serge-sans-paille/beniget",
"dependencies": [
"py-gast",
{
"name": "py-gpep517",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
5 changes: 1 addition & 4 deletions ports/py-blinker/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "py-blinker",
"version": "1.9.0",
"port-version": 1,
"description": "Fast, simple object-to-object and broadcast signaling",
"homepage": "https://blinker.readthedocs.io/",
"dependencies": [
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
11 changes: 6 additions & 5 deletions ports/py-bottleneck/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"name": "py-bottleneck",
"version": "1.6.0",
"port-version": 1,
"description": "Fast NumPy array functions written in C.",
"homepage": "https://github.com/pydata/bottleneck",
"dependencies": [
"py-numpy",
{
"name": "py-versioneer",
"host": true
},
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"numpy",
"versioneer"
]
}
]
}
18 changes: 5 additions & 13 deletions ports/py-calamine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"name": "py-calamine",
"version": "0.6.2",
"port-version": 1,
"description": "Python binding for Rust's library for reading excel and odf file - calamine.",
"homepage": "https://github.com/dimastbk/python-calamine",
"dependencies": [
{
"name": "py-maturin",
"host": true
},
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"maturin"
]
},
{
"name": "vcpkg-tool-rust",
Expand Down
6 changes: 3 additions & 3 deletions ports/py-certifi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "py-certifi",
"version-date": "2026-02-25",
"port-version": 1,
"description": "A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.",
"homepage": "https://github.com/certifi/python-certifi",
"license": null,
"dependencies": [
"py-semantic-version",
{
"name": "py-setuptools",
"name": "vcpkg-python-scripts",
"host": true
},
"vcpkg-python-scripts"
}
]
}
5 changes: 1 addition & 4 deletions ports/py-cffi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "py-cffi",
"version": "2.0.0",
"port-version": 1,
"description": "Foreign Function Interface for Python calling C code.",
"homepage": "http://cffi.readthedocs.org/",
"dependencies": [
"py-pycparser",
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
5 changes: 1 addition & 4 deletions ports/py-charset-normalizer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "py-charset-normalizer",
"version": "3.4.6",
"port-version": 1,
"description": "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.",
"homepage": "https://github.com/Ousret/charset_normalizer",
"dependencies": [
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
5 changes: 1 addition & 4 deletions ports/py-click/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "py-click",
"version": "8.3.1",
"port-version": 1,
"description": "Composable command line interface toolkit",
"homepage": "https://palletsprojects.com/p/click/",
"dependencies": [
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
Expand Down
11 changes: 6 additions & 5 deletions ports/py-contourpy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "py-contourpy",
"version": "1.3.3",
"port-version": 1,
"description": "Python library for calculating contours in 2D quadrilateral grids",
"homepage": "https://contourpy.readthedocs.io/",
"dependencies": [
{
"name": "py-setuptools",
"host": true
},
"python3",
{
"name": "vcpkg-python-scripts",
"host": true
"host": true,
"features": [
"meson",
"pybind11"
]
}
]
}
Loading
Loading