python-reentry: new package

A plugin manager based on setuptools entry points mechanism.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Asaf Kahlon
2018-05-07 23:34:29 +03:00
committed by Thomas Petazzoni
parent f36d4be02c
commit cdcc4cd1ec
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-reentry
#
################################################################################
PYTHON_REENTRY_VERSION = 1.2.0
PYTHON_REENTRY_SOURCE = reentry-$(PYTHON_REENTRY_VERSION).tar.gz
PYTHON_REENTRY_SITE = https://files.pythonhosted.org/packages/e2/b4/46dfac6613302fea51454a01aebedae9440aff9d813aedbbc5f687552e3b
PYTHON_REENTRY_SETUP_TYPE = setuptools
PYTHON_REENTRY_LICENSE = MIT
PYTHON_REENTRY_LICENSE_FILES = LICENSE
$(eval $(python-package))