Commit eb570bb5 authored by Mauro Condarelli's avatar Mauro Condarelli Committed by Thomas Petazzoni
Browse files

python-characteristic: new package

parent 2eee4170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -626,6 +626,7 @@ menu "External python modules"
	source "package/python-cbor/Config.in"
	source "package/python-certifi/Config.in"
	source "package/python-cffi/Config.in"
	source "package/python-characteristic/Config.in"
	source "package/python-cheetah/Config.in"
	source "package/python-cherrypy/Config.in"
	source "package/python-click/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_CHARACTERISTIC
	bool "python-characteristic"
	help
	  Python attributes without boilerplate.

	  https://pypi.python.org/pypi/characteristic
+3 −0
Original line number Diff line number Diff line
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b249368dd021fde1c06b4802867c0913, sha256 locally computed.
md5	b249368dd021fde1c06b4802867c0913  characteristic-14.3.0.tar.gz
sha256	ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380  characteristic-14.3.0.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# python-characteristic
#
################################################################################

PYTHON_CHARACTERISTIC_VERSION = 14.3.0
PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz
PYTHON_CHARACTERISTIC_SITE = http://pypi.python.org/packages/source/c/characteristic
PYTHON_CHARACTERISTIC_LICENSE = MIT
PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE
PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools

$(eval $(python-package))