diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-visitor_0.1.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb b/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb new file mode 100644 index 00000000000..f53091ec051 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb @@ -0,0 +1,8 @@ +SUMMARY = "A tiny pythonic visitor implementation." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" + +SRC_URI[md5sum] = "e9471b44e5d426b0adf5d27694598be0" +SRC_URI[sha256sum] = "d9444ffca56a46a920719460d4952f8c88f8fef97f1ea7d2b1f7c50f675022bd" + +inherit pypi setuptools |