aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-statistics_1.0.3.5.bb
blob: 5e44d2bd81b1cb3758466b1df5d12a96ad4b7bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "A port of Python 3.4 statistics module to Python 2.x"
DESCRIPTION = " \
A port of Python 3.4 statistics module to Python 2.*, initially done \
through the 3to2 tool. This module provides functions for calculating \
mathematical statistics of numeric (Real-valued) data. \
"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://statistics/__init__.py;beginline=6;endline=16;md5=b76960ee777a1529f60db47ada2a8e6e"

SRC_URI[md5sum] = "d6d97f3a1a7b3192cff99e0f2b5956c3"
SRC_URI[sha256sum] = "2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138"

inherit pypi setuptools

PYPI_PACKAGE = "statistics"

PNBLACKLIST[python-statistics] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"