python-pyepics 3.5.6+ds-1 source package in Ubuntu

Changelog

python-pyepics (3.5.6+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Remove dependency on python3-six
  * Refresh patches
  * Apply Multi-Arch hint

 -- Alexandre Detiste <email address hidden>  Wed, 03 Jul 2024 00:08:40 +0200

Upload details

Uploaded by:
Debian PaN Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PaN Maintainers
Architectures:
amd64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyepics_3.5.6+ds-1.dsc 2.4 KiB db34a18495adb2363165d7cc7ef7ee87a8618c188300c09885920ff388d5582a
python-pyepics_3.5.6+ds.orig.tar.xz 839.7 KiB e12a1a831d6211a284001fca0c084688edaff586aef9b89554bfa29088df9518
python-pyepics_3.5.6+ds-1.debian.tar.xz 6.1 KiB af9329566b704b68878c74abffcc9e51cb218dd3834cbd1dcbf9167d73e33d75

Available diffs

No changes file available.

Binary packages built by this source

python-pyepics-doc: EPICS channel access for Python (common documentation)

 PyEpics is a Python interface to the EPICS Channel Access (CA) library
 for the Experimental Physics and Industrial Control System (EPICS).
 .
 The PyEpics module includes both low-level (C-like) and higher-level access
 (with Python objects) to the EPICS Channel Access (CA) protocol. Python's
 ctypes library is used to wrap the basic CA functionality, with higher
 level objects on top of that basic interface. This approach has several
 advantages including no need for extension code written in C, better
 thread-safety, and easier installation on multiple platforms.
 .
 This is the PyEpics3 documentation package.

python3-pyepics: EPICS channel access for Python

 PyEpics3 is a Python interface to the EPICS Channel Access (CA) library
 for the Experimental Physics and Industrial Control System (EPICS).
 .
 The PyEpics module includes both low-level (C-like) and higher-level access
 (with Python objects) to the EPICS Channel Access (CA) protocol. Python's
 ctypes library is used to wrap the basic CA functionality, with higher
 level objects on top of that basic interface. This approach has several
 advantages including no need for extension code written in C, better
 thread-safety, and easier installation on multiple platforms.
 .
 This package installs the library for Python 3.