Skip to content

Commit

Permalink
python3-xmltodict: add recipe
Browse files Browse the repository at this point in the history
Python module that makes working with XML feel
like you are working with JSON

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
texierp authored and kraj committed Jan 3, 2020
1 parent e791542 commit 9d8bf35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Makes working with XML feel like you are working with JSON"
AUTHOR = "Martin Blech"
HOMEPAGE = "https://github.com/martinblech/xmltodict"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"

SRC_URI[md5sum] = "ddb2bd078cef4f7e3021a578034ad941"
SRC_URI[sha256sum] = "50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21"

PYPI_PACKAGE = "xmltodict"

inherit pypi setuptools3

0 comments on commit 9d8bf35

Please sign in to comment.