Skip to content
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

Update a couple of port dependencies #13

Merged
merged 2 commits into from
Feb 13, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- os: macos-13
triplet: x64-osx-dynamic
triplet: x64-osx
- os: macos-14
triplet: arm64-osx
env:
Expand Down
7 changes: 6 additions & 1 deletion ports/py-pip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "py-pip",
"version": "23.3.2",
"port-version": 1,
"description": "Tool for installing and managing Python packages",
"homepage": "https://pypi.org/project/setuptools",
"dependencies": [
"py-setuptools",
"python3",
{
"name": "py-setuptools",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
7 changes: 6 additions & 1 deletion ports/py-ply/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "py-ply",
"version": "3.11",
"port-version": 1,
"description": "Python Lex & Yacc",
"homepage": "https://www.dabeaz.com/ply/",
"dependencies": [
"py-wheel",
"python3",
{
"name": "py-setuptools",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
4 changes: 4 additions & 0 deletions ports/py-pyparsing/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"license": "MIT",
"dependencies": [
"python3",
{
"name": "py-setuptools",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
8 changes: 6 additions & 2 deletions ports/py-pyqt-builder/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "py-pyqt-builder",
"version": "1.15.4",
"port-version": 1,
"port-version": 2,
"description": "PyQt-builder is the PEP 517 compliant build system for PyQt and projects that extend PyQt. It extends the SIP build system and uses Qt’s qmake to perform the actual compilation and installation of extension modules.",
"homepage": "https://www.riverbankcomputing.com/software/pyqt-builder",
"dependencies": [
"py-wheel",
"python3",
{
"name": "py-setuptools",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down
8 changes: 5 additions & 3 deletions ports/py-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "py-sip",
"version": "6.7.12",
"port-version": 1,
"port-version": 2,
"description": "A tool that makes it easy to create Python bindings for C and C++ libraries",
"homepage": "https://www.riverbankcomputing.com/software/sip",
"dependencies": [
"py-wheel",
"py-setuptools",
{
"name": "py-setuptools",
"host": true
},
{
"name": "vcpkg-python-scripts",
"host": true
Expand Down