File: control

package info (click to toggle)
numpy-stl 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,416 kB
  • sloc: python: 1,811; makefile: 137
file content (51 lines) | stat: -rw-r--r-- 1,598 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
45
46
47
48
49
50
51
Source: numpy-stl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper-compat (= 10), dh-python,
# Python development files
 python3-all-dev,
#Python setuptools
 python3-setuptools,
# Cython*
 cython3,
# Numpy*
 python3-numpy,
# PyTest
 python3-pytest, python3-pytest-runner,
Standards-Version: 4.1.1.0
Homepage: https://github.com/WoLpH/numpy-stl
Vcs-Git: https://salsa.debian.org/python-team/packages/numpy-stl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/numpy-stl

Package: numpy-stl
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-stl
Description: stl file and 3d object handling (tools)
 Numpy-STL is a library for working with STL files (and 3D objects in
 general) in the Python language.
 Due to all operations heavily relying on Numpy this is one of the fastest
 STL editing libraries for Python available.
 .
 This package contains tools to convert between the ascii and binary
 stl file format versions, using Numpy-STL.

Package: python3-stl
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 python3-python-utils,
Provides: python3-numpy-stl
Breaks: python3-numpy-stl
Replaces: python3-numpy-stl
Description: stl file and 3d object handling for the Python language
 Numpy-STL is a library for working with STL files (and 3D objects in
 general) in the Python language.
 Due to all operations heavily relying on Numpy this is one of the fastest
 STL editing libraries for Python available.