openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

travis-build.sh is outdated #104

Closed bitsgalore closed 6 years ago

bitsgalore commented 6 years ago

Following the restructuring of the repo the Travis build script (travis-build.sh) should be modified along the same lines as build-with-pyinstaller.sh:

https://github.com/openpreserve/jpylyzer/commit/1cb057819f04334a582b8859f868d1d2b89df244

Note that the compilation target is now the cli.py convenience wrapper at the top-level of the repo, not /jpylyzer/jpylyzer.py!

BUT I'm not even sure if the Travis build script is even used! Also, where does Makespec.py come from (not part of the jpylyzer repo).

bitsgalore commented 6 years ago

First stab: https://github.com/openpreserve/jpylyzer/commit/c47c99bf6d5f958dacf6b1070439a7e27cbc0e25