pythran 0.14.0+ds-3 source package in Ubuntu

Changelog

pythran (0.14.0+ds-3) unstable; urgency=medium

  * Team upload.
  * debian patch python_3.12_258ab9a.diff applies upstream
    commit 258ab9a to support Python 3.12. Closes: #1056515.
  * drop debian patch 0004-Enhance-atlas-auto-detection.patch.
    The ATLAS BLAS implementation is deprecated, and its patch
    interferes with application of the Python 3.12 patch.

 -- Drew Parsons <email address hidden>  Sun, 17 Dec 2023 16:45:24 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pythran_0.14.0+ds-3.dsc 2.5 KiB 014948cdbd4760b2c9261ab29efc788924102190bb370a199619ac135eb091e4
pythran_0.14.0+ds.orig.tar.xz 622.9 KiB c42fb4ac4d4f6b3eb78846f53ee54ac7c58a155bb35619eb86a0e37bd0c82dd0
pythran_0.14.0+ds-3.debian.tar.xz 15.2 KiB b45c93eb8d10cbb2ac19c4851f07afa125a88bf61f3d6581d8325bc0793f4cb7

Available diffs

No changes file available.

Binary packages built by this source

python-pythran-doc: ahead of time compiler for Python (Documentation)

 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python
 module annotated with a few interface descriptions and turns it into a
 native Python module with the same interface, but (hopefully) faster.
 .
 This package contains the documentation.

python3-pythran: ahead of time compiler for Python

 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python
 module annotated with a few interface descriptions and turns it into a
 native Python module with the same interface, but (hopefully) faster.
 .
 This package contains the Python 3 version of the library.