611351f696
- 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)
12 lines
273 B
Text
12 lines
273 B
Text
--- ./MANIFEST.in.orig 2013-07-27 06:55:55.000000000 -0400
|
|
+++ ./MANIFEST.in 2013-07-27 06:56:02.000000000 -0400
|
|
@@ -2,9 +2,7 @@
|
|
include LICENSE
|
|
include RELEASE.md
|
|
include README.rst
|
|
-include TODO.rst
|
|
include setup.py
|
|
-include setupegg.py
|
|
|
|
graft doc
|
|
prune doc/build
|