File: control

package info (click to toggle)
py3c 1.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: ansic: 863; python: 396; makefile: 206
file content (20 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: py3c
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
 python3-dev,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme
Standards-Version: 4.1.3
Homepage: https://github.com/encukou/py3c

Package: py3c-dev
Architecture: all
Depends: libpython3-dev | libpython-dev,
 ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python 2/3 compatibility layer for C extensions
 py3c is a library for easing porting C extensions to Python 3,
 providing macros for single-source compatibility between Python 2.6,
 2.7, and 3.3+. It could be described as “the six for C extensions”.