pyqt-builder 1.10.1

Also update `pypi_formula_mappings.json`.

Closes #79389.

Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2021-06-15 12:56:29 -04:00 committed by BrewTestBot
parent efb690f201
commit 7224c85e03
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 7 additions and 4 deletions

View File

@ -3,8 +3,8 @@ class PyqtBuilder < Formula
desc "Tool to build PyQt"
homepage "https://www.riverbankcomputing.com/software/pyqt-builder/intro"
url "https://files.pythonhosted.org/packages/12/29/af52add4755b7dbce928fe3df1b86a48d5c8bcd06e3333bf8f69ad19c1a5/PyQt-builder-1.10.0.tar.gz"
sha256 "86bd19fde83d92beaefacdeac1e26c6e1918c300ff78d7ec2a19973bf2cf21b5"
url "https://files.pythonhosted.org/packages/00/a4/67939cced6487b1856dfda5cafa4e7eb179df917f4964918a202c8ba46d3/PyQt-builder-1.10.1.tar.gz"
sha256 "967b0c7bac0331597e9f8c5b336660f173a9896830b721d6d025e14bde647e17"
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
head "https://www.riverbankcomputing.com/hg/PyQt-builder", using: :hg

View File

@ -117,6 +117,9 @@
"protobuf": {
"exclude_packages": ["six"]
},
"pyqt-builder": {
"exclude_packages": ["packaging", "pyparsing", "sip", "toml"]
},
"pywhat": {
"exclude_packages": ["six"]
},