python-constantly: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.02.x
Yegor Yefremov 2016-12-19 09:22:34 +01:00 committed by Thomas Petazzoni
parent 4f08ad87df
commit 4f37e027df
4 changed files with 26 additions and 0 deletions

View File

@ -660,6 +660,7 @@ menu "External python modules"
source "package/python-coherence/Config.in"
source "package/python-configobj/Config.in"
source "package/python-configshell-fb/Config.in"
source "package/python-constantly/Config.in"
source "package/python-couchdb/Config.in"
source "package/python-crc16/Config.in"
source "package/python-crcmod/Config.in"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_CONSTANTLY
bool "python-constantly"
help
A library that provides symbolic constant support. It
includes collections and constants with text, numeric,
and bit flag values.
https://github.com/twisted/constantly

View File

@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/constantly/json, sha256 locally computed
md5 f0762f083d83039758e53f8cf0086eef constantly-15.1.0.tar.gz
sha256 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35 constantly-15.1.0.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-constantly
#
################################################################################
PYTHON_CONSTANTLY_VERSION = 15.1.0
PYTHON_CONSTANTLY_SOURCE = constantly-$(PYTHON_CONSTANTLY_VERSION).tar.gz
PYTHON_CONSTANTLY_SITE = https://pypi.python.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951
PYTHON_CONSTANTLY_SETUP_TYPE = setuptools
PYTHON_CONSTANTLY_LICENSE = MIT
PYTHON_CONSTANTLY_LICENSE_FILES = LICENSE
$(eval $(python-package))