File: control

package info (click to toggle)
python-pure-eval 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 1,305; sh: 22; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-pure-eval
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/alexmojaki/pure_eval
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pure-eval.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pure-eval
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pure-eval
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Safely evaluate Python AST nodes without side effects
 Python library to evaluate certain AST nodes without triggering arbitrary
 code which might have unwanted side effects.