summaryrefslogtreecommitdiff
path: root/etc/teams/python/python-tier-3-manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/teams/python/python-tier-3-manifest.scm')
-rw-r--r--etc/teams/python/python-tier-3-manifest.scm302
1 files changed, 302 insertions, 0 deletions
diff --git a/etc/teams/python/python-tier-3-manifest.scm b/etc/teams/python/python-tier-3-manifest.scm
new file mode 100644
index 00000000000..706af20558a
--- /dev/null
+++ b/etc/teams/python/python-tier-3-manifest.scm
@@ -0,0 +1,302 @@
1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com>
3;;;
4;;; This file is part of GNU Guix.
5;;;
6;;; GNU Guix is free software; you can redistribute it and/or modify it
7;;; under the terms of the GNU General Public License as published by
8;;; the Free Software Foundation; either version 3 of the License, or (at
9;;; your option) any later version.
10;;;
11;;; GNU Guix is distributed in the hope that it will be useful, but
12;;; WITHOUT ANY WARRANTY; without even the implied warranty of
13;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14;;; GNU General Public License for more details.
15;;;
16;;; You should have received a copy of the GNU General Public License
17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
18
19;;; This manifest is a list of packages that user care about (collected via an
20;;; online form). It corresponds to the “Important packages” of GCD 005.
21
22(specifications->manifest
23 (list "python-six"
24 "python-nose2"
25 "python-semantic-version"
26 "python-setuptools-rust"
27 "python-pycparser"
28 "python-cffi"
29 "python-click"
30 "python-py-cpuinfo"
31 "python-pytest-benchmark"
32 "python-certifi"
33 "python-pytest-randomly"
34 "python-cryptography-vectors"
35 "python-cryptography"
36 "python-idna"
37 "python-lit"
38 "python-mako"
39 "python-pytest-rerunfailures"
40 "python-pyopenssl"
41 "python-attrs"
42 "python-pyasn1"
43 "python-pyasn1-modules"
44 "python-service-identity"
45 "python-trustme"
46 "python-pyproject-metadata"
47 "python-meson"
48 "python-outcome"
49 "python-async-generator"
50 "python-sniffio"
51 "python-trio"
52 "python-jinja2"
53 "python-docutils"
54 "python-dateutil"
55 "python-poetry-core"
56 "python-ptyprocess"
57 "python-pexpect"
58 "python-markdown"
59 "python-pytest-instafail"
60 "python-psleak"
61 "python-pyperf"
62 "python-psutil"
63 "python-pysocks"
64 "python-urllib3"
65 "python-charset-normalizer"
66 "python-pytest-timeout"
67 "python-requests"
68 "python-pytz"
69 "python-watchdog"
70 "python-ephemeral-port-reserve"
71 "python-werkzeug"
72 "python-freezegun"
73 "python-parameterized"
74 "python-appdirs"
75 "python-platformdirs"
76 "python-smartypants"
77 "python-typogrify"
78 "gi-docgen"
79 "python-regex"
80 "python-mock"
81 "python-mypy-extensions"
82 "python-tappy"
83 "python-dbus"
84 "python-tzdata"
85 "python-numpy"
86 "python-simplejson"
87 "python-pkgconfig"
88 "python-pdm-backend"
89 "python-tzlocal"
90 "python-graphviz"
91 "python-brotli"
92 "python-types-python-dateutil"
93 "python-dateparser"
94 "python-arrow"
95 "python-objgraph"
96 "python-jsonpointer"
97 "python-strict-rfc3339"
98 "python-referencing"
99 "python-rfc3987"
100 "python-webcolors"
101 "python-rfc3339-validator"
102 "python-fqdn"
103 "python-isoduration"
104 "python-jsonschema-specifications"
105 "python-jsonpath-ng"
106 "python-uri-template"
107 "python-rfc3986-validator"
108 "python-jsonschema"
109 "python-jaraco-itertools"
110 "python-zipp"
111 "python-expandvars"
112 "python-frozenlist"
113 "python-propcache"
114 "python-pycares"
115 "python-multidict"
116 "python-backports-zstd"
117 "python-re-assert"
118 "python-aiodns"
119 "python-aiosignal"
120 "python-zlib-ng"
121 "python-yarl"
122 "python-aiohappyeyeballs"
123 "python-aiohttp"
124 "python-chardet"
125 "python-pynose"
126 "python-mistune"
127 "python-truststore"
128 "python-uvloop"
129 "python-forbiddenfruit"
130 "python-blockbuster"
131 "python-anyio"
132 "python-pyfakefs"
133 "python-decorator"
134 "python-importlib-metadata"
135 "python-asgiref"
136 "python-pycryptodome-test-vectors"
137 "python-pytokens"
138 "python-pycryptodome"
139 "python-black"
140 "python-eth-hash"
141 "python-validators"
142 "python-faker"
143 "python-pytest-dependency"
144 "python-typing-inspection"
145 "python-pytest-order"
146 "python-dotenv"
147 "python-annotated-types"
148 "python-pytest-run-parallel"
149 "python-pytest-examples"
150 "python-pydantic-core"
151 "python-pydantic"
152 "python-blinker"
153 "python-itsdangerous"
154 "python-flask"
155 "python-websockets"
156 "python-greenlet"
157 "python-pytest-trio"
158 "python-dirty-equals"
159 "python-zstandard"
160 "python-h11"
161 "python-wsproto"
162 "python-hpack"
163 "python-hyperframe"
164 "python-socksio"
165 "python-h2"
166 "python-watchfiles"
167 "python-trio-typing"
168 "python-httptools"
169 "python-brotlicffi"
170 "python-a2wsgi"
171 "python-uvicorn"
172 "python-flasgger"
173 "python-httpbin"
174 "python-pytest-httpbin"
175 "python-httpcore"
176 "python-httpx"
177 "python-pylsqpack"
178 "python-aioquic"
179 "python-dnspython"
180 "python-pyserial"
181 "python-cssselect"
182 "python-scour"
183 "python-binaryornot"
184 "python-test2ref"
185 "python-anytree"
186 "python-defusedxml"
187 "glad"
188 "python-markdown2"
189 "python-olefile"
190 "python-pillow"
191 "python-pyparsing"
192 "python-babel"
193 "python-types-setuptools"
194 "python-snowballstemmer"
195 "python-versioneer"
196 "python-imagesize"
197 "python-roman-numerals"
198 "python-sphinxcontrib-serializinghtml"
199 "python-sphinxcontrib-qthelp"
200 "python-sphinx-alabaster-theme"
201 "python-sphinxcontrib-devhelp"
202 "python-sphinxcontrib-htmlhelp"
203 "python-sphinxcontrib-applehelp"
204 "python-sphinxcontrib-jsmath"
205 "python-sphinx"
206 "python-flaky"
207 "python-pytest-httpserver"
208 "python-importlib-resources"
209 "python-pytest-localserver"
210 "python-bcrypt"
211 "python-pytest-datadir"
212 "python-pytest-regressions"
213 "python-llvmlite"
214 "python-mistletoe"
215 "python-commonmark"
216 "python-panflute"
217 "python-uc-micro-py"
218 "python-numba"
219 "python-mpmath"
220 "python-linkify-it-py"
221 "python-mdurl"
222 "python-markdown-it-py"
223 "python-bottleneck"
224 "python-numexpr"
225 "python-pandas"
226 "python-gast"
227 "python-beniget"
228 "python-pythran"
229 "python-pyasyncore"
230 "python-cppy"
231 "python-wurlitzer"
232 "python-kiwisolver"
233 "python-wrapt"
234 "python-cycler"
235 "python-contourpy"
236 "python-matplotlib"
237 "python-tokenize-rt"
238 "python-time-machine"
239 "python-pyasynchat"
240 "python-rich"
241 "python-pysendfile"
242 "python-pytest-freezer"
243 "python-pyftpdlib"
244 "python-pytest-localftpserver"
245 "python-pooch"
246 "python-threadpoolctl"
247 "python-scipy"
248 "python-termcolor"
249 "python-webencodings"
250 "python-pytest-env"
251 "python-virtualenv"
252 "python-pytest"
253 "python-wcwidth"
254 "python-coverage"
255 "python-tqdm"
256 "python-tornado"
257 "python-pytest-subprocess"
258 "python-cattrs-minimal"
259 "python-scikit-build-core"
260 "python-astroid"
261 "python-html5lib"
262 "python-cchardet"
263 "python-soupsieve"
264 "python-beautifulsoup4"
265 "python-asttokens"
266 "python-littleutils"
267 "python-executing"
268 "python-mypy"
269 "python-pyzmq"
270 "python-pytest-cov"
271 "python-docopt"
272 "python-pyxdg"
273 "python-distro"
274 "python-traitlets"
275 "python-json-spec"
276 "python-fastjsonschema"
277 "python-parso"
278 "python-check-manifest"
279 "python-prompt-toolkit"
280 "python-jedi"
281 "python-pytest-console-scripts"
282 "python-jupyter-core"
283 "python-pep440"
284 "python-libarchive-c"
285 "python-nbformat"
286 "python-fsspec"
287 "python-argon2-cffi-bindings"
288 "python-argon2-cffi"
289 "python-pure-eval"
290 "python-zope-interface"
291 "python-stack-data"
292 "python-matplotlib-inline"
293 "python-ipython-pygments-lexers"
294 "python-pytest-asyncio"
295 "python-pytest-enabler"
296 "python-ipython"
297 "python-cloudpickle"
298 "python-scikit-build"
299 "python-protobuf"
300 "python-lz4"
301 "python-untangle"
302 "python-pydevd"))