From d04db3d1252ba074a3a1fc6ea54d450adfe87c6e Mon Sep 17 00:00:00 2001 From: Tianyu Chen Date: Thu, 9 Jan 2025 17:14:38 +0800 Subject: [PATCH] add python-stack-data python-asttokens python-executing python-littleutils python-pure-eval --- repos.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/repos.yml b/repos.yml index 055de4a..282eafb 100644 --- a/repos.yml +++ b/repos.yml @@ -7658,6 +7658,10 @@ repos: group: deepin-sysdev-team info: python-arrow is a Python3 library to manipulate dates, times, and timestamps + - repo: python-asttokens #main + group: deepin-sysdev-team + info: annotate Python asbtract syntax trees with code references (Python 3) + - repo: python-autocommand #main group: deepin-sysdev-team info: library to generate argparse parsers from function signatures @@ -7806,6 +7810,10 @@ repos: group: deepin-sysdev-team info: Backport of PEP 654 (exception groups) + - repo: python-executing #main + group: deepin-sysdev-team + info: Inspect Python AST node being executed + - repo: python-exif group: deepin-sysdev-team info: @@ -7954,6 +7962,10 @@ repos: group: deepin-sysdev-team info: Linux /proc abstraction classes in Python + - repo: python-littleutils #main + group: deepin-sysdev-team + info: Small personal collection of Python utility functions (Python 3) + - repo: python-lunr #main group: deepin-sysdev-team info: Python implementation of Lunr.js @@ -8036,6 +8048,10 @@ repos: python-prov is a library for W3C Provenance Data Model supporting PROV-JSON and PROV-XML import/export. + - repo: python-pure-eval #main + group: deepin-sysdev-team + info: Safely evaluate Python AST nodes without side effects + - repo: python-pynvim group: deepin-sysdev-team info: Python client and plugin host for Nvim @@ -8148,6 +8164,10 @@ repos: group: deepin-sysdev-team info: include source code from any Sphinx project using only its import path + - repo: python-stack-data #main + group: deepin-sysdev-team + info: Better tracebacks for Python + - repo: python-stestr #main group: deepin-sysdev-team info: test runner similar to testrepository - Python 3.x