File: control

package info (click to toggle)
python-gast 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 2,208; sh: 7; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,034 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
27
28
29
30
Source: python-gast
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego@moreda.io>
Build-Depends:
 debhelper-compat (=13),
 dh-sequence-python3,
 libpython3-all-dev,
 python3-all-dev:any,
 python3-setuptools,
 python3-pytest <!nocheck>
Standards-Version: 4.6.2
Homepage: https://github.com/serge-sans-paille/gast
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gast.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gast
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-gast
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: compatibility layer for the AST of various Python versions (Python3 version)
 Provides an homogeneous API over the Abstract Syntax Trees of various
 Python versions (including Python 2 and Python 3), which itself is
 compatible with the standard library "ast" module API.
 .
 This package contains the Python 3 version of the library.