- update to 0.13.1
- remove lang/cython from BUILD_DEPENDS now that distfile is fixed
- include RUN_DEPENDS in TEST_DEPENDS
- add devel/py-boto to TEST_DEPENDS for completeness with pkg-message
- remove math/py-statsmodels from TEST_DEPENDS to break circular dependency
- Fix regression-test target to work with non-GitHub distfile which omits
the ci/ directory. Borrow the print_skipped.py script to do this.
PR: 186802
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
- remove patches, included upstream
- abandon easy_install and use auto-generated packing list
- update pkg-message and TEST_DEPENDS to reflect current recommendations and
port availability
- add erroneously-omitted lang/cython to TEST_DEPENDS (for 'build_ext -i')
- conform regression-test target to upstream test procedure
while here:
- add lang/cpython as build dependency - C-extension will not be build w/o it
and the whole build procedure failing.
- update LICENSE (BSD3CLAUSE)
PR: 185803
Submitted by: "John W. O'Brien" <john@saltant.com> (maintainer)
- Update to 0.12.0
- Two BUILD_DEPENDS are only RUN_DEPENDS, move them
- Patch some files out of MANIFEST.in
- Cherry pick upstream issue/commit [1]
- Define regression-test target and TEST_DEPENDS
- Document USES=display in support of unit tests
[1] https://github.com/pydata/pandas/issues/4353
PR: ports/180889
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)