python-gsd 3.3.0-1 source package in Ubuntu

Changelog

python-gsd (3.3.0-1) unstable; urgency=medium

  * New upstream release.
    - update versioned Build-Depends: python3-numpy (>= 1:1.19.0~)
      (compatible with numpy 2)
    - Build-Depends-Indep: python3-sphinx-copybutton <!nodoc>
  * update debian patch docs_local_scripts.patch to link local docs
    (intersphinx) for python, numpy.
    Build-Depends-Indep: python-numpy-doc <!nodoc>
  * debian patch docs_build.patch removes doc components which are not
    available (sphinxcontrib.googleanalytics is not packaged, and
    would introduce privacy issues if used anyway)
  * run doxygen manually to prepare devdoc (API docs)
  * use pytest to run build-time tests
    Toplevel test config fails so provide path to tests.
  * run debian/tests over all supported python versions
  * run dh_numpy3 after dh_python3
  * register doc/_templates/page.html in debian/missing-sources

 -- Drew Parsons <email address hidden>  Fri, 05 Jul 2024 18:19:20 +0200

Upload details

Uploaded by:
Debichem Team
Uploaded to:
Sid
Original maintainer:
Debichem Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-gsd_3.3.0-1.dsc 2.4 KiB 2c592d4d2e5d1d02261272fc049f6e9577e7d706af291e8d31e45aa84291b44d
python-gsd_3.3.0.orig.tar.gz 106.1 KiB 3b2f478cb0c6fa1f0d6651c3f14d9436a2082c7ee4d08b053ce121675cd3060b
python-gsd_3.3.0-1.debian.tar.xz 6.0 KiB ee93055440813a1d1363d755a70bcdbda9e9af1dc591e8933cac5a2367f700d0

No changes file available.

Binary packages built by this source

python-gsd-doc: native file format for HOOMD-blue (documentation)

 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This is the common documentation package.

python3-gsd: native file format for HOOMD-blue (Python 3 module)

 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This package installs the library to access GSD files from Python 3.

python3-gsd-dbgsym: debug symbols for python3-gsd