File: control

package info (click to toggle)
python-suitesparse-graphblas 7.4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 956 kB
  • sloc: ansic: 9,939; python: 3,575; sh: 52; makefile: 13
file content (34 lines) | stat: -rw-r--r-- 1,169 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
Source: python-suitesparse-graphblas
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Vincent Prat <vivi@debian.org>
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 libpython3-all-dev,
 libgraphblas-dev (>= 7.4),
 python3-all,
 python3-cffi,
 python3-numpy,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/GraphBLAS/python-suitesparse-graphblas
Vcs-Git: https://salsa.debian.org/science-team/python-suitesparse-graphblas.git
Vcs-Browser: https://salsa.debian.org/science-team/python-suitesparse-graphblas
Rules-Requires-Root: no

Package: python3-suitesparse-graphblas
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python CFFI Binding around SuiteSparse:GraphBLAS (Python 3)
 python3-suitesparse-graphblas is a base package that exposes only the low level
 CFFI API bindings and symbols around SuiteSparse:GraphBLAS. This package is
 shared by the syntax bindings pygraphblas and grblas.
 .
 This is the Python 3 version of the package.