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 0000000000..f53091ec05 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "A tiny pythonic visitor implementation." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "e9471b44e5d426b0adf5d27694598be0" | ||
| 6 | SRC_URI[sha256sum] = "d9444ffca56a46a920719460d4952f8c88f8fef97f1ea7d2b1f7c50f675022bd" | ||
| 7 | |||
| 8 | inherit pypi setuptools | ||
