Skip to content

Commit

Permalink
Merge pull request #167128 from Homebrew/pypi_formula_mappings-normalize
Browse files Browse the repository at this point in the history
pypi_formula_mappings: normalize PyPI package names
  • Loading branch information
chenrui333 authored Mar 25, 2024
2 parents 0db1367 + abd52da commit 3179c98
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"zabbix-api", "junos-eznc", "jxmlease", "dnspython", "pysphere3", "python-consul", "requests-credssp",
"openshift", "pexpect", "ntc-templates", "proxmoxer"
],
"exclude_packages": ["certifi", "cffi", "pycparser", "PyYAML", "six"]
"exclude_packages": ["certifi", "cffi", "pycparser", "pyyaml", "six"]
},
"ansible@8": {
"exclude_packages": ["certifi", "cryptography"],
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"black": "black[d]",
"borgmatic": {
"extra_packages": ["ruamel.yaml.clib"],
"extra_packages": ["ruamel-yaml-clib"],
"exclude_packages": ["certifi"]
},
"bpython": {
Expand Down Expand Up @@ -145,7 +145,7 @@
"exclude_packages": ["certifi"],
"extra_packages": [
"fqdn", "isoduration", "jsonpointer", "rfc3339-validator",
"rfc3987", "uri_template", "webcolors"
"rfc3987", "uri-template", "webcolors"
]
},
"checkdmarc": {
Expand Down Expand Up @@ -243,7 +243,7 @@
"exclude_packages": ["cryptography", "certifi"]
},
"enex2notion": {
"exclude_packages": ["certifi", "lxml", "PyMuPDF", "six"]
"exclude_packages": ["certifi", "lxml", "pymupdf", "six"]
},
"esphome": {
"exclude_packages": ["certifi", "cryptography"]
Expand Down Expand Up @@ -462,7 +462,7 @@
"exclude_packages": ["certifi", "jupyter-server", "nbconvert"]
},
"nicotine-plus": {
"exclude_packages": ["pycairo", "PyGObject"]
"exclude_packages": ["pycairo", "pygobject"]
},
"notifiers": {
"exclude_packages": ["certifi"],
Expand Down Expand Up @@ -551,12 +551,12 @@
},
"pyqt": {
"exclude_packages": [
"PyQt6-3D-Qt6", "PyQt6-Charts-Qt6", "PyQt6-DataVisualization-Qt6",
"PyQt6-NetworkAuth-Qt6", "PyQt6-WebEngine-Qt6", "PyQt6-Qt6"
"pyqt6-3d-qt6", "pyqt6-charts-qt6", "pyqt6-datavisualization-qt6",
"pyqt6-networkauth-qt6", "pyqt6-webengine-qt6", "pyqt6-qt6"
],
"extra_packages": [
"PyQt6-3D", "PyQt6-Charts", "PyQt6-DataVisualization",
"PyQt6-NetworkAuth", "PyQt6-WebEngine"
"pyqt6-3d", "pyqt6-charts", "pyqt6-datavisualization",
"pyqt6-networkauth", "pyqt6-webengine"
]
},
"pyqt@5": {
Expand Down Expand Up @@ -617,7 +617,7 @@
"exclude_packages": ["certifi"],
"extra_packages": [
"pyyaml", "dnspython", "lxml", "mechanize", "requests",
"flask", "flask-restful", "flasgger", "dicttoxml", "XlsxWriter", "unicodecsv", "rq"
"flask", "flask-restful", "flasgger", "dicttoxml", "xlsxwriter", "unicodecsv", "rq"
]
},
"regipy": "regipy[cli]",
Expand Down Expand Up @@ -690,7 +690,7 @@
"extra_packages": ["setuptools"]
},
"snapcraft": {
"extra_packages": ["catkin_pkg"]
"extra_packages": ["catkin-pkg"]
},
"sphinx-doc": {
"exclude_packages": ["certifi"],
Expand Down

0 comments on commit 3179c98

Please sign in to comment.