jcc 3.6-1build5 source package in Ubuntu

Changelog

jcc (3.6-1build5) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:24:27 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Emmanuel Arias
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Downloads

File Size SHA-256 Checksum
jcc_3.6.orig.tar.gz 180.7 KiB 375f25b7186a67327ba9c031ee357b85c17d1569f4c2dd1d2fccea39eb670048
jcc_3.6-1build5.debian.tar.xz 7.1 KiB f63ba22c2f550d117a6c70945c0c5d3df6e32a8c399028045295bfa57e3bf80b
jcc_3.6-1build5.dsc 1.9 KiB 07edea25d41fcb968bbd235fb7646a84a34d785e650f0448c18a8b0bf9f5db8c

Available diffs

View changes file

Binary packages built by this source

python3-jcc: generator for a Python extension from Java classes (Python 3)

 JCC is a code generator for producing a Python extension providing
 access to a set of Java classes. For every Java class, JCC generates
 a C++ wrapper class that hides the gory details necessary for
 accessing methods and fields from C++ via Java's Native Invocation
 Interface. JCC can also generate C++ wrappers that make it possible
 to access these classes from Python. When generating Python
 wrappers, JCC produces a complete Python extension via the distutils
 package that makes it readily available to the Python interpreter.
 JCC is a project maintained by the Open Source Applications
 Foundation.
 .
 This package contains the generator for Python 3.