Source: peachpy
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python,
 python-all, python-setuptools, python-pytest, python-six, python-opcodes, python-enum34,
 python3-all, python3-setuptools, python3-pytest, python3-six, python3-opcodes,
 python3-sphinx, python3-sphinx-bootstrap-theme,
Build-Conflicts: python-sphinx
Standards-Version: 3.9.8
Homepage: https://github.com/Maratyszcza/PeachPy
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-peachpy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-peachpy-doc
Description: Python framework for writing high-performance assembly kernels (Python 2)
 PeachPy aims to simplify writing optimized assembly kernels while preserving
 all optimization opportunities of traditional assembly. Some PeachPy features:
 .
  * Universal assembly syntax for Windows, Unix, and Golang assembly
  * Automatic adaption of function to different calling conventions and ABIs
  * Automatic register allocation
  * Automation of routine tasks in assembly programming
  * Supports x86-64 instructions up to AVX-512 and SHA
  * Auto-generation of metadata files
  * Python-based metaprogramming and code-generation
  * Multiplexing of multiple instruction streams
  * Compatible with Python 2 and Python 3, CPython and PyPy
 .
 This package installs the library for Python 2.

Package: python3-peachpy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-peachpy-doc
Description: Python framework for writing high-performance assembly kernels (Python 3)
 PeachPy aims to simplify writing optimized assembly kernels while preserving
 all optimization opportunities of traditional assembly. Some PeachPy features:
 .
  * Universal assembly syntax for Windows, Unix, and Golang assembly
  * Automatic adaption of function to different calling conventions and ABIs
  * Automatic register allocation
  * Automation of routine tasks in assembly programming
  * Supports x86-64 instructions up to AVX-512 and SHA
  * Auto-generation of metadata files
  * Python-based metaprogramming and code-generation
  * Multiplexing of multiple instruction streams
  * Compatible with Python 2 and Python 3, CPython and PyPy
 .
 This package installs the library for Python 3.

Package: python-peachpy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python framework for writing high-performance assembly kernels (common documentation)
 PeachPy aims to simplify writing optimized assembly kernels while preserving
 all optimization opportunities of traditional assembly. Some PeachPy features:
 .
  * Universal assembly syntax for Windows, Unix, and Golang assembly
  * Automatic adaption of function to different calling conventions and ABIs
  * Automatic register allocation
  * Automation of routine tasks in assembly programming
  * Supports x86-64 instructions up to AVX-512 and SHA
  * Auto-generation of metadata files
  * Python-based metaprogramming and code-generation
  * Multiplexing of multiple instruction streams
  * Compatible with Python 2 and Python 3, CPython and PyPy
 .
 This is the common documentation package.
