From: Bob Halley Date: Wed, 8 Oct 2025 13:56:05 +0000 (-0700) Subject: uv helpers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8000bc5729ddfc25ed4af797f97d720200384be8;p=thirdparty%2Fdnspython.git uv helpers --- diff --git a/.gitignore b/.gitignore index f4399571..f361e647 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 00000000..9a8351ca --- /dev/null +++ b/util/uv-dev-setup @@ -0,0 +1,3 @@ +#!/bin/sh + +uv sync --extra dnssec --extra doh --extra doq --extra idna --extra trio --extra dev