mapproxy 1.15.1

Closes #103659.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2022-06-14 21:12:57 -04:00 committed by BrewTestBot
parent 0ac1de2bd1
commit 070af31625
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 11 additions and 6 deletions

View File

@ -3,8 +3,8 @@ class Mapproxy < Formula
desc "Accelerating web map proxy" desc "Accelerating web map proxy"
homepage "https://mapproxy.org/" homepage "https://mapproxy.org/"
url "https://files.pythonhosted.org/packages/98/3b/424fecff5f852100a100e326cc554df17da59d491d3c62fd305caceffcf8/MapProxy-1.14.0.tar.gz" url "https://files.pythonhosted.org/packages/db/98/d8805c5434d4b636cd2b71d613148b2096d36ded5b6f6ba0e7325d03ba2b/MapProxy-1.15.1.tar.gz"
sha256 "dd36278d60cdcaaf31f7f9bbc50e90e770f3feb65cf4b3eff287215ee85f018d" sha256 "4952990cb1fc21f74d0f4fc1163fe5aeaa7b04d6a7a73923b93c6548c1a3ba26"
license "Apache-2.0" license "Apache-2.0"
bottle do bottle do
@ -19,15 +19,16 @@ class Mapproxy < Formula
depends_on "pillow" depends_on "pillow"
depends_on "proj" depends_on "proj"
depends_on "python@3.9" depends_on "python@3.9"
depends_on "six"
resource "certifi" do resource "certifi" do
url "https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-2021.10.8.tar.gz" url "https://files.pythonhosted.org/packages/07/10/75277f313d13a2b74fc56e29239d5c840c2bf09f17bf25c02b35558812c6/certifi-2022.5.18.1.tar.gz"
sha256 "78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" sha256 "9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7"
end end
resource "pyproj" do resource "pyproj" do
url "https://files.pythonhosted.org/packages/e4/36/c151d658ca1a1ccfd5ed82ac3b41d13c36cbd0687da97ac1beaeb3381fa8/pyproj-3.3.0.tar.gz" url "https://files.pythonhosted.org/packages/e3/4d/348402c2fb0d8a8e85a88b8babc6f4efaae9692b7524aedce5fddbef3baf/pyproj-3.3.1.tar.gz"
sha256 "ce8bfbc212729e9a643f5f5d77f7a93394e032eda1e2d8799ae902d08add747e" sha256 "b3d8e14d91cc95fb3dbc03a9d0588ac58326803eefa5bbb0978d109de3304fbe"
end end
resource "PyYAML" do resource "PyYAML" do

View File

@ -232,6 +232,10 @@
"exclude_packages": ["six"], "exclude_packages": ["six"],
"extra_packages": ["wheel"] "extra_packages": ["wheel"]
}, },
"mapproxy": {
"exclude_packages": ["pillow"],
"extra_packages": ["pyproj"]
},
"mkdocs": { "mkdocs": {
"exclude_packages": ["six"] "exclude_packages": ["six"]
}, },