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:
Asaf Kahlon
2019-10-19 21:21:25 +03:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent e46b564d46
commit 6091bd9db6
4 changed files with 27 additions and 0 deletions

View 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))