Skip to content
Merged
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
9 changes: 8 additions & 1 deletion ports/py-adbc-driver-manager/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "py-adbc-driver-manager",
"version": "1.10.0",
"port-version": 1,
"description": "A generic entrypoint for ADBC drivers.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +32,13 @@
"dbapi": {
"description": "DBAPI 2.0-compatible interface",
"dependencies": [
"py-pyarrow"
{
"name": "arrow",
"default-features": false,
"features": [
"python"
]
}
]
}
}
Expand Down
9 changes: 8 additions & 1 deletion ports/py-adbc-postgresql/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "py-adbc-postgresql",
"version": "1.10.0",
"port-version": 1,
"description": "An ADBC driver for working with PostgreSQL.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand All @@ -27,7 +28,13 @@
"dbapi": {
"description": "DBAPI 2.0-compatible interface",
"dependencies": [
"py-pyarrow"
{
"name": "arrow",
"default-features": false,
"features": [
"python"
]
}
]
}
}
Expand Down
9 changes: 8 additions & 1 deletion ports/py-adbc-sqlite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "py-adbc-sqlite",
"version": "1.10.0",
"port-version": 1,
"description": "An ADBC driver for working with SQLite.",
"homepage": "https://arrow.apache.org/adbc/",
"license": "Apache-2.0",
Expand All @@ -27,7 +28,13 @@
"dbapi": {
"description": "DBAPI 2.0-compatible interface",
"dependencies": [
"py-pyarrow"
{
"name": "arrow",
"default-features": false,
"features": [
"python"
]
}
]
}
}
Expand Down
9 changes: 8 additions & 1 deletion ports/py-geopandas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "py-geopandas",
"version": "1.1.2",
"port-version": 1,
"description": "Geographic pandas extensions.",
"homepage": "https://geopandas.org",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -34,7 +35,13 @@
"arrow": {
"description": "I/O speedup with pyogrio",
"dependencies": [
"py-pyarrow"
{
"name": "arrow",
"default-features": false,
"features": [
"python"
]
}
]
},
"fiona": {
Expand Down
10 changes: 8 additions & 2 deletions ports/py-pandas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-pandas",
"version": "2.3.3",
"port-version": 1,
"port-version": 2,
"description": "Powerful data structures for data analysis, time series, and statistics.",
"homepage": "https://pandas.pydata.org",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -36,7 +36,13 @@
"arrow": {
"description": "Parquet, ORC, and feather reading / writing",
"dependencies": [
"py-pyarrow"
{
"name": "arrow",
"default-features": false,
"features": [
"python"
]
}
]
},
"computation": {
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"py-adbc-driver-manager": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"py-adbc-postgresql": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"py-adbc-sqlite": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"py-add-vcpkg-dll-path": {
"baseline": "2024-03-13",
Expand Down Expand Up @@ -134,7 +134,7 @@
},
"py-geopandas": {
"baseline": "1.1.2",
"port-version": 0
"port-version": 1
},
"py-gpep517": {
"baseline": "16",
Expand Down Expand Up @@ -230,7 +230,7 @@
},
"py-pandas": {
"baseline": "2.3.3",
"port-version": 1
"port-version": 2
},
"py-pathspec": {
"baseline": "1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions versions/p-/py-adbc-driver-manager.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"versions": [
{
"git-tree": "24eb0e265b6d502c28131c6f5af60d29c42b592e",
"version": "1.10.0",
"port-version": 1
},
{
"git-tree": "519b5c6deaf28f19bb75616f9256892f3cc66e96",
"version": "1.10.0",
"port-version": 0
},
{
"git-tree": "7aad1d9682ec6d39e02ad80fea12f59d4e5f8172",
"version": "1.9.0",
"port-version": 1
},
{
"git-tree": "e2afe04f5b79adf811bf15e6cb1ff1ff9f84d1d9",
"version": "1.9.0",
Expand Down
10 changes: 10 additions & 0 deletions versions/p-/py-adbc-postgresql.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"versions": [
{
"git-tree": "ac732d8bad7a0c7cc5fb9e48a456b96faf2680de",
"version": "1.10.0",
"port-version": 1
},
{
"git-tree": "4dd6120c181c4f9bccdb0afb3140eb5475577354",
"version": "1.10.0",
"port-version": 0
},
{
"git-tree": "76649716647f36b9727c0f5cae0c0405fe3f0d85",
"version": "1.9.0",
"port-version": 1
},
{
"git-tree": "68a36df265f97766a33851bb4dbc34d267d3ffc7",
"version": "1.9.0",
Expand Down
10 changes: 10 additions & 0 deletions versions/p-/py-adbc-sqlite.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"versions": [
{
"git-tree": "24aa4c1013c08b0d23a815dc8c1e0107eccc36ab",
"version": "1.10.0",
"port-version": 1
},
{
"git-tree": "70d4c4e540194459e3ade560933d7a737be0c449",
"version": "1.10.0",
"port-version": 0
},
{
"git-tree": "74b9ee600941b2f75e66e996bfe299c0bebeeaf2",
"version": "1.9.0",
"port-version": 2
},
{
"git-tree": "0520ea16d3a60e9604e63329bc507c07aec9d459",
"version": "1.9.0",
Expand Down
10 changes: 10 additions & 0 deletions versions/p-/py-geopandas.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"versions": [
{
"git-tree": "def4c764ec672394bc211c383f8a83a322f62108",
"version": "1.1.2",
"port-version": 1
},
{
"git-tree": "06ea6cd7b098bfd0a76bd9a3edb1de89c84ccbe9",
"version": "1.1.2",
"port-version": 0
},
{
"git-tree": "509a8d1ad3428c5649ca11f5939cf6fcf3146ee6",
"version": "1.1.1",
"port-version": 2
},
{
"git-tree": "60794cfe06d1924012e2f541b696aaff25303981",
"version": "1.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pandas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6b7a9212ca779504cbfde21db1cb00d01d603309",
"version": "2.3.3",
"port-version": 2
},
{
"git-tree": "67b8c77860cda7efca6a9ede9c60a84f71f719c4",
"version": "2.3.3",
Expand Down
Loading