pythran 0.10.0+ds2-8 source package in Ubuntu
Changelog
pythran (0.10.0+ds2-8) unstable; urgency=medium * Team upload. * debian/control: drop Testsuite: autopkgtest-pkg-python since can't be restricted to built arches only (and redundant anyway since real tests are used in debian/tests) -- Drew Parsons <email address hidden> Sat, 04 Jun 2022 10:37:20 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pythran_0.10.0+ds2-8.dsc | 2.4 KiB | 6fa54ccb7fcb8a4a8fd09b3ea5c96919a0670ae50317597cef18342d79e33d4c |
pythran_0.10.0+ds2.orig.tar.gz | 793.7 KiB | b698baeba1d42f440d487995aa47438f4d78312f2c58b01bf9cd5262dfcdcc8a |
pythran_0.10.0+ds2-8.debian.tar.xz | 12.7 KiB | 2155b940d5070b4ad3d2d4aa2149ec9e313108ab6203a49cd592241fe2730b18 |
Available diffs
- diff from 0.10.0+ds2-7 to 0.10.0+ds2-8 (520 bytes)
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.