jpy 0.9.0-3build1 source package in Ubuntu

Changelog

jpy (0.9.0-3build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:07:34 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jpy_0.9.0.orig.tar.xz 1.2 MiB 6b23c1ea17edca2c9e7d675353a9576f30a6ce886db175e33f9df5d020501997
jpy_0.9.0-3build1.debian.tar.xz 5.0 KiB 5c19575681a5f691f49408c04616d6cea261b6d55e4c612b0035b30061782495
jpy_0.9.0-3build1.dsc 2.0 KiB 0f04958eab011c4ed8f05c44a772fb17c465e9b21570ed8bf812e5f4edc8de65

View changes file

Binary packages built by this source

python3-jpy: Bi-directional Python-Java bridge (Python3)

 jpy is a **bi-directional** Python-Java bridge which you can use to embed
 Java code in Python programs or the other way round.
 It has been designed particularly with regard to maximum
 data transfer speed between the two languages.
 It comes with a number of outstanding features:
 .
  * Fully translates Java class hierarchies to Python
  * Transparently handles Java method overloading
  * Support of Java multi-threading
  * Fast and memory-efficient support of primitive Java array parameters via
    `Python buffers <http://docs.python.org/3.3/c-api/buffer.html>`_
  * Support of Java methods that modify primitive Java array parameters
    (mutable parameters)
  * Java arrays translate into Python sequence objects
  * Java API for accessing Python objects (``jpy.jar``)
  .
  This package provides the Python3 interface.

python3-jpy-dbgsym: debug symbols for python3-jpy