Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add python-stack-data python-asttokens python-executing python-littleutils python-pure-eval #987

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

- repo: asio
group: deepin-sysdev-team
info: asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach.

Check warning on line 181 in repos.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

181:166 [trailing-spaces] trailing spaces

- repo: asmtools #main
group: deepin-sysdev-team
Expand Down Expand Up @@ -6441,7 +6441,7 @@

- repo: mvdsv
group: deepin-sysdev-team
info: a QuakeWorld server

Check warning on line 6444 in repos.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

6444:30 [trailing-spaces] trailing spaces

- repo: myst-parser #main
group: deepin-sysdev-team
Expand Down Expand Up @@ -7658,6 +7658,10 @@
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
Expand Down Expand Up @@ -7806,6 +7810,10 @@
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:
Expand Down Expand Up @@ -7954,6 +7962,10 @@
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
Expand Down Expand Up @@ -8036,6 +8048,10 @@
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
Expand Down Expand Up @@ -8148,6 +8164,10 @@
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
Expand Down Expand Up @@ -10068,4 +10088,4 @@
- repo: zydis
group: deepin-sysdev-team
info: Fast and lightweight x86/x86-64 disassembler library

Check warning on line 10091 in repos.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

10091:1 [empty-lines] too many blank lines (1 > 0)
Loading