summaryrefslogtreecommitdiff
path: root/net/py-zeroconf/files
diff options
context:
space:
mode:
authorJohn Hixson <jhixson@FreeBSD.org>2024-06-29 11:02:27 -0700
committerJohn Hixson <jhixson@FreeBSD.org>2024-06-29 11:05:16 -0700
commit909ff563747eb9b6bcee7383e95356bac5184504 (patch)
treeeb50b2499542cd6f461c4de2d7b7b38bf611ea4a /net/py-zeroconf/files
parentemulators/wine-devel: Configure --without-odbc (diff)
net/py-zeroconf: update to version 0.132.2
Diffstat (limited to 'net/py-zeroconf/files')
-rw-r--r--net/py-zeroconf/files/patch-Makefile8
-rw-r--r--net/py-zeroconf/files/patch-pyproject.toml10
2 files changed, 18 insertions, 0 deletions
diff --git a/net/py-zeroconf/files/patch-Makefile b/net/py-zeroconf/files/patch-Makefile
new file mode 100644
index 000000000000..c8142d918f53
--- /dev/null
+++ b/net/py-zeroconf/files/patch-Makefile
@@ -0,0 +1,8 @@
+--- Makefile.orig 2024-04-13 00:41:48 UTC
++++ Makefile
+@@ -2,4 +2,4 @@ test:
+
+
+ test:
+- poetry run pytest --durations=20 --timeout=60 -v tests
++ poetry run pytest tests
diff --git a/net/py-zeroconf/files/patch-pyproject.toml b/net/py-zeroconf/files/patch-pyproject.toml
new file mode 100644
index 000000000000..085f2173f72e
--- /dev/null
+++ b/net/py-zeroconf/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2024-06-29 09:11:31.605531000 -0700
++++ pyproject.toml 2024-06-29 09:11:56.996337000 -0700
+@@ -102,7 +102,6 @@
+
+
+ [tool.pytest.ini_options]
+-addopts = "-v -Wdefault --cov=zeroconf --cov-report=term-missing:skip-covered"
+ pythonpath = ["src"]
+
+ [tool.coverage.run]