File: control

package info (click to toggle)
cinfony 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 880 kB
  • sloc: python: 2,964; makefile: 6
file content (46 lines) | stat: -rw-r--r-- 1,584 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
Source: cinfony
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper (>> 7.0.50~),
               libcdk-java,
               libopsin-java,
               python (>> 2.6.6-3~),
               python-jpype,
               python-openbabel,
               python-rdkit
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/cinfony/
Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/cinfony/
Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/cinfony/

Package: python-cinfony
Section: python
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: libcdk-java,
            libopsin-java,
            python-imaging-tk,
            python-indigo,
            python-jpype,
            python-openbabel,
            python-rdkit
Suggests: ironpython, jython
Provides: ${python:Provides}
Description: Python abstraction layer to cheminformatics toolkits
 Cinfoy provides a common Python interface to various cheminformatics
 toolkits.  This makes it possible to use the complementary features of
 cheminformatics toolktis using a common interface.  If functionality is
 provided by more than one toolkit, the Cinfony user can choose the
 implementation they prefer.
 .
 Cinfony supports the following toolkits:
  * OpenBabel
  * RDKit
  * CDK
  * Indigo
 .
 Cinfony also includes the Opsin module for translating IUPAC names to chemical
 data and the Webel web services module.