pexpect 4.9-ok1 source package in openKylin

Changelog

pexpect (4.9-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 15:43:13 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pexpect_4.9.orig.tar.gz 166.3 KiB 305ab31baae8452dc6406e13c1512095d0df79ff82a9ad7c2638d70d6d836f60
pexpect_4.9-ok1.debian.tar.xz 4.3 KiB aa3560a1f2e37f255847b5457a3c459e6f5c738de0c56f084454cc8d95a30a7d
pexpect_4.9-ok1.dsc 2.0 KiB f6762ec3539eeac2bf6834fc9374783934c67735b5881b5b28eafb889e5a94d3

Available diffs

View changes file

Binary packages built by this source

python-pexpect-doc: Python module for automating interactive applications (documentation)

 Pexpect is a pure Python module for spawning child applications;
 controlling them; and responding to expected patterns in their
 output. Pexpect works like Don Libes' Expect. Pexpect allows your
 script to spawn a child application and control it as if a human were
 typing commands.
 .
 This is the common documentation package.

python3-pexpect: Python 3 module for automating interactive applications

 Pexpect is a pure Python 3 module for spawning child applications;
 controlling them; and responding to expected patterns in their
 output. Pexpect works like Don Libes' Expect. Pexpect allows your
 script to spawn a child application and control it as if a human were
 typing commands.