jcc 3.6-1build4 source package in Ubuntu

Changelog

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

  * No-change rebuild with fixed py3versions

 -- Graham Inggs <email address hidden>  Sat, 06 Nov 2021 08:28:49 +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

Downloads

File Size SHA-256 Checksum
jcc_3.6.orig.tar.gz 180.7 KiB 375f25b7186a67327ba9c031ee357b85c17d1569f4c2dd1d2fccea39eb670048
jcc_3.6-1build4.debian.tar.xz 7.1 KiB ca393b043a20815c611df89b700254cc68d9dacadce254a16255a131e9783343
jcc_3.6-1build4.dsc 1.9 KiB aec7d1419d7f57a8a9f77284d2afeb78ddab0a12faa4e1d8c36a6fc0dcad1575

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.