diff --git a/wppm/wheelhouse.py b/wppm/wheelhouse.py index f500dc31..7ed9e54f 100644 --- a/wppm/wheelhouse.py +++ b/wppm/wheelhouse.py @@ -2,10 +2,6 @@ """ WheelHouse.py - manage WinPython local WheelHouse. """ -import os -import re -import tarfile -import zipfile import sys from pathlib import Path from collections import defaultdict @@ -13,9 +9,6 @@ import subprocess from typing import Dict, List, Optional, Tuple from . import packagemetadata as pm -from . import utils - -from packaging.utils import canonicalize_name, parse_wheel_filename, parse_sdist_filename # Use tomllib if available (Python 3.11+), otherwise fall back to tomli try: @@ -164,7 +157,6 @@ def get_pylock_wheels(wheelhouse: Path, lockfile: Path, wheelorigin: Optional[Pa destination_wheelhouse.mkdir(parents=True, exist_ok=True) # there can be an override - in_trusted = False if wheelorigin is None: