jpy 0.9-1 source package in Ubuntu

Changelog

jpy (0.9-1) unstable; urgency=medium

  * New upstream release
    - no_ez-setup patch obsolete
    - Patch added to not build Java component with Maven (yet)
  * Standards-Version: 4.1.3
  * Move VCS to point to salsa.debian.org

 -- Alastair McKinstry <email address hidden>  Sun, 11 Feb 2018 10:31:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
jpy_0.9-1.dsc 2.0 KiB 7f53d09e81f6a99d2e2e841903f20038bcf94b228b0207f684320fc84ae652b0
jpy_0.9.orig.tar.xz 1.2 MiB d6b8d77929f651624048a3b5670c047a5c074dedc854a478d25dfa09b7a518a0
jpy_0.9-1.debian.tar.xz 4.7 KiB 6fc661dbd30c32ef76f5422de7ff0dd79be3d5df4244395be7feb3f4d9ca9e58

Available diffs

No changes file available.

Binary packages built by this source

python-jpy: Bi-directional Python-Java bridge

 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 Python interface.

python-jpy-dbgsym: No summary available for python-jpy-dbgsym in ubuntu cosmic.

No description available for python-jpy-dbgsym in ubuntu cosmic.

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