mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-entrypoints: new package
Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c93ddf0eaf
commit
55567e56d6
14
package/python-entrypoints/python-entrypoints.mk
Normal file
14
package/python-entrypoints/python-entrypoints.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-entrypoints
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENTRYPOINTS_VERSION = 0.3
|
||||
PYTHON_ENTRYPOINTS_SOURCE = entrypoints-$(PYTHON_ENTRYPOINTS_VERSION).tar.gz
|
||||
PYTHON_ENTRYPOINTS_SITE = https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c
|
||||
PYTHON_ENTRYPOINTS_SETUP_TYPE = distutils
|
||||
PYTHON_ENTRYPOINTS_LICENSE = MIT
|
||||
PYTHON_ENTRYPOINTS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user