jpy 0.13.0-1build3 source package in Ubuntu

Changelog

jpy (0.13.0-1build3) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:12:17 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
jpy_0.13.0.orig.tar.xz 172.8 KiB ab4d0e8a762be96e7fa0d392c0eac6f2b637b5dc0252f1609ecc3ba99445cda1
jpy_0.13.0-1build3.debian.tar.xz 5.8 KiB 075f1ecb42f8bac2e7c15b7f97929773329e455077afeb0c1ffd8aea906264e3
jpy_0.13.0-1build3.dsc 2.0 KiB 6c546ec7b34c9e06965af5648748f5d4efd3338d6c16e86f169ed9957d6a6860

Available diffs

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