mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/python-msgfy: new package
Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
e46b564d46
commit
6091bd9db6
14
package/python-msgfy/python-msgfy.mk
Normal file
14
package/python-msgfy/python-msgfy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-msgfy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSGFY_VERSION = 0.0.7
|
||||
PYTHON_MSGFY_SOURCE = msgfy-$(PYTHON_MSGFY_VERSION).tar.gz
|
||||
PYTHON_MSGFY_SITE = https://files.pythonhosted.org/packages/23/82/b61a8353c36e60c2c8291c56ad7d00aa37918ef56811727510acada09f7f
|
||||
PYTHON_MSGFY_SETUP_TYPE = setuptools
|
||||
PYTHON_MSGFY_LICENSE = MIT
|
||||
PYTHON_MSGFY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user