File: control

package info (click to toggle)
python-ocp 7.9.3.1%2B~cs7.9.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,552 kB
  • sloc: cpp: 341,803; ansic: 3,829; python: 803; pascal: 37; makefile: 12
file content (51 lines) | stat: -rw-r--r-- 1,320 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: python-ocp
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Section: python
Priority: optional
Build-Depends:
 clang,
 cmake,
 debhelper-compat (= 13),
 libclang-dev,
 libedit-dev,
 libfmt-dev,
 libfreetype-dev,
 libocct-data-exchange-dev,
 libocct-draw-dev,
 libocct-foundation-dev,
 libocct-ivtk-dev,
 libocct-modeling-algorithms-dev,
 libocct-modeling-data-dev,
 libocct-ocaf-dev,
 libocct-visualization-dev,
 libvtk9-dev,
 llvm-dev,
 python3-all,
 python3-clang,
 python3-freetype,
 python3-opencascade-pywrap,
 python3-pybind11,
 rapidjson-dev,
 tk-dev,
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/CadQuery/OCP
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ocp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ocp

Package: python3-ocp
Architecture: any
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python wrapper for OCCT generated using pywrap
 Goals:
  * Provide thin bindings to OCCT.
  * Wrap all OCCT modules (if practical).
  * React quickly to new OCCT releases.
  * Cater primarily for the CadQuery project.