diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-05-07 23:34:29 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-19 23:21:13 +0200 |
commit | cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4 (patch) | |
tree | 491c71334568cbb79d29b0afa6e0e2bc6516b896 /package/python-reentry/python-reentry.mk | |
parent | f36d4be02c262b4706ed05e0303feb3fbac3b435 (diff) | |
download | buildroot-cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4.tar.gz buildroot-cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4.zip |
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>
Diffstat (limited to 'package/python-reentry/python-reentry.mk')
-rw-r--r-- | package/python-reentry/python-reentry.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-reentry/python-reentry.mk b/package/python-reentry/python-reentry.mk new file mode 100644 index 0000000000..d3f0e03ef0 --- /dev/null +++ b/package/python-reentry/python-reentry.mk @@ -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)) |