File: control

package info (click to toggle)
python-jpype 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,920 kB
  • sloc: python: 18,536; cpp: 17,994; java: 8,336; xml: 1,305; makefile: 154; sh: 35
file content (32 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download | duplicates (2)
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
Source: python-jpype
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13), default-jdk
	, ant
	, python3-all-dev
	, python3-setuptools
	, python3-numpy
	, dh-python
	, javahelper
Standards-Version: 4.6.1
Homepage: https://github.com/originell/jpype
Vcs-Git: https://salsa.debian.org/python-team/packages/python-jpype.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jpype

Package: python3-jpype
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, default-jre | java6-runtime-headless
Provides: ${python3:Provides}
Description: Binding the worlds of Java and Python (for Python 3)
 JPype is an effort to allow Python programs full access to java class
 libraries. This is achieved not through re-implementing Python, as
 Jython/JPython has done, but rather through interfacing at the native
 level in both Virtual Machines.
 .
 Eventually, it should be possible to replace Java with Python in many,
 though not all, situations. JSP, Servlets, RMI servers and IDE plugins
 are good candidates.
 .
 This package for Python 3.