PHP 8.2.30
Preview: dep_util.py Size: 949 B
//opt/alt/python310/lib/python3.10/site-packages/setuptools/dep_util.py

from distutils.dep_util import newer_group


# yes, this is was almost entirely copy-pasted from
# 'newer_pairwise()', this is just another convenience
# function.
def newer_pairwise_group(sources_groups, targets):
    """Walk both arguments in parallel, testing if each source group is newer
    than its corresponding target. Returns a pair of lists (sources_groups,
    targets) where sources is newer than target, according to the semantics
    of 'newer_group()'.
    """
    if len(sources_groups) != len(targets):
        raise ValueError(
            "'sources_group' and 'targets' must be the same length")

    # build a pair of lists (sources_groups, targets) where source is newer
    n_sources = []
    n_targets = []
    for i in range(len(sources_groups)):
        if newer_group(sources_groups[i], targets[i]):
            n_sources.append(sources_groups[i])
            n_targets.append(targets[i])

    return n_sources, n_targets

Directory Contents

Dirs: 5 × Files: 26

Name Size Perms Modified Actions
command DIR
- drwxr-xr-x 2026-02-10 08:07:38
Edit Download
extern DIR
- drwxr-xr-x 2026-02-10 08:07:38
Edit Download
- drwxr-xr-x 2026-02-10 08:07:38
Edit Download
_vendor DIR
- drwxr-xr-x 2026-02-10 08:07:38
Edit Download
- drwxr-xr-x 2026-02-10 08:07:38
Edit Download
6.91 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
10.04 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
22.58 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
5.35 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
949 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
42.08 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
524 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
1.64 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
4.76 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
3.48 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
812 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
5.09 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
49.38 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
3.02 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
38.95 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
245 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
14.01 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
218 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
138 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
941 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
144 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
8.09 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
714 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
218 B lrw-r--r-- 2026-01-09 14:27:36
Edit Download
2.34 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download
7.49 KB lrw-r--r-- 2026-01-09 14:27:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).