pyre.externals.Cython

Module Contents

class pyre.externals.Cython.Cython

Bases: pyre.externals.Tool.Tool

The package manager for the cython interpreter

category = cython
compiler
doc = the name of the compiler; may be the full path to the executable
class pyre.externals.Cython.Default

Bases: pyre.externals.ToolInstallation.ToolInstallation

The package manager for cython instances

category
flavor
compiler
doc = the name of the cython compiler
dpkg(self, packager)

Attempt to repair my configuration

macports(self, packager)

Attempt to repair my configuration

class pyre.externals.Cython.Cython2

Bases: pyre.externals.Cython.Default

The package manager for cython 2.x instances

flavor
class pyre.externals.Cython.Cython3

Bases: pyre.externals.Cython.Default

The package manager for cython 3.x instances

flavor