Skip to content

MacPython/terryfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78ed7b0 · Jan 12, 2020
Jan 11, 2020
Jun 24, 2014
Jun 16, 2016
Jan 11, 2020
Jul 8, 2016
Aug 12, 2017
Jun 24, 2014
Oct 22, 2014
Jul 14, 2015
Jul 18, 2015
Aug 10, 2015
Sep 17, 2015
Mar 30, 2016
Jun 21, 2014
Jul 20, 2015
Aug 10, 2015
Jul 18, 2015
Jan 11, 2020
Apr 19, 2018
Apr 1, 2015
Jan 11, 2020
Jan 11, 2020
Aug 1, 2014
Jul 20, 2015
Jan 12, 2020
Aug 1, 2014
Jun 21, 2014
Mar 5, 2015
Jul 18, 2017

Repository files navigation

Build / test utilities for Python, MacOS X on Travis-CI

This is a repo designed to be used as a submodule for other packages that test and build python packages on OSX.

There are bash functions to call for installing Python from Python.org downloads (with given version), Macports and Homebrew. Each of these can then be used to create a virtualenv in which to install and test packages.

If you only need the Python.org installers (which are a reasonable default choice), then prefer the multibuild project, which gets more development attention.

There are also simple bash functions for installing libraries using classic configure / make / install, or via cmake, and some utilities for working with waf

See matplotlib-wheels for an example of using terryfy for a complicated build.