jpy 0.13.0-1build1 source package in Ubuntu

Changelog

jpy (0.13.0-1build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 17:21:51 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
jpy_0.13.0.orig.tar.xz 172.8 KiB ab4d0e8a762be96e7fa0d392c0eac6f2b637b5dc0252f1609ecc3ba99445cda1
jpy_0.13.0-1build1.debian.tar.xz 5.7 KiB 5bbc95f8581614fa01309d4cbbc6edae66c42fd911093556df86518a15b2ea79
jpy_0.13.0-1build1.dsc 2.0 KiB 2739aabf956a2a4835def6a567440f88a12db23e1a1940a777d7b226749ef24c

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