File: control

package info (click to toggle)
python-demgengeo 1.4-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,900 kB
  • sloc: cpp: 13,448; python: 1,260; makefile: 305; sh: 90
file content (39 lines) | stat: -rw-r--r-- 1,487 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
Source: python-demgengeo
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: python
Priority: optional
Build-Depends: autoconf,
               automake,
               chrpath,
               debhelper-compat (= 12),
               dh-python,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-python-dev,
               libcppunit-dev,
               libltdl-dev,
               libtool,
               python3-dev,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/python-demgengeo/
Vcs-Git: https://salsa.debian.org/science-team/python-demgengeo.git
Homepage: https://launchpad.net/esys-particle
Rules-Requires-Root: no

Package: python3-gengeo
Architecture: any
Depends: python3,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: DEMGenGeo is a library for creating geometry files (Python 3)
 DEMGenGeo is a library for creating geometry files used by ESyS-Particle.
 It provides a convenient method for creating arbitrary geometries of simple
 spherical particles and indivisible particle clusters. An LSMGenGeo script
 written in Python specifies the geometry that will be written to a text file
 and the format that this file takes. The geometry file can then be read
 by an ESyS-Particle script
 .
 This package contains the Python 3 module.