Skip to content

Paul master #12

Merged
merged 2 commits into from
Jan 24, 2018
Merged

Paul master #12

merged 2 commits into from
Jan 24, 2018

Commits on Jan 5, 2018

  1. python: Add version 3.6.4

    [Announcement from December 19th, 2017][1]:
    
    > On behalf of the Python development community and the Python 3.6
    > release team, I am happy to announce the availability of Python 3.6.4,
    > the fourth maintenance release of Python 3.6.  Detailed information
    > about the changes made in 3.6.4 can be found in the change log here:
    >
    > https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-4-final
    
    [1]: https://mail.python.org/pipermail/python-dev/2017-December/151389.html
    pmenzel committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b96743c View commit details
    Browse the repository at this point in the history
  2. python-3.6.4: Install Meson

    Description [1]:
    
    > Meson is an open source build system meant to be both extremely fast,
    > and, even more importantly, as user friendly as possible.
    >
    > The main design point of Meson is that every moment a developer spends
    > writing or debugging build definitions is a second wasted. So is every
    > second spent waiting for the build system to actually start compiling
    > code.
    
    Unfortunately, MarIuX only ships Python 3.3, and it’s a pain to set up
    Setuptools. Meson also requires the module *pathlib*, which is included
    in the Python distribution since version 3.4.
    
    So install Meson here, and adapt bee to use the package environment.
    
    [1] [1] http://mesonbuild.com/index.html
    pmenzel committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a143f98 View commit details
    Browse the repository at this point in the history