]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
uv helpers
authorBob Halley <halley@dnspython.org>
Wed, 8 Oct 2025 13:56:05 +0000 (06:56 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 8 Oct 2025 13:56:05 +0000 (06:56 -0700)
.gitignore
util/uv-dev-setup [new file with mode: 0755]

index f439957197f95793d0c3bb0523d6fea96c3fd590..f361e647f23bb05cb6653eeae366315ee65fc063 100644 (file)
@@ -17,4 +17,5 @@ htmlcov
 coverage.xml
 .dir-locals.el
 .vscode/
-doc/_build
\ No newline at end of file
+doc/_build
+uv.lock
diff --git a/util/uv-dev-setup b/util/uv-dev-setup
new file mode 100755 (executable)
index 0000000..9a8351c
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+uv sync  --extra dnssec --extra doh --extra doq --extra idna --extra trio --extra dev