File: control

package info (click to toggle)
python-snuggs 1.4.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 327; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 1,115 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-snuggs
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10~),
               dh-python,
               python3-all,
               python3-hypothesis,
               python3-numpy,
               python3-setuptools,
               python3-pytest,
               python3-click,
               python3-pyparsing,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-snuggs
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-snuggs.git
Homepage: https://github.com/mapbox/snuggs

Package: python3-snuggs
Architecture: all
Depends: python3-lxml,
         ${python3:Depends},
         ${misc:Depends}
Description: S-expressions for numpy - Python 3 version
 This library parses S-expressions using numpy. Available function include
 arithmetic and logical operators. Also members of the numpy module such as
 "asarray()", "mean()" and "where" are available.
 .
 This package provides the Python 3 version of the library.