File: control

package info (click to toggle)
python-pkgconfig 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 34
  • sloc: python: 144; ansic: 23; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,583 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-pkgconfig
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-setuptools(>= 2.0.2~),
 python-all (>= 2.6.6-3~),
 python-nose (>=1.3.3),
 python3-all,
 python3-setuptools,
 python3-nose (>=1.3.3),
 pkg-config(>= 0.28)
Standards-Version: 3.9.8
Homepage: https://github.com/matze/pkgconfig
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pkgconfig.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pkgconfig.git

Package: python-pkgconfig
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 pkg-config(>= 0.28)
Description: Python interface to the pkg-config command line tool
 pkgconfig is a Python module to interface with the pkg-config command line tool
 and supports Python 2.6+.
 It cabe used to:
  -Check if a package exists
  -Check if a package meets certain version requirements
  -Query CFLAGS and LDFLAGS
  -Parse the output to build extensions with setup.py

Package: python3-pkgconfig
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
  pkg-config(>= 0.28)
Description: Python 3 interface to the pkg-config command line tool
 pkgconfig is a Python module to interface with the pkg-config command line tool
 and supports Python 3
 It cabe used to:
  -Check if a package exists
  -Check if a package meets certain version requirements
  -Query CFLAGS and LDFLAGS
  -Parse the output to build extensions with setup.py