File: control

package info (click to toggle)
pytest-cython 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: python: 555; ansic: 6; cpp: 6; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,486 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
Source: pytest-cython
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Leo Singer <leo.singer@ligo.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-pytest,
               python-setuptools (>= 0.6.4),
               python3-all,
               python3-pytest,
               python3-setuptools (>= 0.6.4)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pytest-cython
Vcs-Git: https://salsa.debian.org/debian-astro-team/pytest-cython.git
Homepage: https://github.com/lgpage/pytest-cython

Package: python-pytest-cython
Architecture: all
Multi-Arch: foreign
Depends: python-pytest,
         ${misc:Depends},
         ${python:Depends}
Description: pytest plugin for testing Cython extension modules (Python 2)
 This Pytest plugin allows for the doctesting of C extension modules for
 Python, specifically created through Cython.
 .
 This package provides the pytest plugin for Python 2.

Package: python3-pytest-cython
Architecture: all
Multi-Arch: foreign
Depends: python3-pytest,
         ${misc:Depends},
         ${python3:Depends}
Description: pytest plugin for testing Cython extension modules (Python 3)
 This Pytest plugin allows for the doctesting of C extension modules for
 Python, specifically created through Cython.
 .
 This package provides the pytest plugin for Python 3.