python-pyorick 1.4-4 source package in Ubuntu

Changelog

python-pyorick (1.4-4) unstable; urgency=medium

  * Bug fix: "FTBFS: dh_auto_test: error: pybuild --test -i
    python{version} -p "3.10 3.9" returned exit code 13", thanks
    to Lucas Nussbaum (Closes: #1002212).
  * Bump standards version and debhelper compatibility level. No changes
    required.

 -- Thibaut Paumard <email address hidden>  Sun, 23 Jan 2022 14:13:00 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyorick_1.4-4.dsc 2.0 KiB 2f1c928768e0488ef2bae3bc10f1297c557797bcffad322a2c090e301fb2d9e4
python-pyorick_1.4.orig.tar.gz 38.8 KiB a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72
python-pyorick_1.4-4.debian.tar.xz 2.9 KiB dbb68b59aa058f29f1c2993fd9d1f58dd2d6a02c9f2bae8ec72afd8f6cb37388

Available diffs

No changes file available.

Binary packages built by this source

python3-pyorick: Python 3 module to execute Yorick code

 The pyorick package starts Yorick as a subprocess and provides an
 interface between Python and Yorick interpreted code.
 .
 Features:
  + exec or eval arbitrary Yorick code strings
  + get or set Yorick variables
  + call Yorick functions or subroutines with Python arguments
  + get or set slices of large Yorick arrays
  + terminal mode to interact with Yorick by keyboard through Python
 .
 Most of the data is exchanged via binary pipes between the two
 interpreters. Yorick runs in a request-reply mode. Python prints
 anything Yorick sends to stdout or stderr except prompts.
 .
 This package contains the module for Python 3.