mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-visitor: new package
A tiny library to facilitate visitor implementation in Python Signed-off-by: Adam Duskett <aduskett@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
2609bc2e4e
commit
145d79732a
14
package/python-visitor/python-visitor.mk
Normal file
14
package/python-visitor/python-visitor.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-visitor
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_VISITOR_VERSION = 0.1.3
|
||||
PYTHON_VISITOR_SOURCE = visitor-$(PYTHON_VISITOR_VERSION).tar.gz
|
||||
PYTHON_VISITOR_SITE = https://pypi.python.org/packages/d7/58/785fcd6de4210049da5fafe62301b197f044f3835393594be368547142b0
|
||||
PYTHON_VISITOR_SETUP_TYPE = setuptools
|
||||
PYTHON_VISITOR_LICENSE = MIT
|
||||
PYTHON_VISITOR_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user