blob: ee3b822a773364509efd805c6344ee81cbfb9ee6 [file] [log] [blame]
Brad Bishop36a3e3e2019-10-02 13:29:27 -04001SUMMARY = "A port of Python 3.4 statistics module to Python 2.x"
2DESCRIPTION = " \
3A port of Python 3.4 statistics module to Python 2.*, initially done \
4through the 3to2 tool. This module provides functions for calculating \
5mathematical statistics of numeric (Real-valued) data. \
6"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://statistics/__init__.py;beginline=6;endline=16;md5=b76960ee777a1529f60db47ada2a8e6e"
9
10SRC_URI[md5sum] = "d6d97f3a1a7b3192cff99e0f2b5956c3"
11SRC_URI[sha256sum] = "2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138"
12
13inherit pypi setuptools
14
15PYPI_PACKAGE = "statistics"