[upt-macports] branch master updated (20b55dc -> bb4e67e)

Cyril Roelandt tipecaml at gmail.com
Sat May 11 19:14:53 UTC 2019


Cyril Roelandt (Steap) pushed a change to branch master
in repository upt-macports.

    from 20b55dc  Fix setup.cfg, comment archs and add test dependencies
     new 225eb1c  Fix the pep8 issues, cleanup and modify class name
     new 9a581c2  Add travis support
     new 47a65b1  Add MacPorts backend tests
     new bb4e67e  Add support for license conversion and Include tests

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                 | 10 ++++
 MANIFEST.in                                 |  1 +
 setup.cfg                                   |  2 +-
 upt_macports/spdx2macports.json             | 78 +++++++++++++++++++++++++++++
 upt_macports/templates/base.Portfile        |  6 +--
 upt_macports/tests/test_macports_backend.py | 18 +++++++
 upt_macports/tests/test_macports_package.py | 36 +++++++++++++
 upt_macports/upt_macports.py                | 36 ++++++-------
 8 files changed, 163 insertions(+), 24 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 upt_macports/spdx2macports.json
 create mode 100644 upt_macports/tests/test_macports_backend.py
 create mode 100644 upt_macports/tests/test_macports_package.py



More information about the macports-changes mailing list