mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-16 07:32:10 +00:00
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:
committed by
Thomas Petazzoni
parent
f36d4be02c
commit
cdcc4cd1ec
14
package/python-reentry/python-reentry.mk
Normal file
14
package/python-reentry/python-reentry.mk
Normal 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))
|
||||
Reference in New Issue
Block a user