Skip to content

Commit

Permalink
Fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent c5c9b84 commit 804c15f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ports/py-gpep517/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-gpep517",
"version": "15",
"port-version": "1",
"port-version": 1,
"description": "Python package builder and installer for non-pip-centric world",
"homepage": "https://github.com/projg2/gpep517",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyparsing/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-pyparsing",
"version": "3.1.1",
"port-version": "1",
"port-version": 1,
"description": "Python library for creating PEG parsers",
"homepage": "https://github.com/pyparsing/pyparsing",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt-builder/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-pyqt-builder",
"version": "1.15.4",
"port-version": "1",
"port-version": 1,
"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": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-pyqt6",
"version": "6.6.1",
"port-version": "1",
"port-version": 1,
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-setuptools",
"version": "69.0.3",
"port-version": "1",
"port-version": 1,
"description": "Official project repository for the Setuptools build system ",
"homepage": " pypi.org/project/setuptools/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "py-sip",
"version": "6.7.12",
"port-version": "1",
"port-version": 1,
"description": "A tool that makes it easy to create Python bindings for C and C++ libraries",
"homepage": "https://www.riverbankcomputing.com/software/sip",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion ports/vcpkg-python-scripts/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vcpkg-python-scripts",
"version-date": "2023-06-28",
"port-version": "1",
"port-version": 1,
"documentation": "https://vcpkg.io/en/docs/README.html",
"license": "MIT",
"supports": "native",
Expand Down

0 comments on commit 804c15f

Please sign in to comment.