-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149377 from p-linnane/pypi_mappings-alphabetize
pypi_formula_mappings: alphabetize
- Loading branch information
Showing
1 changed file
with
58 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,18 @@ | |
"airshare": { | ||
"exclude_packages": ["certifi"] | ||
}, | ||
"all-repos": { | ||
"exclude_packages": ["packaging"] | ||
}, | ||
"aiven-client": { | ||
"exclude_packages": ["certifi"] | ||
}, | ||
"anime-downloader": { | ||
"exclude_packages": ["certifi", "six", "tabulate"] | ||
"all-repos": { | ||
"exclude_packages": ["packaging"] | ||
}, | ||
"animdl": { | ||
"exclude_packages": ["certifi", "pygments", "pyyaml"] | ||
}, | ||
"anime-downloader": { | ||
"exclude_packages": ["certifi", "six", "tabulate"] | ||
}, | ||
"ansible": { | ||
"exclude_packages": [ | ||
"certifi", "cffi", "cryptography", "lxml", "markupsafe", "pycparser", | ||
|
@@ -29,6 +29,11 @@ | |
"python-neutronclient", "pywinrm", "requests-credssp", "shade", "zabbix-api" | ||
] | ||
}, | ||
"ansible-lint": { | ||
"exclude_packages": [ | ||
"ansible-core", "black", "certifi", "pygments", "pyyaml", "yamllint" | ||
] | ||
}, | ||
"[email protected]": { | ||
"extra_packages": [ | ||
"apache-libcloud", "boto3", "dnspython", "docker-py", "junos-eznc", "jxmlease", "kerberos", "ntc-templates", | ||
|
@@ -53,11 +58,6 @@ | |
], | ||
"exclude_packages": ["certifi", "cffi", "pycparser", "PyYAML", "six"] | ||
}, | ||
"ansible-lint": { | ||
"exclude_packages": [ | ||
"ansible-core", "black", "certifi", "pygments", "pyyaml", "yamllint" | ||
] | ||
}, | ||
"apprise": { | ||
"exclude_packages": ["certifi", "markdown", "PyYAML"] | ||
}, | ||
|
@@ -160,63 +160,55 @@ | |
"cffi": { | ||
"exclude_packages": ["pycparser"] | ||
}, | ||
"checkdmarc": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser"] | ||
}, | ||
"coconut": { | ||
"exclude_packages": ["Pygments", "typing-extensions"] | ||
}, | ||
"codelimit": { | ||
"exclude_packages": ["certifi", "Pygments", "typing-extensions", "six"] | ||
}, | ||
"conda-lock" : { | ||
"exclude_packages": [ | ||
"certifi", "cffi", "keyring", "pycparser", "pyyaml", "six", "typing-extensions", "virtualenv" | ||
] | ||
}, | ||
"cfn-flip": { | ||
"exclude_packages": ["six", "PyYAML"] | ||
}, | ||
"cfn-lint": { | ||
"exclude_packages": ["six", "PyYAML", "typing-extensions"] | ||
}, | ||
"charm-tools": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "PyYAML", "six"], | ||
"extra_packages": ["pip==22.3.1", "wheel"] | ||
}, | ||
"charmcraft": { | ||
"extra_packages": ["appdirs", "pydantic"], | ||
"exclude_packages": [ | ||
"certifi", "cffi", "cryptography", "keyring", "pycparser", "PyYAML", | ||
"pytz", "six", "tabulate", "typing-extensions", "packaging" | ||
] | ||
}, | ||
"chatblade": { | ||
"exclude_packages": ["certifi", "pygments", "PyYAML"] | ||
}, | ||
"check-jsonschema": { | ||
"exclude_packages": ["certifi", "six"], | ||
"extra_packages": [ | ||
"fqdn", "idna", "isoduration", "jsonpointer", "rfc3339-validator", | ||
"rfc3987", "uri_template", "webcolors" | ||
] | ||
}, | ||
"ciphey": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"cloudformation-cli": { | ||
"extra_packages": ["cloudformation-cli-go-plugin", "cloudformation-cli-java-plugin", "cloudformation-cli-python-plugin"], | ||
"exclude_packages": ["certifi", "click", "markupsafe", "six", "packaging", "PyYAML", "typing-extensions"] | ||
}, | ||
"charm-tools": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "PyYAML", "six"], | ||
"extra_packages": ["wheel"] | ||
}, | ||
"chatblade": { | ||
"exclude_packages": ["certifi", "pygments", "PyYAML"] | ||
"checkdmarc": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser"] | ||
}, | ||
"checkov": { | ||
"exclude_packages": [ | ||
"certifi", "cffi", "markdown", "packaging", "pycparser", "PyYAML", "six", | ||
"tabulate", "typing-extensions" | ||
] | ||
}, | ||
"ciphey": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"cloudformation-cli": { | ||
"extra_packages": ["cloudformation-cli-go-plugin", "cloudformation-cli-java-plugin", "cloudformation-cli-python-plugin"], | ||
"exclude_packages": ["certifi", "click", "markupsafe", "six", "packaging", "PyYAML", "typing-extensions"] | ||
}, | ||
"cloudiscovery": { | ||
"exclude_packages": ["six", "pytz"] | ||
}, | ||
"commitizen": { | ||
"exclude_packages": ["PyYAML", "typing-extensions", "packaging"] | ||
}, | ||
"conan": { | ||
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"], | ||
"extra_packages": ["distro"] | ||
|
@@ -225,9 +217,6 @@ | |
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"], | ||
"extra_packages": ["distro"] | ||
}, | ||
"commitizen": { | ||
"exclude_packages": ["PyYAML", "typing-extensions", "packaging"] | ||
}, | ||
"cookiecutter": { | ||
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"] | ||
}, | ||
|
@@ -263,14 +252,14 @@ | |
"exclude_packages": ["certifi", "PyYAML"] | ||
}, | ||
"diffoscope": "diffoscope[cmdline]", | ||
"dnstwist": { | ||
"package_name": "dnstwist[full]", | ||
"exclude_packages": ["certifi"] | ||
}, | ||
"dnsrobocert": { | ||
"exclude_packages": [ | ||
"certbot", "certifi", "cffi", "cryptography", "dns-lexicon", "pycparser", "pygments", "pyyaml", "six"] | ||
}, | ||
"dnstwist": { | ||
"package_name": "dnstwist[full]", | ||
"exclude_packages": ["certifi"] | ||
}, | ||
"doc8": { | ||
"exclude_packages": ["docutils", "Pygments"] | ||
}, | ||
|
@@ -376,12 +365,12 @@ | |
"gcalcli": { | ||
"exclude_packages": ["certifi", "six"] | ||
}, | ||
"gdbgui": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"gcovr": { | ||
"exclude_packages": ["pygments"] | ||
}, | ||
"gdbgui": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"ggshield": { | ||
"exclude_packages": [ | ||
"certifi", "cffi", "click", "cryptography", "packaging", "pycparser", | ||
|
@@ -438,13 +427,13 @@ | |
"howdoi": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "Pygments", "six"] | ||
}, | ||
"http-prompt": { | ||
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"] | ||
}, | ||
"httpie": { | ||
"package_name": "httpie", | ||
"exclude_packages": ["certifi", "Pygments"] | ||
}, | ||
"http-prompt": { | ||
"exclude_packages": ["certifi", "Pygments", "PyYAML", "six"] | ||
}, | ||
"huggingface-cli": { | ||
"package_name": "huggingface-hub", | ||
"exclude_packages": ["certifi", "packaging", "PyYAML", "typing-extensions"] | ||
|
@@ -511,16 +500,16 @@ | |
"ldeep": { | ||
"exclude_packages": ["cffi", "cryptography", "pycparser", "six"] | ||
}, | ||
"legit": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"lexicon": { | ||
"package_name": "dns-lexicon[full]", | ||
"exclude_packages": [ | ||
"certifi", "cffi", "cryptography", "pycparser", "Pygments", "PyYAML", | ||
"pytz", "six" | ||
] | ||
}, | ||
"legit": { | ||
"exclude_packages": ["six"] | ||
}, | ||
"linode-cli": { | ||
"exclude_packages": ["certifi", "Pygments", "PyYAML", "packaging"] | ||
}, | ||
|
@@ -560,14 +549,14 @@ | |
"exclude_packages": ["typing-extensions"], | ||
"extra_packages": ["semantic-version", "setuptools-rust", "tomli"] | ||
}, | ||
"meson-python": { | ||
"exclude_packages": ["meson", "packaging"], | ||
"extra_packages": ["tomli"] | ||
}, | ||
"mdv": { | ||
"package_name": "mdv[yaml]", | ||
"exclude_packages": ["Pygments", "PyYAML"] | ||
}, | ||
"meson-python": { | ||
"exclude_packages": ["meson", "packaging"], | ||
"extra_packages": ["tomli"] | ||
}, | ||
"meta-package-manager": { | ||
"exclude_packages": [ | ||
"certifi", "docutils", "Pygments", "PyYAML", "tabulate", "typing-extensions" | ||
|
@@ -687,13 +676,13 @@ | |
"platformio": { | ||
"exclude_packages": ["certifi", "tabulate", "typing-extensions"] | ||
}, | ||
"podman-compose": { | ||
"exclude_packages": ["PyYAML"] | ||
}, | ||
"pocsuite3": { | ||
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "PyYAML", "six"], | ||
"extra_packages": ["pyOpenSSL", "jq"] | ||
}, | ||
"podman-compose": { | ||
"exclude_packages": ["PyYAML"] | ||
}, | ||
"poetry": { | ||
"exclude_packages": ["certifi", "cffi", "packaging", "pycparser", "six", "virtualenv"] | ||
}, | ||
|
@@ -717,12 +706,12 @@ | |
"exclude_packages": ["certifi", "cffi", "cryptography", "pycparser", "pygments", "six"] | ||
}, | ||
"pydocstyle": "pydocstyle[toml]", | ||
"pygitup": { | ||
"exclude_packages": ["typing-extensions"] | ||
}, | ||
"pygit2": { | ||
"exclude_packages": ["cffi", "pycparser"] | ||
}, | ||
"pygitup": { | ||
"exclude_packages": ["typing-extensions"] | ||
}, | ||
"pyinstaller": { | ||
"exclude_packages": ["packaging"], | ||
"extra_packages": ["macholib"] | ||
|
@@ -825,9 +814,6 @@ | |
"salt-lint": { | ||
"exclude_packages": ["PyYAML"] | ||
}, | ||
"shyaml": { | ||
"exclude_packages": ["PyYAML"] | ||
}, | ||
"sceptre": { | ||
"exclude_packages": ["certifi", "six", "PyYAML"] | ||
}, | ||
|
@@ -865,6 +851,9 @@ | |
"shub": { | ||
"exclude_packages": ["certifi", "pyyaml", "six"] | ||
}, | ||
"shyaml": { | ||
"exclude_packages": ["PyYAML"] | ||
}, | ||
"sickchill": { | ||
"exclude_packages": [ | ||
"certifi", "cffi", "cryptography", "pycparser", "pytz", "PyYAML", | ||
|
@@ -912,13 +901,13 @@ | |
"tarsnapper": { | ||
"exclude_packages": ["six", "PyYAML"] | ||
}, | ||
"tern": { | ||
"exclude_packages": ["certifi", "PyYAML", "packaging"] | ||
}, | ||
"termius": { | ||
"package_name": "termius", | ||
"exclude_packages": ["six", "PyYAML"] | ||
}, | ||
"tern": { | ||
"exclude_packages": ["certifi", "PyYAML", "packaging"] | ||
}, | ||
"thefuck": { | ||
"exclude_packages": ["six"] | ||
}, | ||
|