Age | Commit message (Collapse) | Author | Files | Lines |
|
A local install of the sdist and wheel found the following issues:
- sdist: Add MANIFEST.in to include missing README.md, LICENSE,
anteater.conf, master_list.yaml, and explicitly exclude exception
files.
- sdist: Both py_modules and packages listed. Since Anteater is a Python
package, not a module, only the 'packages' argument is required for
setup().
- wheel: 'REQUIRES' in setup.py is missing dependent packages
JIRA: RELENG-275
Change-Id: I3b1447edcd7161cda4c5d581e31019bcf8eba1c8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
switch to relative imports for package file
use absolute imports in main
this requires renaming anteater.py to main.py
to avoid absolute import name conflict
update setup.py to indicate python 3.4 support
Change-Id: I0fcaf8a9825557962dc98a6a4eef490051fbbfb0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
Likely far to much to cover in a commit msg.
Main bulk is the Anteater code itself, alongside
packaging requirements and build tools and Dockerfile.
Unit tests are planned as a follow up, so pushing this for now
so that efforts can get underway to integrate the tool with
jjb.
Questions on how it works, please reach me in IRC.
Change-Id: I2cd3cae391f8bf2cdc91b39c56dfc4833a1c4913
Signed-off-by: lhinds <lhinds@redhat.com>
|