Weekly bump.
2018-06-22 3:31 GMT-03:00 Elias M. Mariani <marianielias@gmail.com>:
> pandas is a Python package providing fast, flexible, and expressive
> data structures designed to make working with "relational" or
> "labeled" data both easy and intuitive. It aims to be the fundamental
> high-level building block for doing practical, real world data
> analysis in Python. Additionally, it has the broader goal of becoming
> the most powerful and flexible open source data analysis /
> manipulation tool available in any language. It is already well on its
> way toward this goal.
>
> The Makefile uses two flavors:
> python3 and test
> So, if you want to install you just run:
> env FLAVOR="" make install
> or
> env FLAVOR="python3" make install
>
> That generates everything only once.
>
> if you want to test:
> env FLAVOR="test" make test
> or
> env FLAVOR="test python3" make test
> also building just once but the result is non installable.
>
> Results of the regression tests (using textproc/py-xlrd as a
> dependency test witch I just sent to ports@):
> python2.7 = 2 failed, 24523 passed, 1675 skipped, 79 xfailed, 24
> xpassed, 86 warnings in 76400.37 seconds
> python3.6 = 3 failed, 24619 passed, 1573 skipped, 80 xfailed, 26
> xpassed, 197 warnings in 6313.57 seconds
> both on OpenBSD-current, amd64.
> 2 failures are because the tester tries to invoke "python" as a
> command, witch it doesn't (necessarily) exist... Just ignore those
> 2...
>
> Thanks to all, this pre-port-release was already been made with help
> of several people with examples, advises, warnings, etc.
> Alexandr Shadchin give me his permission to merge our versions in
> openbsd-wip, so, credits to him as well.
>
> From: https://marc.info/?l=openbsd-ports&m=152744244418530
> Making a new mail just to clean up some of the long conversation, this
> version has been produced after lots of help...
>
> Cheers.
> Elias.
No comments:
Post a Comment